Javax.management.InstanceNotFoundException: com.oracle.jps:type=JpsCredentialStore when creating credential using Credential Store Framework

Hi,
I have a WebLogic 11gR1 installation (on Windows Server 2012 with Oracle backend) and is trying to create credential using Credential Store Framework following steps described inhttp://www.redheap.com/2013/06/secure-credentials-in-adf-application.html
I tried to do it with WLST (from under Oracle\Middleware\oracle_common\common\bin) and get the following error:
wls:/WcsDomain/serverConfig> createCred(map="ClayTablet.Sample",key="TestKey",user="TestUser",password="blah",desc="Test Key");
Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
For more help, use help(domainRuntime)
COMMAND FAILED due to an unknown reason, Check the stack trace for details
Traceback (innermost last):
  File "<console>", line 1, in ?
  File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\jpsWlstCmd.py", line 522, in createCred
  File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\jpsWlstCmd.py", line 504, in createCredImpl
        at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
        at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
        at javax.management.remote.rmi.RMIConnectionImpl_1036_WLStub.invoke(Unknown Source)
        at weblogic.management.remote.common.RMIConnectionWrapper$16.run(ClientProviderBase.java:918)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java: 146)
        at weblogic.security.Security.runAs(Security.java:61)
        at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:916)
        at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
javax.management.InstanceNotFoundException: javax.management.InstanceNotFoundException: com.oracle.jps:type=JpsCredentialStore
Thanks,
Yu
P.S. I was using WLST command under Oracle\Middleware\wlserver_10.3\common\bin to do the same and got a different error NameError: createCred and posted a question about that under How to create credential in Credential Store Framework?
After searching for the same error message in the community I tried to switch to WLST under Oracle\Middleware\oracle_common\common\bin and got the error posted here.

After extending my domain with JRF and JRF WebService Asynchronous services, I was able to execute "createCred" and "listCred" and so on.
Yu

