Fail to start project

Hi, everyone
When I click start to run the project, there is a error message: 
Failed to start project
ADDITIONAL INFORMATION:
Method not found: 'Boolean Microsoft.SqlServer.Dts.Design.VisualStudio2012Utils.IsVisualStudio2012ProInstalled()'. (Microsoft.DataTransformationServices.VsIntegration)
I installed vs2012 iso and integrated, my version is 11.0.5058.0.
Any help appreciate.

Hi Everyone,
I have just reloaded my machine from scratch. I've only installed Office 2013, SQL Server 2012, Visual Studio 2012, the latest SQL Server Data Tools and the latest SQL Server Data Tools for BI. And after wasting an entire day I get exactly the same error.
Here are the steps to reproduce...
1) Take one HP machine with Intel i3 processor and 8GB ram
2) Install Windows 8.1 64bit and then full Windows Update for all products, restart
3) Install Windows 8.1 Update 1 then Windows Update all products, restart
4) Enable windows features - IIS, Hyper-V and .NET 3.5 and Windows Update all products, restart
5) Install Office Pro 2013 32bit
6) Install Visio 2013 32bit and then Windows Update all products, restart
7) Install SQL 2012 Developer 64bit with all options except Data Tools, update, restart
8) Install Visual Studio 2012 Ultimate with all options except Data Tools, update, restart
9) Install SQL Server Data Tools 11.1.40403.0 EN
10) Install SQL Server Data Tools for BI VS2012 x86
11) Install SQL Server 2012 Service Pack 2
12) One final Windows Update with Microsoft Products and then a restart
13) Unlucky 13, the SSIS packages open in the editor but trying to execute gives the error described here

