Creating Local Webdynpro CO

Hello,
I am trying to create a local webdynpro component Callable Object GP Interface ....without NWDI using the link:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f7be53bb-0b01-0010-1c96-be3cb6799c1b
After extracting the files mentioned now how do I use it in NWDS for a webdynpro project....or if go through the NWDI route what are the software components required along with SAP_EU component as dependents...?
Any help would be highly appreciated.
Anil.
Edited by: Anil Kumar on Jan 28, 2009 6:06 PM

Fazal,
Finally I was able to track the error in the log as:
Unable to create web dynpro callable object implementation.
java.lang.NullPointerException
at com.sfwmd.GpInterface.execute(GpInterface.java:248)
at com.sfwmd.wdp.InternalGpInterface.execute(InternalGpInterface.java:137)
at com.sfwmd.wdp.InternalGpInterface$External.execute(InternalGpInterface.java:192)
at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWD.execute(COExecWD.java:303)
at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWD.execute(InternalCOExecWD.java:171)
at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWDInterface.execute(COExecWDInterface.java:122)
at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface.execute(InternalCOExecWDInterface.java:134)
at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface$External.execute(InternalCOExecWDInterface.java:249)
at com.sap.caf.eu.gp.ui.act.container.VContainer.onPlugFromDispatcher(VContainer.java:391)
at com.sap.caf.eu.gp.ui.act.container.wdp.InternalVContainer.wdInvokeEventHandler(InternalVContainer.java:167)
at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:881)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1299)
at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:326)
at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
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:102)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
The GP Interface line where it's pointing to is where I am defining the input variable for date in the execute() method....
Looking forward to your reply.
Regards,
Anil

