Update of Development Configuration fails

Hello,
we created an SC based on template WebDynpro. During the project we realized that we might need more tools like CAF. So I added the corresponding dependency in the software component.
Now, when starting the NWDS it is detected that a new configuration exists.
Unfortunately after confirming that the configuration should be updated, I always get an error:
Evaluating of Configurations failed
org.eclipse.core.runtime.CoreException[0]: com.sap.tc.devconf.update.ConfigurationEvaluationException: Error during evaluation of variant mapping delta: Error when reading component meta data from local file: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
     at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:113)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDelta(CompartmentEvaluator.java:573)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDeltas(CompartmentEvaluator.java:554)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleCompartmentModified(CompartmentEvaluator.java:135)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.evaluate(CompartmentEvaluator.java:92)
     at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluateConfigurationDelta(ConfigDeltaEvaluator.java:166)
     at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluate(ConfigDeltaEvaluator.java:69)
     at com.sap.tc.devconf.update.impl.ConfigurationUpdater.evaluate(ConfigurationUpdater.java:83)
     at com.sap.ide.eclipse.component.devconf.ReimportDevConfigCommand.updateSoftIfPossiblePossible(ReimportDevConfigCommand.java:307)
     at com.sap.ide.eclipse.component.provider.actions.ReimportDevConfAction.run(ReimportDevConfAction.java:102)
     at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
     at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
     at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
     at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
     at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
     at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
     at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
     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:324)
     at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
     at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
     at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
Caused by: com.sap.tc.devconf.InvalidDefinitionException: Error when reading component meta data from local file: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:757)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCData(DevelopmentComponentNode.java:430)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.getDevelopmentComponent(DevelopmentComponentNode.java:125)
     at com.sap.tc.devconf.impl.DCDependenciesManager.listDirectlyUsedDCNodes(DCDependenciesManager.java:882)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:837)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:845)
     at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:83)
     ... 35 more
Caused by: com.sap.tc.complib.provider.ProviderException: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
     at com.sap.tc.devconf.impl.DCFileInputProvider.getStreamForDC(DCFileInputProvider.java:114)
     at com.sap.tc.complib.impl.DevelopmentComponentImpl.initialize(DevelopmentComponentImpl.java:720)
     at com.sap.tc.complib.ComponentFactory.initialize(ComponentFactory.java:421)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:745)
     ... 41 more
Caused by:
com.sap.tc.devconf.InvalidDefinitionException: Error when reading component meta data from local file: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:757)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCData(DevelopmentComponentNode.java:430)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.getDevelopmentComponent(DevelopmentComponentNode.java:125)
     at com.sap.tc.devconf.impl.DCDependenciesManager.listDirectlyUsedDCNodes(DCDependenciesManager.java:882)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:837)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:845)
     at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:83)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDelta(CompartmentEvaluator.java:573)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDeltas(CompartmentEvaluator.java:554)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleCompartmentModified(CompartmentEvaluator.java:135)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.evaluate(CompartmentEvaluator.java:92)
     at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluateConfigurationDelta(ConfigDeltaEvaluator.java:166)
     at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluate(ConfigDeltaEvaluator.java:69)
     at com.sap.tc.devconf.update.impl.ConfigurationUpdater.evaluate(ConfigurationUpdater.java:83)
     at com.sap.ide.eclipse.component.devconf.ReimportDevConfigCommand.updateSoftIfPossiblePossible(ReimportDevConfigCommand.java:307)
     at com.sap.ide.eclipse.component.provider.actions.ReimportDevConfAction.run(ReimportDevConfAction.java:102)
     at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
     at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
     at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
     at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
     at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
     at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
     at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
     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:324)
     at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
     at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
     at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
Caused by: com.sap.tc.complib.provider.ProviderException: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
     at com.sap.tc.devconf.impl.DCFileInputProvider.getStreamForDC(DCFileInputProvider.java:114)
     at com.sap.tc.complib.impl.DevelopmentComponentImpl.initialize(DevelopmentComponentImpl.java:720)
     at com.sap.tc.complib.ComponentFactory.initialize(ComponentFactory.java:421)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:745)
     ... 41 more
