Setup And Deployment Problem

I recently upgraded to Crystal 2008 SP3.  I am trying to deploy a .Net application.  I have created the setup project and built it successfully.  I downloaded the Merge modules for Crystal 2008, and I have them setup in the Setup project with the proper key code.  I made sure that the dependencies for the project were refreshed so that I got the proper referenced items.  I also set the prerequisites in the Setup project to include the C++ redistributable package.
When I try to install the application, I get the following error:
Module C:\Program Files\Business Objects\Business Objects Enterprise 12.0\win32_x86\CEReportSource.dll failed to register
I looked this error up and found several references in the forums.  The references indicated that I needed to have the Visual Studio  2005 C++ Redistributable installed.  I downloaded this from Microsoft and installed it on the target machine.  None of this helps.  I am still getting the error during the setup on the target machine. 
Any help would be appreciated.

It looks like the dependencies for Microsoft Visual C++ 2005 SP1 have been updated again. I found that there was a security vulnerability in ATL identified by Microsoft and they released an update for the Visual C++ 2005 SP1 Redist Package. See security bulletin [MS09-035 |http://www.microsoft.com/downloads/info.aspx?na=48&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=766a6af7-ec73-40ff-b072-9112bab119c2&u=http%3a%2f%2fwww.microsoft.com%2ftechnet%2fsecurity%2fbulletin%2fMS09-035.mspx] and kb article [KB973544|http://www.microsoft.com/downloads/info.aspx?na=49&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=766a6af7-ec73-40ff-b072-9112bab119c2&u=http%3a%2f%2fsupport.microsoft.com%2f%3fkbid%3d973544].
You'll need to install the updated Microsoft Visual C++ 2005 SP1 library before you attempt to install your setup package which includes the merge modules. The new vc_redist_x86.exe is available using the link below.
[Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update|http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en]
In summary, steps to try:
1. Install the Microsoft Visual C++ 2005 SP1 Redist Package from here, http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en
2. Run your setup package built using the Crystal Reports 2008 SP3 merge modules.
Edited by: David Hilton on Aug 3, 2010 4:18 PM
Updated to include new info re: Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update

Similar Messages

  • VS 2010 Pro "Other Project Types" / "Setup and Deployment": No items found

    Hello,
    I have VS 2010 Pro Version 10.0.40219.1 SP1 Rel. I have developed a VB.Net application and would like to deploy it. When I try to add a setup project to the solution, I get "No items found" where a list of project types should be in the "Add New Project"
    dialog, "Installed Templates", "Other Project Types", "Setup and Deployment". Shouldn't the Pro version have those templates installed? If so, can I copy them from somewhere? I noticed that "Database" and "Test Projects" also have empty lists. There are lots
    of templates available for the various languages.
    I tried to modify the VS 2010 installation by adding support for SharePoint, but that did not help. Do I have to uninstall, reboot, and re-install? It's so cumbersome considering that I would need to redo the updates as well.
    OS is Win 7 Pro, processor is Intel E8400.
    Thanks!
    r4

    Hi robertrackl,
    Thanks for your post.
    The Setup Project template is located in: Installed Templates >> Other Project Types >> Setup and Deployment >> Visual Studio Installer. Would you please check if the templates exists in this path?
    If not, you can follow the steps below to reset your Visual Studio templates:
    Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE
    (by default is C:\Program Files \Microsoft Visual Studio 10.0\Common7\IDE);
    Delete the ItemTemplatesCache, ProjectTemplatesCache
    folder;
    Open Visual Studio Command Prompt (2010) under Start menu -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
    Run the devenv /InstallVSTemplates switch;
    Run the devenv /Setup switch.
    If you have any concerns, please feel free to let me know.
    Best Regards,
    Andrew Wu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Setup and Deployment Error

    hello 
    i have vs express 2013 for desktop and w8.1 pro os.i want Setup and Deployment package but give me
    error 

    I'm not sure, but I suspect Visual Studio 2013 Express doesn't support Setup and Deployment.
    I suggest you remove Visual Studio Express and use Visual Studio 2013 Community Edition instead. It has Express features and much, much more. And it's free.

  • EJB2 application on Weblogic10 appc and deployment problem

    Hi,
    I am trying to migrate my EJB2.0 application from WLS7 jdk4 to WLS10 jdk5. I compiled my application with jdk5 and WLS10 libraries then I am trying to run weblogic.appc on my application it complains that there is some class missing (see the below exception) .. then i try to deploy the jar without running appc on it.. i am getting another exception.. Please help if i am missing any library that is used by appc. I tried to look into all the jars shipped with WLS10 but unable to find that class..
    weblogic.appc exception
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/descriptor/BeanUpdateListen
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at weblogic.logging.MessageLogger.<clinit>(MessageLogger.java:45)
    at weblogic.logging.WLMessageLogger.log(WLMessageLogger.java:51)
    at weblogic.j2ee.J2EELogger.logAppcFailedWithError(J2EELogger.java:5257)
    at weblogic.application.compiler.Appc.runBody(Appc.java:174)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.Appc.main(Appc.java:183)
    at weblogic.appc.main(appc.java:14)
    Deployment exception on WLS10
    <Aug 24, 2007 9:58:09 AM PKT> <Error> <J2EE> <BEA-160197> <Unable to load descriptor /ecds/bea100/user_projects/domains/
    fmsdomain/servers/AdminServer/upload/FMS-raw.jar/META-INF/ejb-jar.xml of module FMS-raw.jar. The error is weblogic.descr
    iptor.DescriptorException: Unmarshaller failed
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:152)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:292)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:260)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoade
    r2.java:774)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java
    :395)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoa
    der2.java:745)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:7
    54)
    at weblogic.ejb.spi.EjbJarDescriptor.getEjbJarBean(EjbJarDescriptor.java:131)
    at weblogic.ejb.spi.EjbJarDescriptor.getEditableEjbJarBean(EjbJarDescriptor.java:171)
    at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processEjbJarXMLWithSchema(EjbDescriptorReaderImpl.java
    :673)
    at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processEjbJarXML(EjbDescriptorReaderImpl.java:220)
    at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createDescriptorFromJarFile(EjbDescriptorReaderImpl.jav
    a:172)
    at weblogic.ejb.spi.EjbDescriptorFactory.createDescriptorFromJarFile(EjbDescriptorFactory.java:73)
    at weblogic.application.compiler.EJBModule.merge(EJBModule.java:130)
    at weblogic.application.compiler.flow.SingleModuleMergeFlow.proecessModule(SingleModuleMergeFlow.java:16)
    at weblogic.application.compiler.flow.SingleModuleFlow.compile(SingleModuleFlow.java:31)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.ReadOnlyEjbMerger.merge(ReadOnlyEjbMerger.java:27)
    at weblogic.application.compiler.flow.AppMergerFlow.mergeInput(AppMergerFlow.java:94)
    at weblogic.application.compiler.flow.AppMergerFlow.compile(AppMergerFlow.java:47)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:137)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.AppMerge.merge(AppMerge.java:149)
    at weblogic.deploy.api.internal.utils.AppMerger.merge(AppMerger.java:70)
    at weblogic.deploy.api.internal.utils.AppMerger.getMergedApp(AppMerger.java:51)
    at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImpl.createDeployableObject(WebLogicDeploya
    bleObjectFactoryImpl.java:177)
    at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImpl.createLazyDeployableObject(WebLogicDep
    loyableObjectFactoryImpl.java:150)

    Sorry for delayed reply. Actually my problem related to deployment is resolved. There were duplicate entries of the same name in the ejb-jar.xml and it seems that weblogic10 parser is more strict on that. I have successfully build and deployed my application on WL10 at AIX. But i am still having problem to run appc on windows. Its throwing the following exception
    [java] Created working directory: C:\DOCUME~1\kymsh2\LOCALS~1\Temp\appcgen_1188625950850_FMS-raw.jar
    [java] [GC 8128K->3358K(130112K), 0.0161498 secs]
    [java] [GC 11486K->5074K(130112K), 0.0172815 secs]
    [java] [GC 13202K->5831K(130112K), 0.0129304 secs]
    [java] [GC 13959K->6728K(130112K), 0.0116495 secs]
    [java] <Sep 1, 2007 10:52:38 AM GMT+05:00> <Error> <J2EE> <BEA-160197> <Unable to load descriptor E:\FMSAntBuild\WL
    S10_Build\jars\FMS-raw.jar/META-INF/ejb-jar.xml of module FMS-raw.jar. The error is java.io.IOException
    [java] at weblogic.descriptor.internal.MarshallerFactory.<init>(MarshallerFactory.java:50)
    [java] at weblogic.descriptor.BasicDescriptorManager.getMarshallerFactory(BasicDescriptorManager.java:131)
    [java] at weblogic.descriptor.BasicDescriptorManager.getDescriptorFactory(BasicDescriptorManager.java:165)
    [java] at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:289)
    [java] at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:260)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescrip
    torLoader2.java:774)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoad
    er2.java:395)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescr
    iptorLoader2.java:745)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader
    2.java:754)
    [java] at weblogic.ejb.spi.EjbJarDescriptor.getEjbJarBean(EjbJarDescriptor.java:131)
    [java] at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processEjbJarXMLWithSchema(EjbDescriptorReaderI
    mpl.java:671)
    [java] at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processEjbJarXML(EjbDescriptorReaderImpl.java:2
    20)
    [java] at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescript
    orReaderImpl.java:185)
    [java] at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:9
    3)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1430)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:467)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:298)
    [java] at weblogic.application.compiler.EJBModule.compile(EJBModule.java:83)
    [java] at weblogic.application.compiler.flow.SingleModuleCompileFlow.proecessModule(SingleModuleCompileFlow.jav
    a:16)
    [java] at weblogic.application.compiler.flow.SingleModuleFlow.compile(SingleModuleFlow.java:31)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:25)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:118)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:172)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:183)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Caused by: com.bea.xml.XmlException: unable to load type library from classloader sun.misc.Launcher$AppClass
    Loader@133056f
    [java] at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryIm
    pl.java:50)
    [java] at weblogic.descriptor.internal.MarshallerFactory.<init>(MarshallerFactory.java:48)
    [java] ... 35 more
    [java] .>
    [java] com.bea.xml.XmlException: unable to load type library from classloader sun.misc.Launcher$AppClassLoader@1330
    56f
    [java] at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryIm
    pl.java:50)
    [java] at weblogic.descriptor.internal.MarshallerFactory.<init>(MarshallerFactory.java:48)
    [java] at weblogic.descriptor.BasicDescriptorManager.getMarshallerFactory(BasicDescriptorManager.java:131)
    [java] at weblogic.descriptor.BasicDescriptorManager.getDescriptorFactory(BasicDescriptorManager.java:165)
    [java] at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:289)
    [java] at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:260)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescrip
    torLoader2.java:774)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoad
    er2.java:395)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescr
    iptorLoader2.java:745)
    [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader
    2.java:754)
    [java] at weblogic.ejb.spi.EjbJarDescriptor.getEjbJarBean(EjbJarDescriptor.java:131)
    [java] at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processEjbJarXMLWithSchema(EjbDescriptorReaderI
    mpl.java:671)
    [java] at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processEjbJarXML(EjbDescriptorReaderImpl.java:2
    20)
    [java] at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescript
    orReaderImpl.java:185)
    [java] at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:9
    3)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1430)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:467)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:298)
    [java] at weblogic.application.compiler.EJBModule.compile(EJBModule.java:83)
    [java] at weblogic.application.compiler.flow.SingleModuleCompileFlow.proecessModule(SingleModuleCompileFlow.jav
    a:16)
    [java] at weblogic.application.compiler.flow.SingleModuleFlow.compile(SingleModuleFlow.java:31)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:25)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:118)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:172)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:183)
    [java] at weblogic.appc.main(appc.java:14)
    [java] unable to load type library from classloader sun.misc.Launcher$AppClassLoader@133056f
    [java] Java Result: 1
    **** ANY IDEA.. ANY BODY ??? *************

  • EJB compilation and deployment problems

    Dear fellows
    I have good understanding of EJB development process, but the compilation and deployment process of EJB is very problematic for me. Please write me the complete steps which should include:
    1. Starting from class, interface programs creation
    2. Package creation and accessing it along with class path setting
    3. How and where to compile these classes and interfaces (app server details), JAR
    4.deployment details on any app server like SUN, web logic
    Kind regards
    Shahzad faisal

    Dear fellowsDear Shahzad faisal
    Start with the JEE5 tutorial:
    http://java.sun.com/javaee/5/docs/tutorial/doc/
    Part 3 discusses EJB stuff
    I would recommend going to a few samples, bundled with most of the appservers to see the appserver specific stuff.
    >
    I have good understanding of EJB development process,
    but the compilation and deployment process of EJB is
    very problematic for me. Please write me the complete
    steps which should include:
    1. Starting from class, interface programs creationSo you have the classes and interface implemented.
    Next thing is to create a ejb-jar.xml in which your EJBs are defined (optional for EJB3.0)
    2. Package creation and accessing it along with class
    path settingPackaging all in a jar file is enough for an appserver to find your classes.
    3. How and where to compile these classes and
    interfaces (app server details), JARCompilation usually needs the javx.ejb.* classes, most appservers have a j2ee.jar in which the javax.* classes you need are present.
    in jour jar file you package your classes and deployment descriptor
    4.deployment details on any app server like SUN, web
    logicDeployment to appservers is product specific, see the manual here.
    you may want to add some other , vedor specific, deployment settings which are not ejb specification defined, these go into a vendor specific DD, for Sun for example the sun-ejb-jar.xml.
    >
    Kind regards
    Shahzad faisal

  • Raid setup and other problems,soooo frustrating.

    Hey everyone,first post here!
    I have tried and tried to search for a problem like mine here and i have found bits and pieces but nothing which has really helped yet.I have just built my first pc and these are my problems at this point.
    My deal is....ok first i have only a single hard drive at the moment but i want to be setup for raid 1 when i get another one soon.I understand that this means loading the drivers during the whole f6 part.Unfortunately when inserting my formatted driver containing floppy and pushing enter-nothing happens? it just says to wait for maybe half a second and then the screen comes back up asking for the floppy again.I have confirmed that the floppy drive works in another computer and my new computer is recognizing it.Its possible im not making the driver disc correctly -possibility.
    Well, after fooling around with that for hours i decided hmm i dont like raid so much now    so i disabled raid in bois and went ahead and tried to start insalling windows.Started off everything working and seemed fine,I formatted the Hdd for like an hour and then i was prompted that the computer would restart and setup would continue upon restart...ok.Now once it restarts it just acts as though i never even started??? it just starts right back over again asking me to format the HDD again!! Which i just spent an hour doing!!??
    This thing basically has me fed up,im kind of a newb at building  pc's but i feel as though i know enought not to have problems like this.All in all i would like to be setup for raid but it is not crucial,if anyone can guid me to getting this thing working any way around i would appreciate it,thanks in advance!!

    Quote
    Ok-yes i have the 4 pin plug which fits the top half of the 12v 8 pin recepticle, i knew i could do this but was informed it wasnt the best idea..I will try it.
    There should be no problem.  I just want to make sure that the CPU draws its currents from the power rail "expected" by the PSU.  Remember, yours has two seperate +12V-rails.  Only one of them supplies the processor. If your video card and your processor are supplied by the same power rail, you will run into problems for sure.
    Quote
    I am not familiar with these programs.
    They are freeware, easy to use and more or less self-explanatory. It doesn't really matter which of the two tools you use:
    - XP ISO BUILDER: http://winfuture-xp-iso-builder.en.softonic.com/
    - NLite: http://www.nliteos.com/
    Quote
    1.Remove molex 8 pin adapter.
    2.Insert 4 pin connector.
    3.Aquire xp sio builder or equivilant.
    4.Determine os specifics(SP2 or SP2)
    5.Make necesarry changes to install cd.
    6.Integrate drivers on cd as well.
    Looks good.
    Another question:
    Quote
    so i disabled raid in bois and went ahead and tried to start insalling windows.Started off everything working and seemed fine,I formatted the Hdd for like an hour and then i was prompted that the computer would restart and setup would continue upon restart...ok.Now once it restarts it just acts as though i never even started??? it just starts right back over again asking me to format the HDD again!! Which i just spent an hour doing!!??
    Did you repeat the install attempt after that and tried without reformating the HDD (again)?

  • Boundary timer on manual acitivty - modelization and deployment problems ?

    Hi,
    We have build a small process with start and end event and with two step. one Manual activity Initiator " Create Process" Then another acitivity "Check process" with a Boundary Timer on this acitivy. A script task via sequence flow which connect to and from the "Chek Process" and from the "Check process" we go to then end event.
    In JDeveloper we have a red cross between the " Create Process" and "Check process" that indicates that there is a problem in the Modelization :
    "Invalid Sequence Flow it connects a node located in the Main flow (Create Process) to a node loacted in a Boundary Event flow (Check process)."
    But we can deploy the process then it gives important errors in the execution of the process see as well the SR encoded 3-1651542661 by my colleague.
    What is your guidance for the boundary timer ?
    Thanks,
    Grégoire.

    Hi,
    From your email, I gather that you have a sequence flow connecting the following : (1) Start (2) Create Process - Initiator Interactive Task (3) Check Process - User Task (4) Script step (5) End. You also have a Boundary Timer event to Check Process. Every Boundary Event should have an outgoing sequence flow - this is basically the exception path that should lead to error handling steps. I do not see any mention of the outgoing sequence flow from the boundary event. Can you please send me a screen shot of the process. You can send an email to [email protected] if you cannot paste the screen shot to this mail.
    - regards,
    Meera

  • General install and deployment problem with WLS clustering on two boxes

    Hi,
    I've come across a general installation problem with WLS with a cluster spanning two different physical machines and two Managed Servers, one Managed Server per physical machine.
    The problem is, starting from scratch, you install WLS on both physical machines. You can then use the config wizard to create the domain, cluster and managed servers, but this is a manual typing in process.
    So we've now got a WLST Script which we run with "java weblogic.WLST domaincreate.py domain.properties". This is good as it creates the domain, cluster, managed servers and JMS modules.
    Now the trouble is, it doesn't do anything to the 2nd physical machine which will be running only the 2nd Managed Server.
    One dirty way to get around this in order to start the 2nd managed server was to copy the domain directory to the 2nd server, but I'm sure this is bad practice and what you can actually do is improve the WLST script to actually, but the same as the config wizard and dump the nessary information to the 2nd physical machine in order so you don't need to copy the domain directory across so that it will startup straight after running the WLST.
    Any help appriecated.
    Surfbum.

    Hi I think I've found the answer. You can build a managed server template using the pack command.
    http://e-docs.bea.com/common/docs90/pack/tasks.html

  • Error in Setup and Deployment

     Hai all,
                i am making setup of c# application it contains SQL Server 2008 database. I follows this link to make setup 
    http://techbrij.com/install-sql-server-database-with-visual-studio-setup
    after make and instillation i got an error like this..
    System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
       at Microsoft.SqlServer.Management.Common.ServerConnection.GetStatements(String query, ExecutionTypes executionType, Int32& statementsToReverse)
       at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
       at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand)
       at SafeQuarryManagement.SafeQuarryInstaller.ExecuteSql(String serverName, String dbName, String Sql)
    pls help me...
    thank u

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office Visio ,your issue more related to SQL,you'd better post your question to the SQL forum
    http://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support

  • Crystal Report XI merge module in the setup and deployment project VS 2005

    Hello,
    We've purchased and implemented Crystal Reports XI into our software.
    We are working on installation of our software. We included CrystalReports11_5_NET_2005.msm into our setup package.
    For English it's installs correctly. For any other language (like German) install package itself fails.
    For user to see installation screens in German we created installation in German and then created transform for the language.
    Install fails with the message "can't find p3smpen.dll in the package...."
    This dll is related to the crystal reports. We wander if we need to include language merge modules for CR XI?
    thank you

    Hi,
    What is the dll version of Crystal Reports?
    Also give a try installing server install.
    Sincerely,
    Amit

  • Windows 8.1 Installation, Setup, and Deployment - English (United States)

    I have 1 GB RAM 3.0 GHZ pro. 20 GB c Drive. 
    I am using Windows 8 Pro 32-bit.
    Can I use 64-bit OS Windows 8.
    system Type;         >    32-bit operating system, x64-based processor,
    Plzz Reply

    yes, bigger RAM better for Windows 8.1 64 bit
    and you can install a 64-bit version of Windows 8.1, but you'll need to buy it as a DVD and perform a clean installation. You won't be able to keep any files, settings, or apps when you update from a 32-bit to a 64-bit version.
    Please note that the Windows 8.1 Pro Pack is used to upgrade from
    Windows 8.1 to Windows 8.1 Pro, and isn't for cross-architecture installs and doesn't include any media. If you want to change architectures, buy
    Windows 8.1 Pro

  • Setup and deployment for Visual studio 2012 express edition...

    is their any way to create setup file for application developed using express editions??

    >is their any way to create setup file for application developed using express editions??
    For 2013, only by using 3'rd party tools.
    If you use the VS2013 community edition, then (so it says here
    https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    the VS Installer addon should work.
    Dave

  • Building and Deploying Within a Directory ?

    Hi Guys,
    Iv just been going through the "Oracle9iAS Containers for J2EE Users Guide, Release 2 (9.0.2)" pdf and have juts gone through the Building and Deploying within a directory.
    This is something, as a developer I would love or even demand to be able to do as createing war , jar and ear files each time I make a change is a total time nightmare...
    Unfortunately I was'nt able to get the above working with a very simple app.
    Before trying the app I made sure I could deploy it normally as a an ear file which worked.
    Below follows a description of the dir structure plus info added to relavent .xml files ( gods theres so many )..
    j2ee/home/applications/BalanceManager
    WebModule/
    WEB-INF/
    lib/
    classes/
    web.xml
    AccountHolders.jsp
    META-INF
    EJBModule/
    META-INF/
    application.xml
    application.xml ( not the one in config dir but the one in the above dir struct, ear application.xml) :-
    <application>
    <display-name>BM</display-name>
    <module>
    <ejb>EJBModule</ejb>
    </module>
    <module>
    <web>
    <web-uri>WebModule</web-uri>
    <context-root>BM</context-root>
    </web>
    </module>
    </application>
    server.xml ( in j2ee/home/config )
    <application name="BM" path="../applications/BalanceManager" auto-start="true" />
    http-web-site.xml:-
    <web-app application="BM" name="BalanceManager/WebModule" root="/BM" />
    The above files have been edited as of the document above, which can also be found at http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/web.902/a95880.pdf.
    When I start up OC4J the application gets deployed ( dos prompt ):-
    C:\devenv\oc4j\j2ee\home>java -jar oc4j.jar
    Auto-deploying BM (New server version detected)...
    Copying default deployment descriptor from archive at C:
    pplications\BalanceManager\BaEJBModule/META-INF/orion-ej
    directory C:\devenv\oc4j\j2ee\home\application-deploymen
    Auto-deploying BaEJBModule (No previous deployment found
    Auto-deploying file:/C:/devenv/oc4j/j2ee/home/applicatio
    odule/ (New server version detected)...
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    and also a BM dir is created in the application-deployements dir.
    So everything looks great, but when I navigate to -
    http://localhost:8686/BM/AccountHolders.jsp
    I get http 500 error page cannot be displayed.
    So it looks like the context root BM did'nt get added to the servers web context,
    but why??
    Obviously AccountHolders.jsp is the jsp in the WebModule dir.
    Iv been tweaking this and that and obviously tweaking never seems to work so if any ones got any ideas or suggestions on how to setup and deploy within dirs instead of ears please reply to me asap.
    Look forward to your answers,
    Stephen.

    Stephen,
    The entry in the http-web-site.xml should be:
    <web-app application="BM" name="WebModule" root="/BM" />
    This should be the name of the web-module in the application (EAR).
    regards
    Debu Panda
    oracle

  • Problem with packageing and deploying a sample application

    HI,
    I have tried to download and install the server in my system. I am able to deploy a sample application using autodeploy utility.
    But when i tried to package a new sample application and deploy i am getting 404 error. For application server i have used 7070 port and not the default 8080 port will this a problem to package & deploy sample application provided with this software.
    The error is as below:
    HTTP Status 404 - /hello1
    type Status report
    message /hello1
    description The requested resource (/hello1) is not available.
    Sun-Java-System/Application-Server

    Btw, verify that the url you are trying to access is correct. For instance, assuming you deploy app. without --contextroot option. By default,  the url is http://<host>:<port>/<web module name>/<value of url-pattern in web.xml> if your app contains servlet. If your app has jsp then it's http://<host>:<port>/<web module name>/<value of url-pattern in web.xml>/<name of jsp>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem in Creating a jar file using java.util.jar and deploying in jboss 4

    Dear Techies,
    I am facing this peculiar problem. I am creating a jar file programmatically using java.util.jar api. The jar file is created but Jboss AS is unable to deploy this jar file. I have also tested that my created jar file contains the same files. When I create a jar file from the command using jar -cvf command, Jboss is able to deploy. I am sending the code , please review it and let me know the problem. I badly require your help. I am unable to proceeed in this regard. Please help me.
    package com.rrs.corona.solutionsacceleratorstudio.solutionadapter;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.util.jar.JarEntry;
    import java.util.jar.JarOutputStream;
    import java.util.jar.Manifest;
    import com.rrs.corona.solutionsacceleratorstudio.SASConstants;
    * @author Piku Mishra
    public class JarCreation
         * File object
         File file;
         * JarOutputStream object to create a jar file
         JarOutputStream jarOutput ;
         * File of the generated jar file
         String jarFileName = "rrs.jar";
         *To create a Manifest.mf file
         Manifest manifest = null;
         //Attributes atr = null;
         * Default Constructor to specify the path and
         * name of the jar file
         * @param destnPath of type String denoting the path of the generated jar file
         public JarCreation(String destnPath)
         {//This constructor initializes the destination path and file name of the jar file
              try
                   manifest = new Manifest();
                   jarOutput = new JarOutputStream(new FileOutputStream(destnPath+"/"+jarFileName),manifest);
              catch(Exception e)
                   e.printStackTrace();
         public JarCreation()
         * This method is used to obtain the list of files present in a
         * directory
         * @param path of type String specifying the path of directory containing the files
         * @return the list of files from a particular directory
         public File[] getFiles(String path)
         {//This method is used to obtain the list of files in a directory
              try
                   file = new File(path);
              catch(Exception e)
                   e.printStackTrace();
              return file.listFiles();
         * This method is used to create a jar file from a directory
         * @param path of type String specifying the directory to make jar
         public void createJar(String path)
         {//This method is used to create a jar file from
              // a directory. If the directory contains several nested directory
              //it will work.
              try
                   byte[] buff = new byte[2048];
                   File[] fileList = getFiles(path);
                   for(int i=0;i<fileList.length;i++)
                        if(fileList.isDirectory())
                             createJar(fileList[i].getAbsolutePath());//Recusive method to get the files
                        else
                             FileInputStream fin = new FileInputStream(fileList[i]);
                             String temp = fileList[i].getAbsolutePath();
                             String subTemp = temp.substring(temp.indexOf("bin")+4,temp.length());
    //                         System.out.println( subTemp+":"+fin.getChannel().size());
                             jarOutput.putNextEntry(new JarEntry(subTemp));
                             int len ;
                             while((len=fin.read(buff))>0)
                                  jarOutput.write(buff,0,len);
                             fin.close();
              catch( Exception e )
                   e.printStackTrace();
         * Method used to close the object for JarOutputStream
         public void close()
         {//This method is used to close the
              //JarOutputStream
              try
                   jarOutput.flush();
                   jarOutput.close();
              catch(Exception e)
                   e.printStackTrace();
         public static void main( String[] args )
              JarCreation jarCreate = new JarCreation("destnation path where jar file will be created /");
              jarCreate.createJar("put your source directory");
              jarCreate.close();

    Hi,
    I have gone through your code and the problem is that when you create jar it takes a complete path address (which is called using getAbsolutePath ) (when you extract you see the path; C:\..\...\..\ )
    You need to truncate this complete path and take only the path address where your files are stored and the problem must be solved.

Maybe you are looking for

  • Unzip a payload in sender JMS channel

    Hi, My scenario is to unzip a payload in sender JMS channel and I have configured the sender JMS module in the below format, Processing sequence AF_Modules/PayloadZipBean Local Enterprise Bean    Local Enterprise Bean       zip SAP XI JMS Adapter/Con

  • Function Module to save existing Shipment Document

    Hello, I have a list of deliveries and I want to re-save the shipment document so the corresponding output types of the shipment documents are re-triggered. I am currently working in 4.6C and there is no BAPI to change the shipment document. Please l

  • What's ObjectId in Crystal Report 2008 for SAP B1 8.8

    Hi all! I am using Crystal Report 2008 for SAP B1 8.8, i don't know ObjectID use for what. In some report temlate of Crystal Report 2008 for SAP B1 8.8, i saw they aways use this. Please explain for me.!! Thanks!

  • Is it possible to create an addtional field in SQ02 for inflow/outflow

    When retroactive accounting happens, inflow/outflow may occer for a wagetype. Is it possible to define an additional field in SQ02 to display the inflow/outflow amount? Can any one help with a sample code? Thanks very much!

  • Getting an Error when checking a PDF back into Sharepoint 2010

    Hi, I seem to be getting an error every time i want to check a document back into Sharepoint 2010. Error attached for you. Does any one have any ideas why this may be happening?