Similar Messages

  • Problems setting up a Domain - javax.management.InstanceNotFoundException

    I am having problems setting up a Domain. The following steps summarize
    what I have done.
    1. Created FooDomain in d:/bea/wlserver6.0/config and created
    appropriate config.xml, startup scripts, security, etc... (FooDomain
    boots ok)
    2. Moved console.war to bea/wlserver6.0/config/FooDomain/applications
    3. Connected to FooDomain via console (works ok).
    4. Defined machine FooMachine (happens to be localhost)
    5. Defined new server FooServer (in addition to default myserver) and
    assigned it to FooMachine.
    6. Created a new directory d:/managedServers/FooServer (note - outside
    installation directory)
    7. Created directories d:/managedServers/FooServer/logs &
    d:/managedServers/FooServer/applications
    8. Copied sample startManagedServer.cmd from mydomain to
    d:/managedServers/FooServer & modified appropriately.
    9. Ran startManagedServer.cmd (Note: I was able to connect to the
    Administration Server ok)
    The problems are as follows. (From the console - pointing to the
    Administration Server for the FooDomain)
    1. I am unable to configure a DefaultWebApp_FooServer to be located at
    d:/managedServers/FooServer/applications. I get the following exeption:
    javax.management.InstanceNotFoundException:
    FooDomain:Name=DefaultWebApp_FooServer,Type=WebAppComponent.
    2. I get a similar error when trying to set FooServer log locations to
    d:/managedServers/FooServer/logs
    Any ideas as to why? This then begs the question, what if FooServer was
    on a different physical server altogether. How would I define the
    location of the DefaultWebApp and logs.
    Thanks
    jay ()

    If you want your application work, think my way. At least, all my teammates have used this method to build their development environment. If you are more interested to debug for Weblogic, contact your support representative. The tools from Administration console look very nice, but not function as you want (e.g., the tool to convert version 5.1 application to version 6, even monitor tools). Administration console is very nice to be used to configue the parameters for a domain, but not so trustful and not for application setup in my own experience and that is why I suggest you use mydomain and DefaultWebApp_MyServer as templates. By the way, I did modify config.xml manually to change the default web application entry, etc, to what I want.
    Jay Zammit <[email protected]> wrote:
    I did not modify config.xml manually. In fact, I am able to boot both the Administration Server & Managed Server. The problem happens when using the Administration console to assign my logs and Default Applications directory to the d:/managedServers/FooServer/logs, and d:/managedServers/FooServer/applications/DefaultWebApp_FooServer directories. Try it yourself. Go to the Configurer WebApp option and type in a fully qualified directory such as d:/managedServers/FooServer/applications/DefaultWebApp_FooServer
    and see if it works on your system.
    thanks
    jay ()
    Xiang Rao wrote:
    One suggestion. Use the default domain mydomain as a template. Just make a copy of "mydomain" in folder config and rename the copy to whatever you like. Use some help tools to search all files (non-binary files) in new domain for key word "mydomain" and replace these words with your new domain name. To build an application, just rename the DefaultWebApp_MyServer to what you like and search "DefaultWebApp_MyServer" in all files (non-binary files) in your new domain and replace these words with yournew application name. Note you need to modify the scripts accordingly. Then you can run "startWeblogic" in your new domain directory to start your new domain. Other parameters should be configured by Administration console. If you manually modify configuration files, you could expect some bad news without reason.
    Jay Zammit <[email protected]> wrote:
    I am having problems setting up a Domain. The following steps summarize
    what I have done.
    1. Created FooDomain in d:/bea/wlserver6.0/config and created
    appropriate config.xml, startup scripts, security, etc... (FooDomain
    boots ok)
    2. Moved console.war to bea/wlserver6.0/config/FooDomain/applications
    3. Connected to FooDomain via console (works ok).
    4. Defined machine FooMachine (happens to be localhost)
    5. Defined new server FooServer (in addition to default myserver) and
    assigned it to FooMachine.
    6. Created a new directory d:/managedServers/FooServer (note - outside
    installation directory)
    7. Created directories d:/managedServers/FooServer/logs &
    d:/managedServers/FooServer/applications
    8. Copied sample startManagedServer.cmd from mydomain to
    d:/managedServers/FooServer & modified appropriately.
    9. Ran startManagedServer.cmd (Note: I was able to connect to the
    Administration Server ok)
    The problems are as follows. (From the console - pointing to the
    Administration Server for the FooDomain)
    1. I am unable to configure a DefaultWebApp_FooServer to be located at
    d:/managedServers/FooServer/applications. I get the following exeption:
    javax.management.InstanceNotFoundException:
    FooDomain:Name=DefaultWebApp_FooServer,Type=WebAppComponent.
    2. I get a similar error when trying to set FooServer log locations to
    d:/managedServers/FooServer/logs
    Any ideas as to why? This then begs the question, what if FooServer was
    on a different physical server altogether. How would I define the
    location of the DefaultWebApp and logs.
    Thanks
    jay ()

  • Javax.management.InstanceNotFoundException --- and the admin goes down

    we are running on WLS 8.1 ,
    and from past two weeks we are facing issues with the admin frequebntly going down,
    i see this errros every time this goes down
    javax.management.InstanceNotFoundException: mydomain:Name=ms1,Server=ms1,Type=Log (admin server:true)
    at weblogic.management.internal.MBeanHomeImpl.getMBean_helper(MBeanHomeImpl.java:145)
    at weblogic.management.internal.MBeanHomeImpl.getMBean(MBeanHomeImpl.java:130)
    at weblogic.management.internal.AdminMBeanHomeImpl.getMBean(AdminMBeanHomeImpl.java:263)
    at weblogic.management.internal.AdminMBeanHomeImpl.registerConfigMBeansForAdminChanges(AdminMBeanHomeImpl.java:1014)
    at weblogic.management.internal.AdminMBeanHomeImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    how ever the ms1 nolonger existis in the domain....

    Can you tell more about your domain configuration, and about ms1, was it configured as part of a cluster ? Since when is it not available. Were all the servers restarted after ms1 was down.. Does your config.xml still contain reference to ms1 ? if you remove it.
    The file running-managed-servers.xml also keeps track of the active managed servers, ensure that ms1 is not listed in it, and if it is there, remove the entry from this file, or delete this file before starting the admin server.

  • Javax.management.InstanceNotFoundException-ExecuteQueueRuntimeMBean-HELP

    Hi all,
    I am trying to get the througput with the following line of code
    ExecuteQueueRuntimeMBean executeMBean = (ExecuteQueueRuntimeMBean)home.getRuntimeMBean(serverName, "ExecuteQueueRuntime");     
    And I am getting the following error.
    javax.management.InstanceNotFoundException:workshop:Location=cgServer,Name=cgServer,Type=ExecuteQueueRuntime (admin server:true)
    I am not sure what causes this.Please let me know. Thank you =)
    -Praneetha

    Hello praneetha,
    May be the MBean with that name does not exist. Try
    home.getMBeansbyType("ExecuteQueueRuntime") which returns the Set where
    you can check if the mbean you are looking for is available.
    Thanks,
    -satya
    Praneetha Sabhanayakam wrote:
    Hi all,
    I am trying to get the througput with the following line of code
    ExecuteQueueRuntimeMBean executeMBean = (ExecuteQueueRuntimeMBean)home.getRuntimeMBean(serverName, "ExecuteQueueRuntime");     
    And I am getting the following error.
    javax.management.InstanceNotFoundException:workshop:Location=cgServer,Name=cgServer,Type=ExecuteQueueRuntime (admin server:true)
    I am not sure what causes this.Please let me know. Thank you =)
    -Praneetha

  • Select option "Show this View : in Folder of Content type : {Custom Content Type Name}" while creating view using CSOM

    Hi,
    I am trying to create "View" in a Document Library and need to enable following:
    1. Mark as default View
    2. Folders -> Show this view : in Folders of Content Type : {Custom Content Type name}
    I am using following code which sets "in Folders of Content Type : " to "Folder" rather than selecting custom content type despite passing Content Type ID of custom content type.
    code:
    var itemContentTypes = clientContext.LoadQuery(web.AvailableContentTypes.Where(ct => ct.Name == viewContentType));
    clientContext.ExecuteQuery();
    var itemContentType = itemContentTypes.FirstOrDefault();
    view.ContentTypeId = itemContentType.Id;
    view.DefaultViewForContentType = true;
    view.Update();
    clientContext.ExecuteQuery();
    Please highlight what seems to be missing?
    Thanks
    Sonal

    Hi,
    Before you set the content type ID for the view, you need to add the custom content type to the library firstly.
    You can add the content type to library using OOTB feature “Add from existing site content types” in library settings or using Client Object Model.
    Here is a code snippet for your reference:
    var list = context.Web.Lists.GetByTitle(listTitle);
    list.ContentTypesEnabled = true;
    var contentType = context.Site.RootWeb.ContentTypes.GetById("0x0120");
    list.ContentTypes.AddExistingContentType(contentType);
    context.ExecuteQuery();
    More information about add exist content type using Client Object Model:<o:p></o:p>
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.contenttypecollection.addexistingcontenttype%28v=office.15%29.aspx
    Best regards,
    ZhengyuGuo
    Zhengyu Guo
    TechNet Community Support

  • Why doesn't my keyboard type properly when I am using Googlemail for email?

    When I am using googlemail, my new Toshiba Satelitte L350 doesn't type properly - constantly missing letters/spaces - i have to slow down incredibly to check that each letter has registered on the screen. The laptop keyboard has this problem, as well as plug in keyboards. No other application is affected ie i can type at speed in word
    Anyone come across this problem?
    Cheers
    Katy

    >The laptop keyboard has this problem, as well as plug in keyboards.
    This issue has nothing to do with your notebook. This question is here on the wrong place. Try to contact Google support and ask them why this happen?
    To be honest I have noticed similar behaviour when I write mails on GMX mail. Some letters are simply missing.
    Believe me it has nothing to do with notebook functionality.

  • What type of collection can I use to store a word and a string as it's valu

    I am writing a grammar checking application. What kind of collection can I use to store the word and the type of word as it's value.
    e.g.(book = noun) (clean = adjetive) (of = predicate) (took = verb)
    or should I use a collection as they type and add the words in each different collection?
    you advice is greatly appreciated.
    thanks,
    steve

    class "Contradiction" contains two variables, the String and what Type was assumed
    Algorithm:
    Parse out next word
    Find all possible meanings/types of word
    Assume first meaning is true, continue (think [push])
    If clause, call clauseParse all over again (think [push])
    Return parsed structure when done, (think [pop])
    If Contradiction rises to top of sentence, there is a grammer problem. Now switch into grammer correction mode.
    If a word can be interpreted two different ways, don't worry about it as long as it's right either way.
    To test for similar-sounding words, use something like SoundX
    _Tim                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Which Code and ZIP code do I need to type in when creating my Account?

    I am creating my account in app store and it asks information as VISA and adress...
    I am typing NONE to VISA and when I am typing code it says "incorrect"! Which code do i need to type?
    I am in russia, does it mean that this code has to be the code of the city where I am?

    You can only purchase from the itunes store of the country of your residence and you must physically be in that country to purchase.
    From the itunes store terms of service:
    "The Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the Service from outside these locations. Apple may use technologies to verify your compliance."
    http://www.apple.com/legal/itunes/us/terms.html#SERVICE

  • What we need creation of new movement type ? when will be used?

    Dear guru,
    pls clarity

    Hi Sai,
                  Many a times you want to post value of some transactions to different G/L account for the same material depending on  scenarios..like scrap generated at x process...scrap generated at y process etc..
    So this will be done through creating new movement types
    Regards,
    Rohan

  • DefineObserver for query with anonymous type in Streaminsight 2.1 using the Rx Framework

    Hello all,
    Assuming one has the following observable:
    var source =
    myApp.DefineObservable(() => Observable.Interval(TimeSpan.FromSeconds(1)))
    .ToPointStreamable(x => PointEvent.CreateInsert(DateTimeOffset.Now, x),
    AdvanceTimeSettings.IncreasingStartTime);
    One can write the following query:
    var query = from integer in source.TumblingWindow(TimeSpan.FromSeconds(5))
    select integer.Avg(e => e);
    And bind it to the following observer:
    var sink = myApp.DefineObserver(() => Observer.Create<double>(Console.WriteLine));
    using (query.Bind(sink).Run("Query 1"))
    Console.WriteLine("Running, press Enter to stop");
    Console.ReadLine();
    And everything works fine.
    Now let's say I want to modify the query so it can return (for example) both the average and the number of elements in the tumbling window. In that case I would modify to query like this:
    var query = from integer in source.TumblingWindow(TimeSpan.FromSeconds(5))
    select new
    Average = integer.Avg(e => e),
    Count = integer.Count()
    However, the sink is expecting a "double" not an anonymous type.
    My question is, is it possible to define a sink that can accept an anonymous type, ie. is it possible to right something like this:
    var sink = myApp.DefineObserver(() => Observer.Create<????????????????>
    (x =>
    Console.WriteLine("Average: {0} Count: {1}", x.Average,
    x.Count));
    or do I need to define a "AverageAndCount" class beforehand so I do something like:
    var query = from integer in source.TumblingWindow(TimeSpan.FromSeconds(5))
    select new AverageAndCount
    Average = integer.Avg(e => e),
    Count = integer.Count()
    };var sink = myApp.DefineObserver(() => Observer.Create<AverageAndCount>
                                              (x =>
                                               Console.WriteLine("Average: {0} Count: {1}", x.Average,
                                                                 x.Count));

    No ... you don't. There are ways around it ... there's no problem that an additional layer of abstraction can't fix, right? What you need is a way to get the type of the payload in a way that the compiler can infer it.
    From an upcoming blog post in my current series, here's an extension method that would do that with my "dual-mode sinks":
    public static IRemoteStreamableBinding BindConsumer<TPayload>(
    this IQStreamable<TPayload> stream,
    Application cepApplication,
    Type consumerFactoryType,
    object configInfo,
    EventShape eventShape)
    var factory = Activator.CreateInstance(consumerFactoryType) as ISinkFactory;
    if (factory == null)
    throw new ArgumentException("Factory cannot be created or does not implement ISinkFactory");
    switch (eventShape)
    case EventShape.Interval:
    var intervalObserver = cepApplication.DefineObserver(() => factory.CreateIntervalObserverSink<TPayload>(configInfo));
    return stream.Bind(intervalObserver);
    case EventShape.Edge:
    var edgeObserver = cepApplication.DefineObserver(() => factory.CreateEdgeObserverSink<TPayload>(configInfo));
    return stream.Bind(edgeObserver);
    case EventShape.Point:
    var pointObserver = cepApplication.DefineObserver(() => factory.CreatePointObserverSink<TPayload>(configInfo));
    return stream.Bind(pointObserver);
    default:
    throw new ArgumentOutOfRangeException("eventShape");
    Within the sink itself, you'll need to use reflection to "unpack" the event. It's not quite as straighforward - or as simple - as the untyped output adapter but it does work quite well. Keep an eye on my blog ... I should get an update posted this week that
    will get you a good ways down the path. :-)
    DevBiker (aka J Sawyer)
    Microsoft MVP - Sql Server (StreamInsight)
    If I answered your question, please mark as answer.
    If my post was helpful, please mark as helpful.

  • Syntax Error with Table Parameter (type: ANY) when Creating Function Module

    Hello experts,
    I want to create a function module with a table parameter and table type is ANY. But when I check (Ctrl+F7) this function module, syntax error occurs - "In this statement, the internal table "MSG_TABLE_ITEM" must have the type "STANDARD TABLE"."
    Could anyone tell me what the wrong is? And how can I fix it?
    Thanks,
    Shelwin

    Hi,
    For table parameters, you can only pass
    MSG_TABLE_ITM   TYPE STANDARD TABLE
    or
    MSG_TABLE_ITM  ( don't fill other columns TYPING ASSOCIATED TYPE  ).
    For reference check FM 'GUI_UPLOAD' - Table parameters
    Regards,
    DPM

  • Want to select the Order type automatically when creating production order

    Hi Gurus,
    Please help to select the order type automatically while creting the production order..??
    Please what configuration settings are avialble to make this happen to me.
    THank you in advance.
    Naveen.

    Naveen,
    First priority is the order type defined in the Production schedulling profile(OPKP), assigned to that particular material in workscheduling view. If this is not maintained then,
    Second priority is configuration at MRP Group parameters in transaction in OPPR, this MRP Group if assingned to Material master MRP1 view.
    Third priority is Configuration at Plant level parameters in transaction OPPQ, this defines the order type when convert planned order to Production/Process order.
    Regards,
    Prasobh
    Edited by: Prasobh Karunakaran on May 28, 2009 8:49 PM..added MRP group paramters also

  • Oracle 11g Install hangs when "creating clon database"

    hi, i'm new with all this stuff, i'm trying to install oracle 11g on a windows 2003 standard edition and the installation hangs in this point:
    http://img233.imageshack.us/img233/1458/installni7.jpg
    it's almost an hour and it's stuck in 45% when trying to create clon database in "Creating and starting oracle instance".
    I checked the log file but it says nothing weird, just that everything went well and a "restore" was made.
    what can i do?
    thanks!!!

    If someone still needs an answer to this:
    I had a similar problem with 10g. If you use certain special characters in the password for the database during its creation, some script will hang forever at 45% of the database creation. Just use a plain password without special characters. At the end of the database creation you can change all passwords. At that stage you can use special characters without any problem.
    I don't know if this is the same in 11g, but it sounds very similar.
    JD

  • Error com/sun/faces/config/ConfigureListener  when creating/opening project

    Hi
    I have installed creator and everything was working fine. I was able to develop some projects and deployed fine. I have closed my creator and reopened it again. From then it startted giving this problem.
    I am unable to create a new project. When I click on Create New Project button on welcome page, it asks me the project name and the directory. Once I enter the name for the project and click on OK there, nothing comes up and the welcome screen remains there. Now there is a red cross mark at the bottm left that shows com/sun/faces/config/ConfigureListener. It behaves the same even if I try to open an existing project.
    I believe this problem started after I upgraded my patch to 112785-43. But even after I removed this patch nothing happens. Reinstalled few times but still it shows same com/sun/faces/config/ConfigureListener at bottom left corner.
    Any ideas ?
    Thanks
    SR

    Got it finally .. The user settings directory is created as[b] //.Creator/1_0 instead of /.Creator/1_0. I know that I need to remove the folder .Creator/1_0 but could not find in the root directory. Went in to // and found the .Creator folder there. Deleted the folder and reinstalled it..
    -Srinivas

  • Movement type 262 when creating a work order (tx IW31)

    Hi experts!!!!!
    I need to cover the following scenario:
    *sometimes, when the client carries out a work, they recover one item. Ideally they want to take into consideration this item as well from a point of view of costs, which means that in order to carry our the work some items and labour will be used and it will be considered as a cost but the item recovered will be considered as less cost (profit). In customizing (plant maitenance -->Maitenance and service orders --> General data -->define movement types for material reservations) that it is possible to customize the movement type to be used in case of reservations (goods issues and cancellation of goods issues). I have checked that if I change the customizing and I put 262 instead of 261, the system behaves as desired. The thing is that this affects to all the components and this is not correct. Therefore, from the work order (IW32 or IW31) I have tried to change the movement type manually, but I found that the field movement type (at component level for items L, field RESBD-BWART) is grey and it can not be changed.
    Therefore, my question is:
    *how to customize field RESBD-BWART so that I can change whenever I create or change a work order
    *which is the meaning of having cancellation of goods issue in the customizing if then I only can use movement 261.
    On the other hand, I have checked the functionality "refurbishment" but I doesn't fit because we have to use valuation type and this is not desired....
    Best regards

    Hi,
      The materials that you are entering in the component tab are "Planned" materials that you may use during the execution of the order. In your case i don't see the necessity to enter it here, You could directly do a Return goods issue against the order using movement type 262, for that specific material.This should solve your needs.
    Regards
    Narasimhan

Maybe you are looking for

  • How to upload/publish Items in CCM ?

    Hi everybody, I'm just begining to work with CCM and I want to upload some items and publish them. I dont have Trex installed yet nor Xi. Both SRM & CCM are installed in the same server. The steps that I have followed: 1. Initialize CCM and create Ma

  • Problem in login with scott/tiger in SQL Plus

    Hi, I want to login with Scott/Tiger in SQL Plus, I have client on my machine, I can connect to any database by entering entry in tnsnames.ora file, but when I try to login with scott/tiger, Protocol adapter error comes, Do I need to enter any thing

  • Charts - custom voices on Legend

    Hi all, when I create a chart with APEX it request to me a query which returns voices "*link, label, value1, value2, ...*". The problem with that is the fact that voice in chart's legend, when showed, lists "*ICON value1, ICON value2, ...*". What I n

  • Development difference between BW 3.5 to 7.0 for FI Data sources

    Hi, Is there any difference in Delta handling  and Implementation of FI module especially for (GL, AP and AR) modules from BW 3.5 to BI 7.0. I mean 1).Is there nay dependency is there while implementation like we need to implement GL before AR and AP

  • File Uploading API in weblogic?

              Hi           We are working on weblogic 8.1.Is there any File uploading API in weblogic API           Thanks           Sougata