Similar Messages

  • How do I create Local Network Home Folders for Users from an Active Directory binding?

    My situation is this... I run an iMac lab at my school.  I have a server set up to manage the network user accounts in the lab.  Currently, I can sucessfully create Local Network Users and log in to them from any of the iMacs.  My school has an Active Directory set up for all the students on campus.  What I'd like to be able to do is configure the server to allow the students to use their user names and passwords from their school accounts to log in to the iMacs and have it automatically build a network user folder on the server for them to use during the lab. 
    So far, I have been able to configure access for the Active Directory accounts to use the services on the server, mainly File Sharing, but I cannot figure out how to allow them to log into a user account on the client's machines using their same Active Directory credentials.  I have even attempted to allow the user accounts to create mobile accounts, but that's not working out either.  Entering indivual network user accounts into the server for every student every semester will be a nightmare.  I'm sure there's a way to do it automatically using the exisitng Active Directory structure.
    The live server is running 10.8.5 Server still, but I've also got a clone running OS X Server in case it matters.  Please help!

    ok reinstalled everything dns seems to be working have done sudo changeip -checkhostname and it says that both names match but then i started open directory and can't seem to get Kerberos started, i've tried changing it to stand alone then back again but it does nothing. I'm wondering why this would happen? i've tried adding a kerberos record but it doesn't do it just does nothing so i don't know what i'm doing wrong. I wondered if it might be a problem with the two network cards and dns as on ethernet one it is getting the dns name xserve.xxxx.ac.uk (which matches what the college server wants to call us) but on ethernet 2 gets xserve-2.local because it tells me that it already exists on ethernet one and renames it to this. I need to set up NAT so have ethernet coming in on port one and out again on port two. I wonder if my dns is backwards as its got the 192. address the NAT uses but its linked to the ethernet port one dns maybe this is the problem. would this cause open directory not to start kerberos?

  • Creating a WebDynpro Project in Studio

    Hello,
       I am involved in creating a WebDynpro project in Netweaver studio. I am using Get_Flight_List example project(I got it from the net).
    Whole process of creating attributes and operations is performed.But,when i add teh relavent java code from the example, it gives compiler error.
    Errors are :
    1.getMessageManager() is undefined for the type IWDViewController,
    2.bapiInput is not resolved and
    3.wdGetFlightListComponentController() is undefined for type IPrivateFlightListView.
    Kindly help me in resolving this issue/Suggest a way to create a simple WebDynpro project.

    Hi
    In case there are no errors in the code, CtrlShiftO and a ctrl+space wherever it is highlighting the error should resolve the problem.
    bapiinput must be a object created in the code for the model class.
    Have you created an object with this name.
    In webdynpro section of SDN , you will have e-learning section which has detailed tutorials with sample projects.
    Please look into it.<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro">WebDynpro Developer Area in SDN</a>
    In case you have done all this and still the issues are unresolved, please revert back.
    Regards
    Bharathwaj

  • Error while creating local order in MAM

    Hi ,
    I am trying to create local order in MAM2.5, but in the monitor it is giving the error , Business Area required.This field is a mandatory field in R/3, but in client it doesn't specifically ask for it. It can pick it from Equipment or Functional Location in which the order is created. But i am not sure about this.
    I want to know , from where exactly this Business Area field is picked in client,
    Equipment or Functional Location.
    To be more precise can anyone tell me from which class on the client side it picks the value.
    Regards
    Priya Ghosh

    Hi Priya,
    It means backend is customized in the way that Business area is manadatory instead if picking the default.
    Two solutions:
    1. create order with tech. object, business area will be copied from object
    2. change backend customizing:
        spro, Financial Accounting/Business Area/Enable Business Area Balance Sheet
        your company must be DEACTIVATED!
      To find your company: create any order for your workcenter and look through the pages to find which company (and business area) was enetered.
    This is not MAM specific problem but PM/CS issue. You will have the same error returned if try to create similar order directly on the backend.
    Cheers,
    Larissa Limarova

  • ORACLE VIRTUAL DIRECTORY - Create Local Store Adapter

    Hi,
    I have some problem with the LSA creation.
    I follow this steps:
    *5.2 Creating a Local Store Adapter*
    Create Local Store Adapter dc=oracle,dc=com, as follows:
    *1.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *2.*
    Click the Adapter tab. On the Adapter page:
    *1.*
    Click the Create Adapter icon and choose Local Store Adapter.
    *2.*
    Enter the Adapter name LSA.
    *3.*
    Leave Template set to Default.
    *4.*
    Click Next.
    *3.*
    On the Settings page:
    *1.*
    Enter the Adapter Suffix/Namespace dc=oracle,dc=com.
    *2.*
    Enter data/localDB for Database File.
    *3.*
    Use the default values for the rest of the fields on the Settings page.
    *4.*
    Click Next.
    *4.*
    Review the summary page and click Finish if everything looks correct.
    Note:
    If, for some reason, you decide to delete the adapter and create a new one, use a different Adapter name and a different Database File name.
    *5.3 Adding Entries*
    Create an entry in the local store as follows:
    *1.*
    Using a text editor, create an LDIF file that looks like this:
    version: 1
    dn: dc=oracle,dc=com
    objectclass: top
    objectclass: domain
    dc: oracle
    *2.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *3.*
    Click the Data Browser tab.
    *4.*
    Highlight dc=oracle,dc=com under Client View.
    *5.*
    Click the Import LDIF icon.
    *6.*
    Browse to the LDIF file you created and click Open.
    When I try to import the ldif I have this error:
    __ldap_add: Object class violation (65)__
    - vde.log
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:09,747 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:10,982 INFO - VDELogger.java - Attempted ADD has NO target adapters: dc=oracle,dc=com
    2009-09-22 13:25:17,372 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:17,825 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,232 DEBUG - VDELogger.java - Schema version #     30
    2009-09-22 13:25:19,232 WARN - VDELogger.java - Server configuration version (303) does not match configuration schema version(30).
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,482 INFO - VDELogger.java - Provisioned adapters: [dc=oracle,dc=com
    2009-09-22 13:25:19,482 INFO - VDELogger.java - 'cn=Admin' Provisioned adapters: [dc=oracle,dc=com]
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing INCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing EXCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - !Routing levels for: !dc=oracle,dc=com = -1
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing PLUG-IN filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing Priority filter for #dc=oracle,dc=com value=50
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing criticality for #dc=oracle,dc=com value=true
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Presence index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Exact index: []
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Ordering index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Substring index: [sn, cn]
    2009-09-22 13:25:19,951 WARN - VDELogger.java - Allowing searches for unindexed attributes
    2009-09-22 13:25:19,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Processing Outstanding Transactions
    2009-09-22 13:25:19,966 INFO - VDELogger.java - Truncating Transaction Log
    2009-09-22 13:25:20,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Initializing Memory Indices
    2009-09-22 13:25:20,966 INFO - VDELogger.java - 'cn=Admin' Loaded Adapters : [dc=oracle,dc=com]
    2009-09-22 13:25:21,107 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Periodic tracking cycle running.
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.68.3.154, 1/0).
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.31.16.23, 1/0).
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=dc=oracle,dc=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - SELECT dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: top
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: domain
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : objectclass: top
    objectclass: domain
    dc: oracle
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : duplicate value
    Can you help me?
    best regardes
    Alessandro

    Hi Saggu,
    You are absolutely right. It's working fine now. I need to know one more like performance.
    If i have three adapters in the adapter configuration, and 21 adapters in the adapter configuration.
    Which kind of configuration will help to improve the performance?
    Two Scenarios:
    1. Three Adapters
    2. 21 Adapters.
    Explanation:
    1. Adapters are mapped at Root DN level.
    Example: dc=company,dc=groups,dc=com
    2. Adapters are mapped to interior level.
    Example: ou=Firstgroup,o=initialemp,dc=company,dc=group,dc=com
    Based on the above two scenarios which mapping is the best regarding the performance level.
    Can you please suggest me on this performance issue.
    Thanks in Advance,
    Sandeep D

  • Can't create Local Network Users in Yosemite

    I can't create Local Network Users (or change passwords)
    Logged on to /LDAPv3/127.0.0.1 as directory administrator
    When I try to create a new user (press the [+], fill in the form), it brings up the message:
    existing connection is not authenticated or secure: password change denied
    I suspect this is emblematic of other issues. I can authenticate for Mail and SMB, but not for AFP or Xcode

    So I had this problem last night as well when I upgraded my 10.9.5 OD master to 10.10.
    Two obvious problems after that upgrade:
    1)  Could not add a new Local Network User
    2)  Existing users could not connect via AFP (but could via SMB)
    Through a series of trial and error (and with two Apple Support people...), we found that the following actions seemed to help fix some (but not all) of the problems.:
    Problem #2 seemed to initially be fixed by archiving the OD Master, destroying the OD Master and then reimporting from the archive.  I archived from the upgraded 10.10, but should probably have tried restoring my 10.9.5 archive (which may end up being why I still have some problems...)
    Problem #1 seemed to be solved when I used WorkGroup Manager to reset the password on the Directory Administrator account I use  (I also blew out all references to that account from the Keychain, so everything reprompted me to add that password
    However, we think the root cause of this might have been that in /var/db/openldap/migration, the following "dot" files were still present after the upgrade
    fs:migration root# ls -la
    total 6308816
    drwx------  10 root  wheel         340 Oct 30 18:59 .
    drwxr-xr-x   6 root  wheel         204 Oct 30 18:57 ..
    -rw-------   1 root  wheel           0 Oct 30 18:59 .autossl
    -rw-------   1 root  wheel           0 Oct 30 18:59 .enableODProxyd
    -rw-------   1 root  wheel           0 Oct 30 18:59 .rekerberize
    -rw-------   1 root  wheel           0 Oct 30 18:59 .updateLocales
    -rw-r--r--   1 root  wheel      333436 Oct 30 18:57 authbackup.ldif
    -rw-r--r--@  1 root  wheel      617453 Oct 30 18:57 backup.ldif
    -rw-r--r--   1 root  wheel      617453 Oct 30 18:57 backup.ldif.backup
    -rw-r--r--   1 root  wheel  3228537344 Oct 30 18:59 oldsystem.tar
    Those 4 .dot files were *not* present in that directory on the two other test OD Master servers that I upgraded without issue.
    So we removed them and after having done all the above as well -- I can now add users to the server.   The OD engineer I talked to thought that the presence of those .dot files may have been triggering something to rerun every time PasswordService launched.
    When all was said and done, I was then able to "kinit <mydiradminaccount>" correctly and get a "klist" without issue.
    ALL THAT SAID:  As of this morning, *some* (most?  I don't know yet) of my existing OD user accounts are able to successfully log into the server.   A couple of them (so far) are reporting that their account is "disabled" (which is different from the "shaking"/can't-log-in behavior) -- but they can still log in via SMB -- so I think there was still a problem migrating OD accounts in the upgrade process.
    AND -- I noticed that -- in Server 4.0 -- "change password" is greyed out, so I have to use WorkGroup Manager to change server account passwords. 
    Whee...

  • Creating local indexes

    Hi,
    we are using db partitioning (Daily partition, Range partition) for sub_eve (partitioned on timestamp field) table. the daily partition contains 173millians on rows daily 40gb. i want to create local indexes for on partitioned key field.
    1 suggest me the beset way to create indexes on this huge table.
    2 is there a way i can create indexes for perticular partitions only.
    my setup looks below.
    OS : solaris X64
    DB : 10.2.0.1
    we are using ASM for datafiles.
    regards
    sachin

    user990143 wrote:
    Thanks for the response, yes you said correct regarding indexes on single partition. I don't want my loading should be affected bcos of indexes. I load partitions using CTAS.
    To explain - I have a self rolled generic package that takes SQL statement, partition table and partition name as input. This package then create a staging table, add the same (local) indexes to it as on the partition table, and then replace the source partition with the contents of the table using a partition exchange. After which the staging table is dropped and purged.
    The reason for this method that, in my case, it is horribly expensive to refresh a partition with new data - i.e. a delete of the partition contents, followed by an insert.
    What is faster is a truncate of the partition and then the insert. But as the table is used 24x7, any process querying data for that partition during this partition update period, will run into an empty and truncated partition. I need the partition data to be there until the very last second when the fresh data can be made available.
    Thus the CTAS of a staging table, adding indexes, and then doing a partition exchange that includes indexes and requires no validation. This is typically a sub-second DDL - allowing me to replace a partition (containing millions of rows and GB's in size) with a new data set near instantaneously. Minimal impact to production and customers running queries against the data. No index rebuilding required.

  • CRS-2630: Only cluster administrators are allowed to create local resources

    I have installed and configured a 12c database across two linux nodes and all is well. I have also installed the Oracle rdbms 12.1.01 on the same nodes. Now when I try and use netca or dbca to create a database or listener, I get the following errors;
    CRS-2630: Only cluster administrators are allowed to create local resources
    I can log in as the GRID user and can create resources but not as database user. Both users are members of the dba group.
    Any ideas anyone?  Thanks a lot H.

    The issue is resolved, the 12c configuration is a lot more comprehensive than 11g. Here we have to create the user DBA with the right rights to access and change the cluster resources.
    For example to allow the dba users the ability to create listeners on the RAC nodes, we have to issue some command such as follows; here the oedsdp is the dba user and ogridp is the grid main owner.
    t@rac2node ~]# /oracle/grid/bin/crsctl setperm resource ora.rac1node.vip -u user:oedsdp:rwx
    [root@rac2node ~]# /oracle/grid/bin/crsctl setperm resource ora.net1.network -u user:oedsdp:rwx
    [root@rac2node ~]# /oracle/grid/bin/crsctl setperm resource ora.net1.network -u user:oedsdp:rwx
    [root@rac2node ~]# /oracle/grid/bin/crsctl setperm resource ora.rac2node.vip -u user:oedsdp:rwx
    [root@rac2node ~]# /oracle/grid/bin/crsctl setperm resource ora.net1.network -u user:oedsdp:rwx
    Interesting, I think we need to carefully plan the new user groups before we start the GRID configuration.
    H.

  • Time Machine: Create Local Sanpshot???

    I do not find more to activate Create Local Sanpshot? where is it?
    this option in the last Beta was really interesting ...
    was removed in retail? why?

    Hi Linc,
    WD MyBook Live support Time Machine, here a screenshot of the control panel:
    Maybe it is not stable like a Time Capsule or an hard drive connected via USB or FireWire?
    Thanks

  • Records created locally - is there a reliable way to report on this?

    We need to run a report and return Order records that were created locally only (not online).
    I wondered if there is a reliable way to check if records were created on the remote client vs. the online client?
    e.g. is there some field which is only set locally, or function that works differently locally to online?
    The only thing we came up with so far was, for a limited number of orders, the Order Number for local orders (which is based on: Expr: 'RowIdToRowIdNum ([Id])') appears to create differently formatted order numbers locally to online (but is that by design?) and will it be reliable?
    Or is there another method to see were the orders were created?

    You can read more on ROW_ID's on Supportweb: What is RowID/ROW_ID, and How is it Generated and Used? [ID 476256.1]
    It looks like the Corporate Prefix is different for local databases and it looks like it's by design.
    "The corporate prefix will always be unique for any database (main or local). The server maintains its original value, and mobile databases created against that particular server database are always assigned a new, unique value."

  • Is there any best Practice to create Local KF than CKF

    Hi All
    Just answer can do or cannot? What are the inconveniences we would face?
    I have requirement to apply some selections and formulas and then create query for every month from JAN-DEC>
    if I do Locally,
    I need to create every Selections and Formulas for every month, right?
    If do as CKF, I just create commonly the CKF and RKF,
    and create every month in the structure.
    is there any  wrong if we create as CKF and RKF??
    But my user say this is not the best practice since we use it only for this query...we dont use for other query..
    so try to do locally..just got ....
    Pls tell which is better way?

    Hi Srikanth,
    Thanks for your response,
    Nope see my requirement doesn't seems like it will not fit to LOCAL FORMULA OR STRUCTURES than using GLOBALLY which you have to create all FORMULAS and  SELECTIONS for every month..
    I create structure, in it create SELECTIONS and FORMULA I create locally.
    But I want to create for all months i.e JAN - DEC and for any year based on USER input..
    But I want to create locally for all SELECTIONS and FORMULAS for all months.
    which is long process.. Also I need to get the data for any year for all months based on user input CALYEAR/MONTH..
    1.CAN YOU provide solutions??
    2. Actually he is another IT consultant *** experience in respective organisation, so when I say why not we create this way which is easier and feasible to use and will you have any issues in reporting performance or any other, if we create CKF than creating locally?

  • Re:- XMII is there a way todynamically create local or transaction variable

    Dear all,
    Is there a way to create local or transaction variable dynamically inside the BLS transactions.
    I have a scenario where in i am reading the XMl document and based on the number of node (sub node ) items i need to temporary save those values into transaction variable .  I want to use these saved transaction variable tvalues o later insert into database

    After reading your second post, I wonder why you want to temporarily store the separate values from the XML node in a local property.
    If you already have all values available in a XML, than it would be easier to process the XML directly in MII, as that is what MII does best. MII can directly access the node values and use it as input for your databse inserts. Using a repeater action, you can process 0 to n nodes. Use XPath to transfer the node values to the query parameters.
    Is this the option you are looking for, or do I miss something?
    Michael

  • What is meant by Local Class and how we can create local classes in abap?

    Hi Friends
    what is meant by Local Class and how we can create local classes in abap?
    Regards,
    Sree

    Hi
    Local classes are the classes which we declare and use using the SE38 ABAP editor
    Global classes are the classes which we find in SE24 and call the methods of them into our program.
    see the sample code
    REPORT zs_class.
    SELECTION SCREEN
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS:p_var TYPE i,
    p_var1 TYPE i.
    SELECTION-SCREEN END OF BLOCK b1.
    CLASS d_class DEFINITION
    CLASS d_class DEFINITION.
    PUBLIC SECTION.
    METHODS:
    add,
    sub.
    PROTECTED SECTION.
    DATA : var2 TYPE i.
    ENDCLASS. "d_class DEFINITION
    CLASS d_class IMPLEMENTATION
    CLASS d_class IMPLEMENTATION.
    METHOD add.
    var2 = p_var + p_var1.
    WRITE:/ var2.
    ENDMETHOD. "add
    METHOD sub.
    var2 = p_var - p_var1.
    WRITE:/ var2.
    ENDMETHOD. "sub
    ENDCLASS. "d_class IMPLEMENTATION
    START-OF-SELECTION
    START-OF-SELECTION.
    DATA: obj TYPE REF TO d_class.
    CREATE OBJECT: obj .
    CALL METHOD: obj->add,
    Regards
    Anji

  • To create local development environment

    Hi,
    I have to create local development environment
    there are two options:
    1.Embedded pl/sql gateway
    2.oracle xml db http server
    *1.How to know the setup what i am using to create local development environment???*
    after knowing the setup:
    *2.How to configure??*
    http://hostname:port/apex/apex_admin... for embedded
    or
    http://hostname:port/pls/apex/apex_admin....for oracle xml db
    from the tutorial i couldn't understand.
    for example apex is define in configuration file???..how to find???
    I am stucked.

    Hi,
    Thanks for your suggestion.
    To work further I tried ot download the packaged applications OEHR sample objects.
    I didn't get any error till downloading and importing, when i installed supporting objects it says there is no enough workspace to install supporting objects
    error is
    the following prerequisite checks failed. Installation of this application's supporting objects cannot continue until these issues are resolved.
    To continue installation after addressing the errors, navigate to the Supporting Object Definitions of this application and click INSTALL in the Supporting Objects Installation section.
    Alternatively, you can deinstall the application definition and reinstall after resolving these issues.
    Available Space in KB:      4,032
    Object Names:      OEHR_COUNTRIES, OEHR_REGIONS, OEHR_LOCATIONS, OEHR_DEPARTMENTS, OEHR_JOBS, OEHR_JOB_HISTORY, OEHR_CUSTOMERS, OEHR_WAREHOUSES, OEHR_ORDER_ITEMS, OEHR_ORDERS, OEHR_INVENTORIES, OEHR_PRODUCT_INFORMATION, OEHR_PRODUCT_DESCRIPTIONS, OEHR_PROMOTIONS, OEHR_CATEGORIES_TAB
    I have created local environment
    workspacename: SECOND
    username:ADMIN
    I had glimpse on requesting additional storage space from the link
    http://download.oracle.com/docs/cd/E14373_01/admin.32/e13371/wrkspc.htm#AEA
    This is the report what i got in viewing workspace overview report:
    Tablespace Name     Bytes     Amount Used     Amount Free     Percentage Used
    FLOW_1172117675391573     116,326,400     6,356,992      109,969,408     5.46 row(s) 1 - 1 of 1           
    Then i requested additional storage option from Manage services
    Then i connected to workspace:INTERNAL
    and username:ADMIN then i passed to change request option and accepted the option
    WorkspaceSort by this column     Requested Change     Value for Change     Requested     Requested By     Status     Action
    SECOND     Request Storage     100     83 seconds ago     ADMIN     Requested     View Request
    got a message :space added
    what i am doing is right or wrong???
    still i am getting same error..
    how to proceed???
    my task it need to add supproting objects for oehr_sample
    Thanks for your time

  • Creating Local Product in SRM System.

    Hi All,
    I want to create Local Material in SRM system.
    while creating i am getting error.
    1) Set type 380BDF7B502D63F7E10000009B38FA0B does not exist.
    in table TADIR there is no set type : COMM_PR_SHTEXT.
    while mantaing this it is asking for Package.
    can any help to resolve this issue by saying what is the package for this object.
    thanks and regards.
    Kalyan

    Hi,
    See these related threads for more pointers:
    Attribute does nit exist after the upgrade
    Re: Standalone scenario
    Re: create a product
    BR,
    Disha.
    Do reward points for  useful answers.

Maybe you are looking for

  • Blur edges in stacked image output file

    Hi, I'm using the auto align and auto blend feature to stacked images for increased DOF. My source files are clean no ghosting, blur or what ever. After I run the files through the auto align and then auto blend  I flatten  the stack of layers. The f

  • Orientation lock

    I am used to using the silent button as orientation lock, however In ios7 I do not know how to change this setting. I am aware I can lock orientation by swiping up, however I prefer using the switch on the side of the screen. Does anyone know how to

  • Raid Admin 1.5 Settings Default Back

    Why do the performance settings in Raid Admin 1.5 default back to an "all checked" state? I often shut down the Xserve RAID because I get tired of the fan noise. Is that the cause? Anyway, I thought the FCP 5 dropped frames problem was with my AJA IO

  • Copy Time Machine Backup Folder to new harddrive

    Is it possible to copy your Backup Folder on an existing Time Machine drive to a new larger drive and then designate the new larger drive as the Time Machine destination? Tried twice and getting copy errors.

  • HT1694 Can't send and receive email hotmail.What sould i do?

    After i set up email from my iphone 5 but can't send and recieve email hotmail. 1. Setting choosed menu mail contact and calenda and set email.Can't used email and can check email  for my laptop.