Similar Messages

  • VS2012 reports "Failed to start project"

    Same issue as addressed here - 
    Klaus Ondrich reported issue
    Has this been fixed yet - this was identified in May 2014 - been almost a year - any fixes yet?
    Abhi Oommen

    Hi Abhi,
    As far as I know, there is no fix for this issue currently. To work around this issue, you still have to replace Microsoft.SqlServer.Dts.Design.dll (11.0.5532.0) with the last working version: 11.0.3412.0 from SP1 CU9.
    However, if you concern about the fixes of this issue,
     personally, I recommend you submit a feedback to the Microsoft Connect at this link
    https://connect.microsoft.com/SQLServer/Feedback . Your feedback enables Microsoft to offer the best software and deliver superior services.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • KMS Server Failed to Start

    Hi All.
    I have a 2008 R2 server that has been my active KMS server for a couple of years now.  Activates my workstations and office.  Just recently I noticed some licensing problems with new builds and traced it back to the KMS server service is not running. 
    The event log shows event ID 12291  Key Management Service (KMS) Failed to start.  I've tried rebooting, restarting the software protection service and this event will not show up until I try using slmgr.vbs to view status.  I can't find anything
    to help me troubleshoot.  No changes recently on the server.  The only thing I noticed was a problem pulling updates from our WSUS server including some .NET 4 updates.  So I updated from windows update, but that didn't help either.  Any
    thought on where to look next?
    Log Name:      Application
    Source:        Microsoft-Windows-Security-SPP
    Date:          8/28/2014 3:57:28 PM
    Event ID:      12291
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      ITMGMT2.company.com
    Description:
    Key Management Service (KMS) failed to start.
    Info:
    hr=0xC0020029
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Security-SPP" Guid="{E23B33B0-C8C9-472C-A5F9-F2BDFEA0F156}" EventSourceName="Software Protection Platform Service" />
        <EventID Qualifiers="16384">12291</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-08-28T22:57:28.000000000Z" />
        <EventRecordID>683643</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>ITMGMT2.company.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>hr=0xC0020029</Data>
      </EventData>
    </Event>

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thanks for your understanding and support.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Messaging Server 3.6 fails to start even though the Administration Server says "Success"

    Messaging Server 3.6 fails to start even though the Administration Server says
    "Success". There are no entries in the log to help explain what has happened.
    <P>
    Any failure to start Messaging Server via Administration should be analyzed by
    starting the server with /etc/NscpMail.
    <P>
    # /etc/NscpMail start
    19991219004527:Dispatch:Notification:Network Module (IMAP4-Server) Failed the verify environment test.
    Module not Loaded.
    Startup Problem:
    Problem Gaining Unique Lock
    Netscape Messaging Server Exiting!
    <P>
    This error is caused by an inability to create the .netscape.mailID file
    inside the top level of the postoffice.
    <P>
    # cd /var/spool/postoffice
    # ls -la
    total 30
    dr-x------ 8 nobody nobody 512 Dec 19 01:06 .
    drwxrwxr-x 13 root bin 512 Feb 12 1999 ..
    drwx------ 2 nobody nobody 1536 Dec 19 01:04 config
    drwx------ 2 nobody nobody 512 Dec 19 01:04 control
    drwx------ 3 nobody nobody 512 Dec 19 01:04 deferred
    drwx------ 2 nobody nobody 512 Dec 19 01:04 hold
    drwx------ 2 nobody nobody 5120 Dec 19 01:04 log
    drwx------ 2 nobody nobody 512 Dec 19 01:04 messages
    -rw-r--r-- 1 root other 183 Apr 12 1999 sie.conf
    -rw-r--r-- 1 root other 6 Dec 19 01:04 socket.dat
    <P>
    NOTE: The "." entry is the same as ls -l /var/spool/postoffice
    <P>
    # chmod u+w .
    # /etc/NscpMail start
    # ls -la
    total 32
    drwx------ 8 nobody nobody 512 Dec 19 01:04 .
    drwxrwxr-x 13 root bin 512 Feb 12 1999 ..
    -rw------- 1 nobody nobody 5 Dec 19 01:04 .netscape.mailID
    drwx------ 2 nobody nobody 1536 Dec 19 01:04 config
    drwx------ 2 nobody nobody 512 Dec 19 01:04 control
    drwx------ 3 nobody nobody 512 Dec 19 01:04 deferred
    drwx------ 2 nobody nobody 512 Dec 19 01:04 hold
    drwx------ 2 nobody nobody 5120 Dec 19 01:04 log
    drwx------ 2 nobody nobody 512 Dec 19 01:04 messages
    -rw-r--r-- 1 root other 183 Apr 12 1999 sie.conf
    -rw-r--r-- 1 root other 6 Dec 19 01:04 socket.dat

    Hi,
    Please check if you have disabled the autodisconnect feature of the Server service. On Windows servers it can be configured through the Autodisconnect registry key.
    \HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\
    CIFS and SMB Timeouts in Windows
    http://blogs.msdn.com/b/openspecification/archive/2013/03/19/cifs-and-smb-timeouts-in-windows.aspx
    Based on the research, as the open shared folder is in a SMB session, the default timeout for SMB session is 15 minutes. If the SMB session is inactive for 15 minutes the server will send a TCP reset to close the SMB connection. Until the
    Autodisconnect timer is reached, the server will send an NBT keep-alive packet every two minutes. If a client or server application is not written to properly handle network delays, it may terminate the session prior to the default timeout
    period.
    For more detailed information, please refer to the thread below:
    Session doesn't close Shared Folder
    https://social.technet.microsoft.com/Forums/en-US/54f658c8-3d41-4beb-9a2f-47b054a11b7a/session-doesnt-close-shared-folder?forum=smallbusinessserver
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • OIM Domain on Weblogic Failed to Start

    I was able to install WebLogic, Oracle Database and OIM.
    Before installing OIM, I was able to start the domain I created on WebLogic at:
    Start -> All Programs -> Oracle WebLogic -> User Projects -> oim_domain -> Start Admin Server for Weblogic Server Domain
    where oim_domain is the name of the domain I have created.
    However after I finished installing OIM, the same domain failed to start.
    There is a security service runtime exception and the wls does not start
    ####<Aug 28, 2009 10:52:19 AM SGT> <Error> <Security> <WIN-RVCWWXEG6OD> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1251427939557> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger.
    weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger
    In addition if any one has detailed steps to do oim on weblogic server install successfully beyond just the oracle docs that would be great, thanks

    start weblogic admin console with script xlStartWLS.bat which is created in directory "bea_home\user_projects\domains\oim_domain\bin"
    That should start your weblogic admin console correctly.

  • Clusterwide exception: Failed to start dependent interface ''caf/eu/gp/api'

    Hello !
    We are working with SAP Netweaver 2004s SP11 with a local repository. We are trying to deploy a web dynpro project
    using the guided procedures api. But we have a problem at deploy time :
    Finished with warnings: development component ... :Caught exception during application startup
    from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred
    while starting application ... and wait. Reason: Clusterwide exception: server ID 1117550:
    com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception:
    Failed to prepare application ... for startup.
    Reason=Clusterwide exception: Failed to start dependent library ''caf/eu/gp/api/wd'' of application ...
    Status of dependent component:  STATUS_MISSING.
    We have already added the dependencies in the project, and the library references in the project properties.
    Has anyone already encountered this problem ? I thank you in advance.
    Best regards,
    Romain

    Hi Romain,
    What Piyush has replied in his second post above, i wish to another thing to it.
    His is right in saying that we need to check run time, deploy time, and build time as dependency types. But once you check them and click on finish, try again seeing the properties of that Used DC which you just added. You will see that only Deploy Time Dependency Type is "true", all the others are false. You need to edit that Used DC and then again check all three build time, deploy time, and run time. Now if you see the properties, you will see that these three are set to true. Don't know why this happens, but this does happen.
    See page 13 and 14 of the following doc:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">Implementing a Web Dynpro Callable Object which Implements the GP Interface</a>
    See this entire doc, may be it helps.
    If your problem still doesn't get solved, gve me your email address, i will send you another doc for creating a callable object from a web dynpro application.
    Bye
    Ankur
    Do reward points for helpful answers!!

  • Deployment error: Failed to start server localhost:25848

    Hello there!
    I used to work with NetBeans but now i am testing JSCreator.
    - I'm using Linux Ubuntu 7.04
    - JSCreator 2 Update 1
    - I 've tryied to run as root and as my user.
    - I am trying VehicleIncidentReport example with JSCreator
    - With netstat -a | grep 25848 , i can see that are no process running in that port!
    Thanks for any help!
    When i run I got this error:
    run-deploy:
    Starting server localhost:25848
    Failed to start server localhost:25848
    Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Exception=Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Deployment error: Failed to start server localhost:25848. See the server log file for details. at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)

    Hy there!!
    I would like to thank you!! I just used pe-start and it worked!!!
    But now I would like to fix my Netbeans.
    I started to use JSCreator because my Netbeans is not working properly.
    - I created a new Project called Teste CIB as a Visual Web Application.
    - When i Execute the Project, in Log says that everything was all right, but in my Web Navigator (Mozzila) its says:
    HTTP Status 404 - /TesteCIB/
    type Status report
    message /TesteCIB/
    description The requested resource (/TesteCIB/) is not available.
    In the LOG i got this error:
    You are trying to access file: jndi.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#default_package
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key MNEMONIC_�
    at java.util.ResourceBundle.getObject(ResourceBundle.java:386)
    at java.util.ResourceBundle.getString(ResourceBundle.java:346)
    at org.openide.awt.Mnemonics.getLatinKeycode(Mnemonics.java:165)
    at org.openide.awt.Mnemonics.setLocalizedText2(Mnemonics.java:78)
    at org.openide.awt.Mnemonics.setLocalizedText(Mnemonics.java:99)
    at org.netbeans.modules.java.project.ChangePackageViewTypeAction.createChoice(ChangePackageViewTypeAction.java:54)
    at org.netbeans.modules.java.project.ChangePackageViewTypeAction.getPopupPresenter(ChangePackageViewTypeAction.java:48)
    at org.openide.util.Utilities.actionsToPopup(Utilities.java:2622)
    at org.openide.util.Utilities.actionsToPopup(Utilities.java:2696)
    at org.openide.explorer.view.TreeView.createPopup(TreeView.java:875)
    at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1323)
    at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:158)
    at org.openide.awt.MouseUtils$PopupMouseAdapter.mousePressed(MouseUtils.java:149)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.Component.processMouseEvent(Component.java:6035)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
    at java.awt.Component.processEvent(Component.java:5803)
    at java.awt.Container.processEvent(Container.java:2058)
    at java.awt.Component.dispatchEventImpl(Component.java:4410)
    at java.awt.Container.dispatchEventImpl(Container.java:2116)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
    at java.awt.Container.dispatchEventImpl(Container.java:2102)
    at java.awt.Window.dispatchEventImpl(Window.java:2429)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    You are trying to access file: jndi.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#default_package
    Thanks a lot!!

  • Failed to start  java application server  8

    hi every body,
    hi every body,
    i am getting the famous error:
    " failed to start sun java application server 8 possible causes:
    -port conflict
    -incorrect server configuration(domain.xml need to be corrected manually)
    -corrupted deployed application preventing server to start (domain.xml needs to be modified) "
    the thing is that i know the cause of error it is the 3rd one since i had some exception while running a project and since on this error was appearing,and i didnt know how to solve this problem i.e how to edit the domain.xml file
    so i uninstaled and reinstaled the java cretor a number of times every time i face the problem, but the last time i did so the folder C:\Sun\Creator\SunAppServer8\domain that contains the file domain.xml was not even there and i dont know why did that happen or how to solve it
    please help,
    regards.

    i too have a similar problem - mine seems to be related to MySQL access but I cant find any help on the problem - surely there is a better way than to continually re-install - on the previous version i could work it out without a re-install but not with the update.
    i havent found anything in the server logs - they are huge docs - i cant see how it can be a port conflict as its ok 1 minute and not the next.
    i just need a pointer to where to look ?
    thanks in advance

  • REP-6102: Failed to start the XML parser.

    I have this project that was started using the Reports Wizard, however using a very simplified query. Then I've applied quite a lot of PL/SQL code to pre-process the report data. Eventually everything works fine, and the only thing remaining is to properly format the output. Then I save the project as a JSP, or RDF, or XML, and quits Reports all together.
    The next time I open the project everything seems fine Thus I employ the Wizard to format the reports' output, and saves the project again. And quits the application.
    The next time I open the project I receive one of two messages; 'REP-6102: Failed to start the XML parser', or 'REP-0002: Unable to retrieve a string from the Report Builder message file'. Then Reports crashes!!!!
    This means I cannot complete the report as I'm unable to save and retrieve a completed report. I've tried this with several reports, all with the same result. I've even unstalled all Oracle-sw on my PC and re-installed it several times.
    I'm running WinXP, Oracle 9I DS with patch 9.0.2.1 applied.

    Hello Lasse,
    I think you are hitting a known issue, could you please call Support to get the status of this problem.
    Regards
    Tugdual

  • Collaboration server failed to start...how to fix it?

    I kept getting the "Collaboration Server failed to start because: Could not start Collaboration Index Manager" error message...how do i correct this?
    Thanks
    BC

    I have the same issue and have been unable to solve the problem. Below is the section of the log file that contains the error. There were no errors above this point:
    2008-01-24 14:23:21,042 INFO [WrapperStartStopAppMain] util.StartupServlet (StartupServlet.java:538) - Query Manager started
    2008-01-24 14:23:21,089 INFO [WrapperStartStopAppMain] util.StartupServlet (StartupServlet.java:538) - Reconciling Role Membership done
    2008-01-24 14:23:21,105 INFO [WrapperStartStopAppMain] cssearch.CollabIndexManager (CollabIndexManager.java:261) - maxDocsetBytes not found in config file, using default
    2008-01-24 14:23:21,105 INFO [WrapperStartStopAppMain] cssearch.CollabIndexManager (CollabIndexManager.java:268) - maxBatchSize not found in config file, using default
    2008-01-24 14:23:21,105 INFO [WrapperStartStopAppMain] cssearch.CollabIndexManager (CollabIndexManager.java:329) - setMaxExternalFieldBytes: 1024000
    2008-01-24 14:23:21,105 INFO [WrapperStartStopAppMain] cssearch.CollabIndexManager (CollabIndexManager.java:331) - setMaxByteCount: 1024000
    2008-01-24 14:23:21,105 INFO [WrapperStartStopAppMain] cssearch.CollabIndexManager (CollabIndexManager.java:333) - setMaxIndexBatchSize: 100
    2008-01-24 14:23:21,933 ERROR [WrapperStartStopAppMain] util.StartupServlet (StartupServlet.java:530) - Failed to start Collab Index Manager
    2008-01-24 14:23:21,933 DEBUG [WrapperStartStopAppMain] audit.Debug (Debug.java:20) - DebugOut::Collaboration Server failed to start.
    2008-01-24 14:23:21,933 ERROR [WrapperStartStopAppMain] util.StartupServlet (StartupServlet.java:517) - Collaboration Server failed to start.
    2008-01-24 14:23:29,371 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Add a new alarm entry : class com.plumtree.core.messaging.notification.SummaryNotificationJob
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Alarm params minute=0 hour=1 dayOfMonth=-1 month=-1 dayOfWeek=-1 (next alarm date=Fri Jan 25 01:00:00 CST 2008)
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: This new alarm is the top one, update the waiter thread
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Add a new alarm entry : class com.plumtree.collaboration.project.RoleSynchronizationJob
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Alarm params minute=0 hour=3 dayOfMonth=-1 month=-1 dayOfWeek=-1 (next alarm date=Fri Jan 25 03:00:00 CST 2008)
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: This new alarm is the top one, update the waiter thread
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Add a new alarm entry : class com.plumtree.collaboration.tasklist.TaskListNotificationJob
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Alarm params minute=1 hour=0 dayOfMonth=-1 month=-1 dayOfWeek=-1 (next alarm date=Fri Jan 25 00:01:00 CST 2008)
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: This new alarm is the top one, update the waiter thread
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Add a new alarm entry : class com.plumtree.collaboration.groupware.CalendarSynchronizationJob
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Alarm params minute=1 hour=3 dayOfMonth=-1 month=-1 dayOfWeek=-1 (next alarm date=Fri Jan 25 03:01:00 CST 2008)
    2008-01-24 14:23:29,386 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: This new alarm is the top one, update the waiter thread
    2008-01-24 14:23:29,402 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Add a new alarm entry : class com.plumtree.collaboration.recyclebin.RecycleBinCleaningJob
    2008-01-24 14:23:29,402 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Alarm params minute=0 hour=2 dayOfMonth=-1 month=-1 dayOfWeek=-1 (next alarm date=Fri Jan 25 02:00:00 CST 2008)
    2008-01-24 14:23:29,402 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: This new alarm is the top one, update the waiter thread
    2008-01-24 14:23:29,402 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Add a new alarm entry : class com.plumtree.collaboration.docman.versions.VersionManagementJob
    2008-01-24 14:23:29,402 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: Alarm params minute=0 hour=4 dayOfMonth=-1 month=-1 dayOfWeek=-1 (next alarm date=Fri Jan 25 04:00:00 CST 2008)
    2008-01-24 14:23:29,402 DEBUG [http-11930-Processor25] scheduler.AlarmManager (AlarmManager.java:127) - [http-11930-Processor25] AlarmManager: This new alarm is the top one, update the waiter thread
    2008-01-24 14:23:29,402 INFO [http-11930-Processor25] notification.NotificationManager (NotificationManager.java:121) - Notification Server is enabled
    2008-01-24 14:23:29,402 INFO [http-11930-Processor25] notification.NotificationManager (NotificationManager.java:129) - Maximum Event Queue size is set to 1024
    2008-01-24 14:23:29,402 INFO [http-11930-Processor25] notification.NotificationManager (NotificationManager.java:131) - Attempting to connect to the notification server at host=U3VMRICKTEST.aus.amer.dell.com, port = 9887
    2008-01-24 14:23:29,464 INFO [http-11930-Processor25] notification.NotificationManager (NotificationManager.java:1348) - Connection to Notification Server Established
    2008-01-24 14:23:29,464 INFO [http-11930-Processor25] notification.NotificationManager (NotificationManager.java:146) - Creating cache
    2008-01-24 14:23:29,464 INFO [http-11930-Processor25] notification.NotificationManager (NotificationManager.java:155) - Notification Manager has started
    Thanks for any help!

  • Failed to start remote debug server

    I'm having trouble getting xcode to play nicely with my provisioned iPhone under beta 7. When I change my default target to "Device Debug" and do a clean build the following occurs:
    1) The code compiles and links
    2) The application is installed on the iPhone
    3) XCode tries to start the remote debug server and fails with the following message:
    Failed to start remote debug server for test.app on Keith's iPhone
    The application does get installed on my phone, but I am unable to use xcode to view the logs and perform other debugging related activities.
    Has anyone seen this before and know how to fix it?
    Thank you,
    -Keith

    Thanks for the reply, but it didn't seem to help. Maybe I didn't do it right. I did:
    - Delete app from iPhone
    - Clean project
    - Close project
    - Xcode->Empty Caches
    - Close Xcode
    - Disconnect and reconnect device (via iTunes eject)
    - Open project
    - Build & Go
    Still the same 'please disconnect and reconnect the device' when starting debugserver
    I am able to run the app just fine, but can't use Instruments or the debugger

  • "Server Tomcat v7.0 Server at localhost failed to start" in eclipse

    While running my web program I am getting following error in servlets.. I have removed the projects and removed tomcat server and after setting up again I am still getting this error. Tomcat server is not able to start.
    Error from console:
    27 Nov, 2013 11:03:55 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_38\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\app\ehimkar\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;.
    27 Nov, 2013 11:03:55 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:Banking' did not find a matching property.
    27 Nov, 2013 11:03:55 PM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["http-bio-8080"]
    27 Nov, 2013 11:03:56 PM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
    27 Nov, 2013 11:03:56 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 605 ms
    27 Nov, 2013 11:03:56 PM org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    27 Nov, 2013 11:03:56 PM org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
    27 Nov, 2013 11:03:56 PM org.apache.tomcat.websocket.server.WsSci onStartup
    INFO: JSR 356 WebSocket (Java WebSocket 1.0) support is not available when running on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocketJARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available.
    27 Nov, 2013 11:03:56 PM org.apache.catalina.core.ContainerBase startInternal
    SEVERE: A child container failed during start
    java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/Banking]]
      at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
      at java.util.concurrent.FutureTask.get(FutureTask.java:83)
      at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1123)
      at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:800)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/Banking]]
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
      ... 7 more
    Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> ATMTransaction in servlet mapping
      at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:3245)
      at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:3220)
      at org.apache.catalina.deploy.WebXml.configureContext(WebXml.java:1367)
      at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1346)
      at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:878)
      at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:376)
      at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
      at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
      at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5322)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      ... 7 more
    27 Nov, 2013 11:03:56 PM org.apache.catalina.core.ContainerBase startInternal
    SEVERE: A child container failed during start
    java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
      at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
      at java.util.concurrent.FutureTask.get(FutureTask.java:83)
      at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1123)
      at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:302)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      at org.apache.catalina.core.StandardService.startInternal(StandardService.java:443)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:732)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      at org.apache.catalina.startup.Catalina.start(Catalina.java:691)
      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)
      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:322)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:456)
    Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: org.apache.catalina.LifecycleException: A child container failed during start
      at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1131)
      at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:800)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      ... 7 more
    27 Nov, 2013 11:03:56 PM org.apache.catalina.startup.Catalina start
    SEVERE: The required Server component failed to start so Tomcat is unable to start.
    org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005]]
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
      at org.apache.catalina.startup.Catalina.start(Catalina.java:691)
      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)
      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:322)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:456)
    Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardService[Catalina]]
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
      at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:732)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      ... 7 more
    Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina]]
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
      at org.apache.catalina.core.StandardService.startInternal(StandardService.java:443)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      ... 9 more
    Caused by: org.apache.catalina.LifecycleException: A child container failed during start
      at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1131)
      at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:302)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      ... 11 more
    27 Nov, 2013 11:03:56 PM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["http-bio-8080"]
    27 Nov, 2013 11:03:56 PM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
    27 Nov, 2013 11:03:56 PM org.apache.catalina.core.StandardService stopInternal
    INFO: Stopping service Catalina
    27 Nov, 2013 11:03:56 PM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["http-bio-8080"]
    27 Nov, 2013 11:03:56 PM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["ajp-bio-8009"]
    Kindly guide in fixing it.

    Did you try reading the stacktrace?
    "Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> ATMTransaction in servlet mapping"
    Seems clear enough, there is something in a servlet mapping in your web.xml that Tomcat doesn't like. So post your web.xml and lets find out what.

  • Deployment error: Failed to start server localhost:25848.  See the server l

    Hi,
    I am new to this Studio Creator 2 so that I decided to follow "Sun Java Studio Creator 2 - Tutorials - Using the Debugger".
    I followed the instructions word by word and have no problem running it.
    But Whenever I run it under the 'debugging' mode, I got an error ( at step 2. Examining local variables in the tutorial) as follows.
    It directs me to look at the server log file for more and I clicked on the link on the same pane (Output window in the bottom of IDE) but it doesn't mean much to me -- partly due to me being a newbie???
    Here is a bunch of error messages being generated under the debug mode[F5]. Did anyone have a similar problem before?
    ---- Messages from the output window -----------------------------------
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    compile:
    compile-jsps:
    pluto-hack-web-xml-run:
    portlet-container-deploy:
    jsCreatorDist:
    debug:
    Stopping server localhost:25848
    E:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat stop-domain --domaindir E:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
    Starting debug server localhost:25848
    E:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat start-domain debug=true domaindir E:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
    Start debug on localhost:25848 timeout or interrupted
    Failed to start server localhost:25848
    Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Exception=Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Deployment error: Failed to start server localhost:25848. See the server log file for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
    Caused by: Failed to start server localhost:25848
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:152)
    ... 10 more
    C:\Documents and Settings\Administrator\My Documents\Creator\Projects\DebugExample\nbproject\build-impl.xml:525: Deployment error: Failed to start server localhost:25848. See the server log file for details.
    BUILD FAILED (total time: 4 minutes 31 seconds)

    Check the following :
    Try starting the server without deploying. The server can be started from the server window. Also, check the server log file , will give more info on why it failed.
    To view the Sun Java System Application Server log file:
    In the Servers window, right-click the Deployment Server node and choose View Server Log.
    In any text editor, open the log file in the following location: install-directory\SunAppServer8\domains\creator\logs\server.log
    Please go through the FAQ titled "Why doesn't Application Server start up" which is at :http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/technical/depsrvs/
    Also, the port used by default is localhost:24848 when I tried the tutorial ..

  • Failed to start server localhost:4848

    hi to every one!
    i just started to use Java Studio Creator 2 Update 1 and i tried to run simple projects to understand the jsp. i also try to search in the forum, but I couldn't find a solution.
    but when i tried to run, I got this error:
    Starting server localhost:4848
    C:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat start-domain --domaindir C:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
    Start server localhost:4848 timeout or interrupted
    Failed to start server localhost:4848
    Deployment error: Failed to start server localhost:4848.  See the server log file for details.
    Exception=Deployment error: Failed to start server localhost:4848.  See the server log file for details.
    Deployment error: Failed to start server localhost:4848.  See the server log file for details.
            at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
            at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
            at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
            at org.apache.tools.ant.Task.perform(Task.java:364)
            at org.apache.tools.ant.Target.execute(Target.java:341)
            at org.apache.tools.ant.Target.performTasks(Target.java:369)
            at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
            at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
            at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
            at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
            at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
    Caused by: Failed to start server localhost:4848
            at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:152)
            ... 10 morei wrote netstat -a and tried to search if any program uses port 4848 and I could not find.
    i also close my windows firewall settings and i also disabled windows defender. also close tomcat and jboss applications.
    i also check if it's from proxy settings and i select no proxy from tools->options->system settings but the problem still exists.
    also my pc's specifications:
    windows xp home service pack 2
    thanks for reading!

    What's your locale setting? Something is very strange in your setup??
    I'll try to find somebody from the application server people to look at that.
    Can you
    * open a command window
    * list all the environment variables
    * go to <creator_home>/SunAppServer8/bin
    * run asadmin.bat create-domain (with all default options)
    --> Post all the output here.
    Thanks,
    -- Marco

  • Simulation engine failed to start: A valid license was not found for simulation

    Hi,
    I'd like to run xsim by clicking "Run Simulation" in Vivado 2015.2 . However, in the Tcl console I see this error:
    INFO: [Common 17-186] '/home/rob/xilinx-projects/bright_proj/bright_proj.sim/sim_1/behav/xsim.dir/ProgNetwork_behav/webtalk/usage_statistics_ext_xsim.xml' has been successfully sent to Xilinx on Mon Jul 13 16:01:02 2015. For additional details about this file, please refer to the WebTalk help file at /home/rob/sw/xilinx/xilinx-build/Vivado/2015.2/doc/webtalk_introduction.html.
    INFO: [Common 17-206] Exiting Webtalk at Mon Jul 13 16:01:02 2015...
    run_program: Time (s): cpu = 00:00:08 ; elapsed = 00:00:10 . Memory (MB): peak = 6669.582 ; gain = 0.000 ; free physical = 763 ; free virtual = 18006
    INFO: [USF-XSim-4] XSim::Simulate design
    INFO: [USF-XSim-61] Executing 'SIMULATE' step in '/home/rob/xilinx-projects/bright_proj/bright_proj.sim/sim_1/behav'
    INFO: [USF-XSim-98] *** Running xsim
    with args "ProgNetwork_behav -key {Behavioral:sim_1:Functional:ProgNetwork} -tclbatch {ProgNetwork.tcl} -log {simulate.log}"
    INFO: [USF-XSim-8] Loading simulator feature
    Vivado Simulator 2015.2
    ERROR: [Simtcl 6-50] Simulation engine failed to start: A valid license was not found for simulation. Please run the Vivado License Manager for assistance in determining which features and devices are licensed for your system.
    Please see the Tcl Console or the Messages for details.
    However, if you look at the attached image, you'll see that my installed licenses include the license name "Simulation".
    Why is Vivado complaining about "Simulation engine failed to start: A valid license was not found for simulation" ?
    Thank you,
    Rob
     

    Hi Rob,
    The reason for the license error is: Hostid mismatch. i.e., the hostid of the machine is different from the hostid in the license file.
    I observe that the license file is generated with hostid: 52540019ee7e. You can cross check your hostid of the machine by running the command: lmutil lmhostid
    You can rehost the license file using the steps mentioned in the section "Rehost or change the license server host for a license key file" in the following user guide: http://www.xilinx.com/support/documentation/sw_manuals/xilinx14_5/irn.pdf
    Thanks,
    Vinay

Maybe you are looking for

  • Problem in using CREATE TABLE with Execute Immediate

    I'm trying to create a table using Native Dynamic SQL. the code of the pl/sql block is BEGIN EXECUTE IMMEDIATE 'create table demo (ddate date)'; END; The problem is that the above block is executed successfully as an anonymous PL/SQL block. The same

  • A/V Connection Settings

    I recently purchased a Pioneer VSX-1020-K and a Samsung UN55C6300 LED TV. I have connected the satelite STB to the receiver using an HDMI cable.  I then connected the receiver to the TV using an HDMI cable.  I am using the receiver to control all of

  • Colors are incorrect in Alpha Glow effect?

    I started a brand new project and added a title to it, using standard white text. I then dragged it to my timeline and gave it an Alpha Glow effect. The default alpha-glow start and end colors are grey, yet they are showing up as yellow in the previe

  • Conditions segment in PORDCR102-PO create IDOC?

    Hi , Iam populating some fields in the E1BPMEPOCONDHEADER segment of the IDOC PORDCR102. But the condition record is not getting generated in the PO. Kindly can anyone throw some light on the mandatory fields that needs to be populated in this segmen

  • I bought the 20$ one, is it for one person or can i share it with my friends?

    multiple user os single user? and if yes how to share it?