Caused by:
com.sap.tc.complib.provider.ProviderException: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
     at com.sap.tc.devconf.impl.DCFileInputProvider.getStreamForDC(DCFileInputProvider.java:114)
     at com.sap.tc.complib.impl.DevelopmentComponentImpl.initialize(DevelopmentComponentImpl.java:720)
     at com.sap.tc.complib.ComponentFactory.initialize(ComponentFactory.java:421)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:745)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCData(DevelopmentComponentNode.java:430)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.getDevelopmentComponent(DevelopmentComponentNode.java:125)
     at com.sap.tc.devconf.impl.DCDependenciesManager.listDirectlyUsedDCNodes(DCDependenciesManager.java:882)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:837)
     at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:845)
     at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:83)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDelta(CompartmentEvaluator.java:573)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDeltas(CompartmentEvaluator.java:554)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleCompartmentModified(CompartmentEvaluator.java:135)
     at com.sap.tc.devconf.update.impl.CompartmentEvaluator.evaluate(CompartmentEvaluator.java:92)
     at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluateConfigurationDelta(ConfigDeltaEvaluator.java:166)
     at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluate(ConfigDeltaEvaluator.java:69)
     at com.sap.tc.devconf.update.impl.ConfigurationUpdater.evaluate(ConfigurationUpdater.java:83)
     at com.sap.ide.eclipse.component.devconf.ReimportDevConfigCommand.updateSoftIfPossiblePossible(ReimportDevConfigCommand.java:307)
     at com.sap.ide.eclipse.component.provider.actions.ReimportDevConfAction.run(ReimportDevConfAction.java:102)
     at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
     at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
     at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
     at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
     at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
     at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
     at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
     at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
     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:324)
     at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
     at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
     at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
Any idea what's wrong here?
Thanks,
Michael

Hi,
Just go through this consolidated help.sap.com link.
[http://help.sap.com/saphelp_nw2004s/helpdata/en/63/7a4d40eae76f13e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw2004s/helpdata/en/63/7a4d40eae76f13e10000000a1550b0/frameset.htm]
Regards,

Similar Messages

  • Name server not updated in development configuration after change of SLD

    Hi Guys
    Hope you can help me with this one.
    We have moved our SLD from one server to another.
    After this we changed the name server in NWDI and in NWDS.
    In NWDS i removed the development configuration and reimported it, but when I do this, a popup box shows the details of the development configuration and the name server is still the old SLD server. This means that when I start the NWDS I get an error saying that the name server host is unreachable.
    Where do I change this?
    I found out that the name server is setup in the .confdef file under .dtc\0 in the field called name-server-url. If I change this manually in the file, it works. But if I remove the development configuration and reimport it again, I am taken back to the old name server again.
    It seems as if something has to be changed in NWDI, but I can't figure out what.
    Can anybody help?
    Cheers,
    Jacob Vennervald

    Hi Jacob,
    I would proceed as follows:<br><br>
    -  login to your new SLD<br>
    -  go to the technical systems in the landscape area of the SLD<br>
    -  in the filter drop down select AS JAVA<br>
    - check if your NWDI has reported to this SLD in the last 12 or 24 hours, you can check this on the "last update" column<br>
    - if your system has reported to this sld the last few hours this is good if not go to the step "change J2ee to new sld" i will descirbe later.<br>
    - remember the name of the system here. it is like sid on dbhostname.<br>
    -  got to sld administration (link on top) choose content maintenace in administration<br>
    - in the subset filter select "All with instances" as class set SAP AS JAVA Cluster<br>
    - you should find your system there. click on it.<br>
    - in the new screen find a link in the middle top <nr> associated instances -> click it<br>
    - in the next screen you will see the relationship of the technical system to the rest of the sld data.<br>
    - there should be a topic called "hosted application server"<br>
    - the should be an entry like: system landscape directory: sld on sid on server -> click it<br>
    - here you will see the data for this hosted system. You can find the cim/url definig the SLD you will find the roles. Landscape and name server should assigend and so on here you can chage the SLD url. <br><br>
    You can although proceed as follows. This as well requieres you nwdi to report and use this sld in j2ee see below if not.<br>
    - on sld startscreen choose landscapes in the landscapes part of sld<br>
    - select landscape type nwdi systems<br>
    - if there is no landscape you can create one<br>
    - in the landscape ypu can assinge systems. The sld should be availabel to choose.<br>
    - once in the landscape you can view the system and you can change the CIM Server url and the roles there aswell its just another view on the content.<br>
    <br>
    you can although check:<br>
    - open name reservation from develpoment part of start screen<br>
    - here you should find a button about enabling or disabling the sld for nwdi usege. this should be of course enabled...<br>
    <br>
    <b>"change J2ee to new sld" <br>Ok and here what to do or to check if you are not sure if your NWDI uses/reports to the new sld.</b><br>
    - Go to the nwdi server an open Visual admin i asume you are running a 7.0 Di if not let me knoe i can although tell you for CE.<br>
    - ok in VA. select on of your server nodes->services->SLD data supplier.<br>
    - an overview page will show up.<br>
    - select the http settings tab in the lower middle.<br>
    - https settings will tell the j2ee where to report to. Verify the data and change if needed. use the lightinigbolt button on top to transfer data to the sld. have a little patiance if your data is not shown immediately in your sld,. it may take 1-2 minutes until it is shown in the gui.<br>
    - switch to cim client generation tab. those paraemters will tell your j2ee from what sld to read data from. It is important to understand that you may report to one sld but to read from antioher. depending on your sld landscape. The CIm CLient should use the same Sld as your NWDI uses in CMS setting.<br>
    - if all is setup. do a cim client test.<br>
    <br><br>
    Allright. This is all I know on how the NWDI is integrated in SLD. Hope you can resolve your problem wiht this steps.
    <br>
    Have a good time<br>
    Jan

  • The version 0000000075 of development configuration is now available

    Hi experts,
    when im loging into nwdi im getting pop up with below message , can u please explain what is the verison 0000000075 and why is it asking for that..
    The version 0000000075 of development configuration is now available
    Do you want to update the development Configuration ?
    Regards
    Govardan Raj

    Hi Govardan,
    a track has a server side development config (created as per the domain data settings and track data settings i.e. includes cbs, dtr, cms url, sld nameserver and the software component dependencies).
    It is an XML file you can check in CMS webui -- Track Data -- Build variants -- display development config.
    If you create a devconfig in your NWDS, then this XML file is getting synced to your local space (this is the file called .confdef).
    After this no more sync is getting done, but the locally stored .confdef is used by the devconfig, so it knows, which cms, dtr, cbs , sld to contact, etc. in other words: how to use the track.
    If you change on the server side devconfig (by changing on say cbs, dtr or sld url or SC dependency setup) then NWDS recognizes that its locally stored .confdef became outdated.
    This is why you have that popup that the server side devconf version XY is now available and you can make the locally stored one up to date.
    I hope this answers your question.
    Best Regards,
    Ervin

  • SAP NW Developer Studio: Problem with Import Development Configuration(DC)

    Dear Experts!
    I have a problem with SAP NetWeaver Developer Studio when import a Developement Configuration.
    I create a Software Component(SC) in SLD( with Dependencies:  SAP J2EE Engine, SAP Java Tech Service, DI BUILD TOOL, Then I create a Development Configuration(DC) and add this SC.
    On SAP Netweaver  Developer  Studio I import this DC. I see on the Component Browser My DC include: my software conponent , and SCs: SAPJEE, SAP_BUILDT, SAP_JTECHS but in DC detail there are nothing. So I cannot create the Development Component
    Please help me resolve this issue.
    Thanks all

    Hi,
    you cannot see the DCs (for SCs like SAPBUILDT, JTECHS, JEE, etc) in NWDS, because there is nothing imported into the buildspace(s) DEV (and cons).
    You need to go to the http://<host>:<port>/devinf -- CMS webui, to the Transport Studio, go to the Check-in tab, and check-in all the software you can see in the queue (which you have also added previously in SLD for your software) . This is a quick process, you'll see your software moved to the Development tab and waiting for import.
    Import all the components. This can take longer. As soon as all of them finished, you can open up your NWDS again. In order to see the DCs this time when you expand the corresponding node, you need to reimport (but at least) update the development configuration  (you do it in NWDS in the context menu of the development config in question).
    Best Regards,
    Ervin
    Edited by: Ervin Szolke on Sep 2, 2010 1:26 PM

  • Outdated Development Configurations for ESS

    Hi,
    When logging in to DTR, there is a prompt up: Outdated Development Configurations, as such,
    info: The version 0000000013 of DC ESSTrac_dev[0](Version:0000000012) is now available. For Updating of Development COnfigurations, you have to remove and import them.
    Please see ESS WebDynpro Customization for the detail of my ESS set u[.
    Any advice?
    - julius

    How about searching? If you try you will find the documents you need right here on SDN.
    Regards,
    Martin

  • Updating hybrid configuration failed - Kerberos authentication: The network path was not found

    I'm configuring Exchange 2010 SP3 as a Hybrid server with Exchange Online. This is a single server running Exchange roles Mailbox, Client Access, Unified Messaging and Hub Transport.
    When I run the Manage Hybrid Configuration, I receive the following error:
    Updating hybrid configuration failed with error
    'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occurred while using Kerberos authentication: The network
    path was not found.
    The full text from the Hybrid Configuration log file (C:\Program Files\Microsoft\Exchange Server\V14\Logging\Update-HybridConfiguration)
    [1/5/2014 21:21:1] INFO:Opening runspace to
    http://[servername]/powershell?serializationLevel=Full
    [1/5/2014 21:21:1] INFO:Disconnected from On-Premises session
    [1/5/2014 21:21:1] ERROR:Updating hybrid configuration failed with error 'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following
    error occured while using Kerberos authentication: The network path was not found. 
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
       at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
       at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)
       at System.Management.Automation.Runspaces.RunspacePool.Open()
       at System.Management.Automation.RemoteRunspace.Open()
       at Microsoft.Exchange.Management.Hybrid.RemotePowershellSession.Connect(PSCredential credentials, CultureInfo sessionUiCulture)
       at Microsoft.Exchange.Management.Hybrid.Engine.Execute(ILogger logger, String onPremPowershellHost, PSCredential onPremCredentials, PSCredential tenantCredentials, HybridConfiguration hybridConfiguration)
       at Microsoft.Exchange.Management.SystemConfigurationTasks.UpdateHybridConfiguration.InternalProcessRecord()'.
    I have sought help, posting on the forum at community.office365.com -
    http://community.office365.com/en-us/forums/158/t/212265.aspx. But I've got to a point where I believe the problem is more to do with how PowerShell is operating on the on-prem Exchange server.
    Has anyone else come across this problem running the Hybrid Configuration Wizard?

    Hello Darrell,
    Have you verified the settings of Powershell virtual directories for the on-premises Exchange Servers? The following article has a list of some common issues with that virtual directory and how to correct them:
    http://technet.microsoft.com/en-us/library/ff607221(v=exchg.80).aspxI would take a look at the one titled "Configure Kerberos Authentication" specifically to ensure everything
    looks good.
    As the article states you can run the Exchange BPA and it will check if any of these exist as well.

  • CBS: Creation of build location fails for Standalone Development Configuration

    Hi experts,
    We have an issue during setup of a Standalone development configuration in NWDI with CM Services. During saving the following error occurs:
    "Unable to save development configuration: Unable to create build location "SPO" on build tool "http://qpmr-nw01.sap:50000" using user "NWDI_CMSADM" [DICONF_CREATEBUILDLOCATION]: CBS Server Error: Internal server error( internal code: INTERNAL_SERVER_ERROR)"
    The trace logs contains additionally the following errors:
    "FAILURE to unset the owner-buildspace property on workspaces for buildspace: SPO caused due to an exception. Invalid cookie domain .sap. This may cause problems during future creation of buildspaces for the workspaces associated with this buildspace. Manual unset may be required."
    "Unable to create build location "SPO" on build tool "http://qpmr-nw01.sap:50000" using user "NWDI_CMSADM" [DICONF_CREATEBUILDLOCATION]: CBS Server Error: Internal server error( internal code: INTERNAL_SERVER_ERROR)
    [EXCEPTION]
    com.sap.di.cts.config.service.core.exception.DIConfCreateBuildlocationException: Unable to create build location "SPO" on build tool "http://qpmr-nw01.sap:50000" using user "NWDI_CMSADM" [DICONF_CREATEBUILDLOCATION]: CBS Server Error: Internal server error( internal code: INTERNAL_SERVER_ERROR) "
    Does this have something to do with our domain name which ends with .sap?
    Thanks and Best Regards
    Harald

    Hi,
    yes, that is what I was afraid of.
    Let's try something else.
    Surely the problem seems to be related to the domain that is using the string "sap".
    Or at least this is what I can also see in the error message :Invalid cookie domain .sap.
    Can you please try with IP ? Go to CMS Track Data, and specify the CBS and DTR URLs via IP.
    Does this help?
    Cheers,
    Ervin

  • Development Configuration import failed: class java.io.UTFDataFormatExc

    Hello,
    after importing the SAP ESS/MSS source I tried to import the development configuration as described in "JDI Cookbook for ESS Customers - Modification guide for ESS".
    But when I confirm the selection: ESSTrack -> 1.0 -> ESSTrack_dev with the 'Next' button I get the error message:
    Exception: class java.io.UTFDataFormatException Invalid byte 1 of 1-byte UTF8-sequence (0xfd).
    NWDS: NW04, SP12, XP (german), j2re1.4.2_08
    NWDI: NW04, SP12, Solaris 8,  j2re1.4.2_07-b05
    CMS and DTR seem to work properly.
    Best regards
    Thomas

    Hi Helmut,
    You are absolutely right!
    There was an Umlaut in the track description (CMS Landscape Configuration). I replaced it and afterwards I was able to import the ESS development configuration.
    Thanks a lot.
    Best regards
    Thomas

  • Development Configuration import failed

    Hi,
    In NWDS , when I try to import an existing development configuration, I get the following error message :
    Exception: class java.ioUTFDataFormatException
    invalid byte 1 of 1-byte UTF-8 sequence (0xfd)
    Do you guys have an idea about this issue ?
    Thank you in advance,
    Best regards,
    Arnaud
    Edited by: Arnaud on Mar 25, 2008 2:59 PM
    Edited by: Arnaud on Mar 25, 2008 5:38 PM

    Hi Helmut,
    You are absolutely right!
    There was an Umlaut in the track description (CMS Landscape Configuration). I replaced it and afterwards I was able to import the ESS development configuration.
    Thanks a lot.
    Best regards
    Thomas

  • SharePoint Products Configuration Wizard - Configuration Failed at step 10 of 10

    A little background information.  I am simply trying to create a SharePoint Server on my laptop.  I utilized the Microsoft Hyper-V Manager
    to create a Virtual Machine of which I have Windows Server 2012 R2 running.  I have installed the SharePoint prerequisites via some power shell scripts that all seemed to have worked and I believe i even updated the server with all updates to date.  <o:p></o:p>
    <o:p> </o:p>
    However, when I run the SharePoint Products Configuration i get a failure at step 10 of 10.  I am a SharePoint developer and power user not an
    administrator for Windows Server.  Any assistance would be greatly appreciated.    <o:p></o:p>
    <o:p> </o:p>
    <o:p> </o:p>
    SharePoint Products Configuration Wizard<o:p></o:p>
    Configuration Failed<o:p></o:p>
    <o:p></o:p>
    One or more configuration settings failed.  Completed configuration settings will not be rolled back.  Resolve the problem and run this configuration
    wizard again.  The following contatins detailed information about the failure:<o:p></o:p>
    Failed to create sample data.<o:p></o:p>
    <o:p> </o:p>
    An exception of the type System.ServiceModel.ServerTooBusyException was thrown.  Additional exception information:  The HTTP service located
    at<o:p></o:p>
    http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc is
    unavailable.  This could be because the service is to busy or because no endpoint was found listening at the specified address.  Please ensure that the address is correct and try accessing the service again later.<o:p></o:p>
    <o:p> </o:p>
     Click Finish to close this wizard.<o:p></o:p>
    Larry Stupka

    The First Thing Disable or Remove Antivirus / ForeFront, etc. and try if again it's failed then try clearing the cache.ini
    you can find it in location
    C:\ProgramData\Microsoft\SharePoint\Config\GUId
    go inside the GUID and look for cache.ini
    reset the value to 1
    run the command stsadm -o execsvcadmjobs
    try running the below command
    psconfig.exe -cmd upgrade -inplace b2b -wait -force
    Sajid H. A. Rashid Analyst Application Developer

  • RAC - Oracle Grid Infrastructure configure failed

    Hi, am trying to install 2 node RAC on Oracle VMs. Before the installation during the -preinst check there were few issues which were resolved (ex user equivalence). After that during the installation process of the Grid it failed at step "Configure Oracle Grid Infrastructure for a cluster". After it failed at this step, subsequent steps too failed which I asked OUI to ignore and then I ran both the post installation scripts. And then ran post crsinst which failed. Pasting below the output of the root.sh script, post crsinst and other checks.
    [root@bsfrac01 grid]# sh root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Copying dbhome to /usr/local/bin ...
    Copying oraenv to /usr/local/bin ...
    Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2011-02-13 00:11:55: Parsing the host name
    2011-02-13 00:11:55: Checking for super user privileges
    2011-02-13 00:11:55: User has super user privileges
    Using configuration parameter file: /u01/app/11.2/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'bsfrac01'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'bsfrac01'
    CRS-2676: Start of 'ora.mdnsd' on 'bsfrac01' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'bsfrac01'
    CRS-2676: Start of 'ora.gpnpd' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'bsfrac01'
    CRS-2676: Start of 'ora.cssdmonitor' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'bsfrac01'
    CRS-2672: Attempting to start 'ora.diskmon' on 'bsfrac01'
    CRS-2676: Start of 'ora.diskmon' on 'bsfrac01' succeeded
    CRS-2676: Start of 'ora.cssd' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'bsfrac01'
    CRS-2676: Start of 'ora.ctssd' on 'bsfrac01' succeeded
    ASM created and started successfully.
    DiskGroup DATA1 created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'bsfrac01'
    CRS-2676: Start of 'ora.crsd' on 'bsfrac01' succeeded
    CRS-4256: Updating the profile
    Successful addition of voting disk 0ea2052d8a714fd7bf46d9d5c785483e.
    Successfully replaced voting disk group with +DATA1.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 0ea2052d8a714fd7bf46d9d5c785483e (ORCL:DISK1) [DATA1]
    Located 1 voting disk(s).
    *Failed to rmtcopy "/tmp/filekRIMbG" to "/u01/app/11.2/grid/gpnp/manifest.txt" for nodes {bsfrac01,bsfrac02}, rc=256*
    *Failed to rmtcopy "/u01/app/11.2/grid/gpnp/bsfrac01/profiles/peer/profile.xml" to "/u01/app/11.2/grid/gpnp/profiles/peer/profile.xml" for nodes {bsfrac01,bsfrac02}, rc=256*
    rmtcopy aborted
    Failed to promote local gpnp setup to other cluster nodes
    CRS-2673: Attempting to stop 'ora.crsd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.crsd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'bsfrac01'
    CRS-2677: Stop of 'ora.asm' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.ctssd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'bsfrac01'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.cssd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.gpnpd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.gipcd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.mdnsd' on 'bsfrac01' succeeded
    Initial cluster configuration failed. See /u01/app/11.2/grid/cfgtoollogs/crsconfig/rootcrs_bsfrac01.log for details
    [root@bsfrac01 grid]#
    [oracle@bsfrac01 bin]$ ./cluvfy stage -post crsinst -n bsfrac01,bsfrac02 -verbose
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "bsfrac01"
    Destination Node Reachable?
    bsfrac01 yes
    bsfrac02 yes
    Result: Node reachability check passed from node "bsfrac01"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    bsfrac01 passed
    bsfrac02 passed
    Result: User equivalence check passed for user "oracle"
    ERROR:
    PRKC-1094 : Failed to retrieve the active version of crs: {0}
    Checking time zone consistency...
    Time zone consistency check passed.
    ERROR:
    PRKC-1093 : Failed to retrieve the version of crs software on node "java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found
    " : {1}
    ERROR:
    Cluster manager integrity check failed
    PRVF-5434 : Cannot identify the current CRS software version
    UDev attributes check for OCR locations started...
    Result: UDev attributes check passed for OCR locations
    UDev attributes check for Voting Disk locations started...
    ERROR:
    PRVF-5197 : Failed to retrieve voting disk locationsPRKC-1092 : Failed to retrieve the location of votedisks: java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found
    Result: UDev attributes check failed for Voting Disk locations
    Check default user file creation mask
    Node Name Available Required Comment
    bsfrac01 0022 0022 passed
    bsfrac02 0022 0022 passed
    Result: Default user file creation mask check passed
    Checking cluster integrity...
    Node Name
    bsfrac01
    Cluster integrity check failed This check did not run on the following node(s):
    bsfrac02
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations
    ERROR:
    PRKC-1094 : Failed to retrieve the active version of crs: {0}
    ERROR:
    PRVF-5300 : Failed to retrieve active version for CRS on this node
    OCR integrity check failed
    Checking CRS integrity...
    ERROR:
    PRKC-1094 : Failed to retrieve the active version of crs: {0}
    ERROR:
    PRVF-5300 : Failed to retrieve active version for CRS on this node
    CRS integrity check failed
    OCR detected on ASM. Running ACFS Integrity checks...
    Starting check to see if ASM is running on all cluster nodes...
    PRVF-5137 : Failure while checking ASM status on node "bsfrac01"
    PRVF-5137 : Failure while checking ASM status on node "bsfrac02"
    Starting Disk Groups check to see if at least one Disk Group configured...
    PRVF-5112 : An Exception occurred while checking for Disk Groups
    PRVF-5114 : Disk Group check failed. No Disk Groups configured
    Task ACFS Integrity check failed
    Checking Oracle Cluster Voting Disk configuration...
    ERROR:
    PRKC-1093 : Failed to retrieve the version of crs software on node "java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found
    " : {1}
    ERROR:
    PRVF-5434 : Cannot identify the current CRS software version
    PRVF-5431 : Oracle Cluster Voting Disk configuration check failed
    Checking to make sure user "oracle" is not in "root" group
    Node Name Status Comment
    bsfrac01 does not exist passed
    bsfrac02 does not exist passed
    Result: User "oracle" is not part of "root" group. Check passed
    Post-check for cluster services setup was unsuccessful on all the nodes.
    [oracle@bsfrac01 bin]$ /u01/app/11.2/grid/bin/ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 3
    Total space (kbytes) : 262120
    Used space (kbytes) : 408
    Available space (kbytes) : 261712
    ID : 1671840043
    Device/File Name : +DATA1
    Device/File integrity check succeeded
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Cluster registry integrity check succeeded
    Logical corruption check bypassed due to non-privileged user
    ASM looks to be up and running..
    [oracle@bsfrac01 bin]$ /usr/sbin/oracleasm listdisks
    DISK1
    DISK2
    DISK3
    DISK4
    DISK5
    DISK6
    [oracle@bsfrac01 bin]$ /usr/sbin/oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: yes
    Please help.

    before installation have u configure the private interconnect on both the nodes to same network adapter..
    for example on node 1 if the private interconnect is on eth0 then on the node 2 it should use eth0 only...
    for private interconnect use the hostonly option on both the nodes in the network configuration page of the vmware or virtual box..
    and for public network it can be bridged
    more over if you are installing on the laptop its good to configure the SSH using the OUI.. rather than doing it manually.. as it saves time
    the private and the public networks should not have same range of ip address. like if public address are like 192.168.2.222/255.255.255.0 and private address have to be different like 10.10.1.2/255.0.0.0 (this is just an example)
    have to configured the NTP.
    any ways try installing the oracle rac on virtual box follow the steps given the below website they are pretty straight forward...
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php

  • Sun JAVA ES on SuSE - configuration failed

    Documentation for Sun JAVA ES says it is supported on RedHat. What are the chances that SuSE will also be supported.
    I attempted to install Sun JAVA ES on OpenSuSE 10.1. Taking one step at a time I installed the the Web Server and JavaDB The installation appeared to go fine but the configurations failed:
    Installation Summary Report
    Install Summary
    Java Enterprise System 5 : Installed
    Sun Java(TM) System Web Server 7.0 : Installed, Configuration Failed
    Java DB : Installed, Configure After Install
    Could someone tell me where I start to look to troubleshoot why the Configuration failed.
    Thanks

    John,
    it looks like TID 7007653 - if you are wondering why you couldn't find
    it, it's because the TID did not mention the specific error, I had to
    hunt through bugzilla to find it. I have (as I hope you can see)
    updated the TID so that others should be able to find it without having
    to go through your pain...
    Shaun Pond

  • Configuration Failed - Could not load the file or assembly Microsoft.IdentityModel

    I have followed the link "Setting up Sharepoint 2010 Development Environment on Windows 7" and while
    following the steps, I was not able to install one of the pre-requisite "Windows Identity Foundation (Windows6.1-KB974405-x64.msu)" which was downloaded from Microsoft website at URL:
    http://www.microsoft.com/en-us/download/details.aspx?id=17331, however, I was able to complete the SharePoint Server 2010 Installation Successfully. And to my surprise, when I run the
    SharePoint Products Configuration Wizard, in the very 2nd Step of configuration, I faced the below issue.
    Configuration Failed
    One or more configuration settings failed. Completed configuration settings will not be rolled back. Resolve the problem and run this configuration wizard again. The following contains detailed information about the failure:
    Failed to create the configuration database.
    An exception of type System.IO.FileNotFoundException was thrown. Additional exception information: Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its
    dependencies. The system cannot find the file specified.
    To diagnose the problem, review the application event log and the configuration log file located at: C:\Program Files\Common Files\Microsoft Shared\ Web Server Extensions\14\LOGS\PSCDiagnostics 12_13_2013_8_30_44_220_403724746.log
    I am pretty sure that I have followed each and every step and understood and the only place that I have missed is installing the pre-requisites as mentioned above. How can I fix this issue.
    Let me know if you need more information such as log file content which got generated. Your help in fixing this issue will be really helpfull for me.
    Thanks
    Mahesh

    Hi  Mahesh,
    Thank you for your posting!
    Your issue is caused by that  your windows 7 is not installed Windows Identity Foundation.
    As you say that you were not able to install the Windows Identity Foundation, could you provide more detail about what  you are facing ? Which version of Windows 7 you have? 32bit or
    64bit? Also make sure your computer has installed Internet Information Services (IIS) 7.0  and  .NET Framework 3.5.
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • Getting an error while importing Development Configuration file (NW 2.0)

    i,
        while importing a development configuration file for Webdynpro (  SAP NW 2.0 ), i am getting an error
       "Getting Input Stream Failed-> Unable to find the host ..."
    But i can ping to the server and tr is also working .
    i could see Active and Inactive Objects
    Any access permission is needed to download a configuration file.
    or whatis the reason for this error.
    any preconditions have to be done for importing a configuration file ?

    You can try the following:
    1. try the fully qualified domain name of the DTR server host in NWDS Preferences->Development Configuration.
    2. Are your WAS and JDI are on a higher SP level. That may cause the problem
    regards,

Maybe you are looking for

  • HT2534 I made an iTunes account yesterday without a credit card but when i tried to sing in on my iPad it wouldn't let me Why?

    I made an iTunes account yesterday without a credit card but when i tried to sing in on my iPad it wouldn't let me Why?

  • Vendor assignment for multiple line tiems

    All, We are with SRM 5.0, Classic Scenario. I have created SC with 2 line items and given different vendors for two line items of the same SC. It should generate two POs for this, right ? Bt, only one Purchase Req. and PO is created and showing in R/

  • Lost Ability to 3D Capture

    I'm evaluating the 3D toolkit and captured a couple of 3D models from Inventor and Solidworks. However now whenever I try to capture a 3D model it comes in as a 2D flat image. I select Create PDF>3d Capture and then walk thru the settings. I flip to

  • Binary Error on submit?

    I got this error after submitting my binary to Apple. But the status is "Upload Received" Do I need to do anything? Will it be rejected?

  • Web service test client

    I need to write a tool for internal web service testing, like the one wls admin console has. But I need the tool to run separately, meaning from app, either using jsp, servlet or jpf. How can I access the web service? Do I have to generate client jar