Htmlhelp workshop

I was referred here from
here.  Im not even sure if Im in the right forum, but I hope I nailed the Category.
Anyway --
I've posted this here. But i believe it should be on this forum.
Hey! I know its already obsolete, but im working on a small project and I think this program is the best for this job.
Im trying to use an external font / import a font on a topic, but each time I complied it, it isnt working.
I dont want to install the font on my machine/ it wont let me because it needs admin rights. So, the question is, is it possible to use external font? 

Hi aj,
About this issue, please ask in Developer Documentation and Help System forum for more professional help:
https://social.msdn.microsoft.com/Forums/en-US/home?forum=devdocs
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.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Htmlhelp workshop - import font

    I've posted this
    here. But i believe it should be on this forum.
    Hey! I know its already obsolete, but im working on a small project and I think this program is the best for this job.
    Im trying to use an external font / import a font on a topic, but each time I complied it, it isnt working.
    I dont want to install the font on my machine/ it wont let me because it needs admin rights. So, the question is, is it possible to use external font?
    and why is my name go.vinda? please call me aj

    Hi aj,
    About this issue, please ask in Developer Documentation and Help System forum for more professional help:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=devdocs
    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.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Running HTMLhelp in Java

    I have written a help application in HTMLhelp workshop. I have compiled the help package and ready to launch it from java. I tried using
    Process = Runtime.getRuntime.exec(...compiled file path...) to launch the help but I get a
    java.io.IOException: CreateProcess: C:\Own Work\helpProj.chm error=193Does anyone know how to launch the compiled help project from Java.
    Any help much appreciated.
    agent!

    Thanx!
    It works...but I had to provide the full path for the HTMLhelp executable i.e. hh.exe so its something like this public static final String PATH = "C:\\windows\\hh.exe"+"C:\\Own Work\\helpProj.chm";
    Process = Runtime.getRuntime().exec(PATH);Thanx alot, to think I had struggled with it for days....pheeeeew!

  • Can't Import HTMLHelp Project using Robohelp HTML RH8

    We have an HTMLHelp project that contains over 1000 HTML pages that are grouped into subfolders under the main project folder. Currently, we use the HTML Workshop to create/maintain the project files and generate the master chm.  The master chm also includes baby chms that are generated using DocX or a home-grown program. Going forward, we want to start using a Help authoring tool . We downloaded a trial version of RH8.  We clicked the Import option to import the project and received the following error: "The parameter is incorrect".  I checked the forum and saw that other people also received this error message but for different reasons. Can you help us move forward so that we can evaluate RH8?  Thanks.

    Welcome to the forum.
    Sorry, your post fell into the "mm, take a look at the weekend" category.
    I've not seen the problem you report in connection with importing a project but it's not a RoboHelp project you are importing but you are using that option.
    You have CHMs so try Reverse Engineering them. See that topic on my site. Try Method 2 first.
    There is also a topic on Merging Help and the RH8 version includes merging CHMs.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • HTML Help Workshop; creating the *.chm file

    I'm about to create the documentation for a large LabVIEW
    automation project. I would also like to use this
    documentation as the content for my help-file used by the
    LabVIEW program (a *.chm or a *.hlp-file) via the
    Control Online Help.VI.
    The question is, what is the most optimal way to create this document,
    without having to do the job almost twice ?
    Normally I would create the documentation as a Word-document.
    But as far as I see, the help-file system has to be created by the
    MS HTML Help Workshop program, and that uses a large collection
    of html-files to compile into the CHM file. And the html-files that
    can be exported from Word aren't optimal, are they, with
    a lot of extra code etc...
    Somebody have obvious
    ly looked at this problem before me.
    What are the tips, tricks and suggestions around ?
    Martin

    For everbody else in the audience, check out
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/ht
    ml/vsconHH1Start.asp to download the free HTML help workshop. It is a
    package which takes a set of HTML files and generates a standard win2k/XP
    helpfile.
    However, your point is completely true: it just a major pain to make a
    "pretty" version of both offline and online help. Both documents can have
    the same content: a section explaining each menu item, several sections to
    explain common tasks, a section explaining terms, etc. I dont see a huge
    difference in usability as long as you create a union of material.
    As for exporting I haven't found a good solution. As you've seen, you must
    have the seperate HTML files for the help compiler. That's how the table of
    contents, etc is generated. For my current project, I maintain that as a
    frontpage web and apply a cascading style sheet. I didn't find a good way to
    (automatically) split the word document into several HTML files or join the
    frontpage web into a single organized word file. It wasn't a huge issue,
    because I ended up using printed material as an installation guide and
    online help as program documentation.
    The one particularily useful thing was programming a custom "document my
    progam" VI which exports using my special documentation format. Of course
    that is really only suitable for the programmer's reference section. However
    I really, really, really hated using Print -> VI documentation and
    reformatting every time. I'm sure you'll soon notice that it gets tiring.
    -joey
    "CatLabMan" wrote in message
    news:[email protected]...
    > I'm about to create the documentation for a large LabVIEW
    > automation project. I would also like to use this
    > documentation as the content for my help-file used by the
    > LabVIEW program (a *.chm or a *.hlp-file) via the
    > Control Online Help.VI.
    >
    > The question is, what is the most optimal way to create this document,
    > without having to do the job almost twice ?
    >
    > Normally I would create the documentation as a Word-document.
    > But as far as I see, the help-file system has to be created by the
    > MS HTML Help Workshop program, and that uses a large collection
    > of html-files to compile into the CHM file. And the html-files that
    > can be exported from Word aren't optimal, are they, with
    > a lot of extra code etc...
    >
    > Somebody have obviously looked at this problem before me.
    >
    > What are the tips, tricks and suggestions around ?
    >
    > Martin
    >
    >

  • SAP NW CE 7.1 SOA Experience Workshop

    Hi,
    I want to work with the "SOA Experience Workshop". I have installed the server, the NWDS and the ES Repository correctly. The Probleme occures when I set the additional settings in the NWDS. I have imported the "SOA_Experience_1_0.sca" to the "Local Development". After this I selected all imported nodes to create a project. Next step I want to deploy all projects, but I get this failure message:
    Status ERROR
    Plugin : com.sap.ide.tools.services
    code=0
    Deploy Exception.
    com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.
    Reason: ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [demo.sap.com_module_4_exercise_4_sol~ear].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_module_4_exercise_4_sol~ear]. Cannot deploy it.
    at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:715)
    at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:226)
    at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:112)
    at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:251)
    at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:125)
    at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$3.run(DcDeployAction.java:224)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Nested exceptions :com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [demo.sap.com_module_4_exercise_4_sol~ear].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_module_4_exercise_4_sol~ear]. Cannot deploy it.
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:188)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Nested exceptions :com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_module_4_exercise_4_sol~ear]. Cannot deploy it.
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:118)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Nested exceptions :com.sap.engine.services.deploy.server.utils.DSRemoteException: [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: Failure during deployment of application demo.sap.com/module_4_exercise_4_sol~ear
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:4714)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:325)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Nested exceptions :com.sap.engine.services.deploy.container.DeploymentException: Failure during deployment of application demo.sap.com/module_4_exercise_4_sol~ear
    atcom.sap.esi.esp.service.server.container.ConfigurationsDeployManager.deploy(ConfigurationsDeployManager.java:90)
    atcom.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)
    atcom.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2536)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Nested exceptions :com.sap.esi.esp.service.server.container.ActionException: Exception has occurred during deployment of Service Group in ConfigurationsContainer, application demo.sap.com/module_4_exercise_4_sol~ear
    atcom.sap.esi.esp.service.server.container.ConsumerGroupsDeployer.perform(ConsumerGroupsDeployer.java:144)
    atcom.sap.esi.esp.service.server.container.CompositeAction.perform(CompositeAction.java:38)
    atcom.sap.esi.esp.service.server.container.ActionsManipulator.performAction(ActionsManipulator.java:29)
    atcom.sap.esi.esp.service.server.container.ConfigurationsDeployManager.deploy(ConfigurationsDeployManager.java:87)
    atcom.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)
    atcom.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2536)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)

    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Nested exceptions :com.sap.esi.esp.lib.mm.config.exceptions.SRTechnicalExceptionAn Unexpected ER Technical Exception occurred
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.publishPhysicalSystem(SOALocalSRPublisherImpl.java:1500)
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.getLocal(SOALocalSRPublisherImpl.java:2418)
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.publishConsumerGroups(SOALocalSRPublisherImpl.java:2824)
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.receive(SOALocalSRPublisherImpl.java:165)
    atcom.sap.esi.esp.service.server.SOAConfigurationManagerImpl.sendSOAObjectEvent(SOAConfigurationManagerImpl.java:237)
    atcom.sap.esi.esp.service.server.SOAConfigurationManagerImpl.createWithoutRunBatchJob(SOAConfigurationManagerImpl.java:516)
    atcom.sap.esi.esp.service.server.container.ConsumerGroupsRegistryImpl.addConsumerGroup(ConsumerGroupsRegistryImpl.java:72)
    atcom.sap.esi.esp.service.server.container.ConsumerGroupsDeployer.perform(ConsumerGroupsDeployer.java:128)
    atcom.sap.esi.esp.service.server.container.CompositeAction.perform(CompositeAction.java:38)
    atcom.sap.esi.esp.service.server.container.ActionsManipulator.performAction(ActionsManipulator.java:29)
    atcom.sap.esi.esp.service.server.container.ConfigurationsDeployManager.deploy(ConfigurationsDeployManager.java:87)
    atcom.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)
    atcom.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2536)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Nested exceptions :com.sap.esi.uddi.sr.api.exceptions.SRExceptionerror code: 29910 detail message: An Unexpected ER Technical Exception occurred
    atcom.sap.esi.uddi.sr.local.writers.PhysicalSystemWriter.save(PhysicalSystemWriter.java:43)
    atcom.sap.esi.uddi.sr.local.LocalServicesRegistry.publishPhysicalSystems(LocalServicesRegistry.java:102)
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.publishPhysicalSystem(SOALocalSRPublisherImpl.java:1482)
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.getLocal(SOALocalSRPublisherImpl.java:2418)
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.publishConsumerGroups(SOALocalSRPublisherImpl.java:2824)
    atcom.sap.esi.esp.service.server.sr.local.SOALocalSRPublisherImpl.receive(SOALocalSRPublisherImpl.java:165)
    atcom.sap.esi.esp.service.server.SOAConfigurationManagerImpl.sendSOAObjectEvent(SOAConfigurationManagerImpl.java:237)
    atcom.sap.esi.esp.service.server.SOAConfigurationManagerImpl.createWithoutRunBatchJob(SOAConfigurationManagerImpl.java:516)
    atcom.sap.esi.esp.service.server.container.ConsumerGroupsRegistryImpl.addConsumerGroup(ConsumerGroupsRegistryImpl.java:72)
    atcom.sap.esi.esp.service.server.container.ConsumerGroupsDeployer.perform(ConsumerGroupsDeployer.java:128)
    atcom.sap.esi.esp.service.server.container.CompositeAction.perform(CompositeAction.java:38)
    atcom.sap.esi.esp.service.server.container.ActionsManipulator.performAction(ActionsManipulator.java:29)
    atcom.sap.esi.esp.service.server.container.ConfigurationsDeployManager.deploy(ConfigurationsDeployManager.java:87)
    atcom.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)
    atcom.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2536)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Any and all help is appreciated.
    Thanks in advance,

  • I need help,  I recently won an iphone 5 in a survey !  I have never had an apple product before.  I have had to drive to Newcastle on two occaisions to attend workshops, they were only just helpful !  most people had ipads , i was only one with iphone,

    I need some help. I recently won an iphone 5 in a customer survey. Could not believe my luck . That was mid March 2013.  I have never used any apple products before.  Today I want to get out my old Nokia E5 and go from there.  I have attended two workshops at an apple retail store at Charlestown Square, they were not very helpful, everyone at the workshop had ipads, i was the only one with an iphone. I know that to navigate around on them is simular, but after going to two workshops, which i had to drive over an hour there and back, just to get some help in how to use a mobile phone is ridiculous to me!  I noticed some problem with , I could hear people i was talking too, they could not hear me, just prior to attending my second workshop,  after much debate I was told that the phone had a manufacturing fault and that I was going to be issued with a new phone.  That was 2nd April, since then i have virtually no reception, can't send txt messages, cannot connect to my wi-fi device,  problems with battery.   The battery , once fully charged does not last 24 HRS,  this morning for example - was 100% charged, made a 2 min local phone call  , at completion of call , battery displayed 80%.   By lunch time it was displaying 56%,  i had not used the phone at all ! i don't understand it!  I have been with the same phone provider for 2yrs now and have never experienced the problems i am having now.  CAN ANYONE HELP ME ?  Yours Sincerely  Tracey.

    Tracy, first you should restart the iPhone by holding down the on/off and the home buttons at the same time until you see the Apple logo.  This process could solve some of your problems.  Also make sure you have the latest update, go into  our settings>general>software update.  On the wifi issue try restarting your router, if you are still having problems try resetting your network settings, go into your settings>general>reset then tap reset network settings. 
    The battery issues seems normal, the battery will not last 24 hours. 

  • Please help: Application doesn't work after upgrade to Workshop 8 sp2 from sp1

    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list box in
    forms, although user has chosen something from the drop down list box, the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files. After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet Explore
    can not open this Internet site. The request site is either unavailable or can
    not be found. Please try again later", although the server and the files are all
    in local host server.
    Please help. Thanks

    Did you update your workshop application files and recompile your application?
    A few things changed between GA and sp2, some annotations were renamed, and some
    were added.
    If you open up your application in Workshop sp2, it should given you the option
    to upgrade your application.
    Failing that, you may need to go through the code that is not performing as it
    was before and check whether it was not utilising a bug that was fixed in sp2
    and thus causes it to not function correctly now.
    "Cynthia" <[email protected]> wrote:
    >
    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from
    sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list
    box in
    forms, although user has chosen something from the drop down list box,
    the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files.
    After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet
    Explore
    can not open this Internet site. The request site is either unavailable
    or can
    not be found. Please try again later", although the server and the files
    are all
    in local host server.
    Please help. Thanks

  • SQL Report not showing data - available in SQL Workshop and SQL Developer

    I am having an issue with developing a SQL Report in APEX 3.2.1. I run the code in both SQL developer and SQL Workshop and I get data pulled back (both against my development environment). When I run the same code in a SQL Report region, it returns no data available. Does anyone have any idea what would be causing this? Other regions on the page accessing different tables in the same schema return data without issue. Any help would be appreciated.
    Thanks
    Freddie

    Could you explain the last comment a bit more. Here is a bit more info just in case I touch on the info with it. The db schema is BPAMGR, the Workspace is BPAMGR. We use the same schema for all of our reporting. All of our tables are in the same schema. We don't use any tables outside of this schema. Our APEX workspace has been associated to only this schema. The tables are able to be queried by SQL Workshop in the same APEX instance that the report application is under.
    Freddie

  • Creating PL/SQL webservices in Workshop

    Hi,
    I am very new to workshop. In jdeveloper we can able to create a PL/SQL webservice.
    Is it possible to create a PL/SQL webservice Workshop?
    If so, Please let me know the steps & documentation.
    Please help me.
    Regards,
    Latha

    Hallo again,
    Asking the question the other way round.
    Is it possible to use the "PL/SQL WebService Assistance" of JDeveloper as some kind of command line tool (like JPublisher)?
    Some background information:
    We work a lot with PL/SQL and Generation of PL/SQL code. The final product should be some WebServices that will be driven by the PL/SQL packages. To facilitate the creation of WebServices we search for some solution to generate such PL/SQL WebServices. JDeveloper in the Version 11 offers here a very cool and uptodate tool the "PL/SQL WebService Assistance" - but is it possible to use this assistent for "Generation" of WebServices? Could we use some JDeveloper APIs to "remote" controll this feature.
    Thx a lot for every hint,
    Willi

  • BEA Workshop Pro trial not installing on windows 2000

    Hi,
    I am trying to install BEA Workshop pro trial version on windows 2000. I have teh JDK 1.5 installed.
    The install just stops before getting to the BEA splash and the before the user licence agreement. I ran the installer while holding the "control" key (as noted in another thread)
    and this is what I got:
    --------------------------Begin log-----------------------
    original working dir is: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows|
    CONTROL KEY DOWN
    application dir is: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows|
    app_path : |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\WorkshopInstaller.exe|
    arg 0: |C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\WorkshopInstaller.exe|
    reading properties from: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\WorkshopInstaller.lax|
    Searching through the registry for VMs...
    looking in C:\Program Files\Java\j2sdk1.4.2_12\bin
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.4.2_04\bin
    Found: C:\Program Files\Java\jdk1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\jdk1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2sdk1.4.2_12\bin
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.5.0_08\bin
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.5.0_08\bin
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_04\bin
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_10\bin
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_12\bin
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_04\bin
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_10\bin
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_12\bin
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    ...Finished searching through the registry for VMs
    Searching through the path for VMs...
    Looking in C:\CFusionMX7\verity\k2\_nti40\bin
    Looking in C:\ColdFusionSearchService\k2\_nti40\bin
    Looking in C:\JRun4\verity\k2\_nti40\bin
    Looking in C:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32\Bin
    Looking in C:\WINNT\system32
    Ignoring 'C:\WINNT\system32\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\jrew.exe' because it is in a Windows System Directory.
    Found: C:\WINNT\system32\jview.exe
    Found: C:\WINNT\system32\wjview.exe
    Looking in C:\WINNT
    Ignoring 'C:\WINNT\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jrew.exe' because it is in a Windows System Directory.
    Looking in C:\WINNT\System32\Wbem
    Looking in C:\PROGRA~1\IBM\CLIENT~1
    Looking in C:\PROGRA~1\IBM\CLIENT~1\Shared
    Looking in C:\PROGRA~1\IBM\CLIENT~1\Emulator
    Looking in C:\Program Files\Symantec\pcAnywhere\
    Looking in C:\Program Files\Microsoft SQL Server\80\Tools\BINN
    Looking in C:\Program Files\Rational\ClearCase\bin
    Looking in C:\Program Files\Rational\common
    Looking in C:\Program Files\Apache Software Foundation\maven-2.0.4\bin
    ...Finished searching through the path for VMs
    ORDERING VMS
    1: C:\WINNT\system32\jview.exe (in path)
    2: C:\WINNT\system32\wjview.exe (in path)
    3: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4)
    4: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4)
    5: C:\Program Files\Java\jdk1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_04
    6: C:\Program Files\Java\jdk1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_0
    4)
    7: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_
    12)
    8: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2
    _12)
    9: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5)
    10: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5)
    11: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5.0_0
    8)
    12: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5.0_
    08)
    13: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_04)
    14: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_04)
    15: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_10)
    16: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_10)
    17: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_12)
    18: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_12)
    19: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_06)
    20: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_06)
    21: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_08)
    22: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_08)
    23: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4
    24: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4)
    25: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_04)
    26: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_04)
    27: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_10)
    28: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_10)
    29: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_12)
    30: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_12)
    31: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    32: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5)
    33: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    .0_06)
    34: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5.0_06)
    35: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    .0_08)
    36: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5.0_08)
    Searching for console vm.
    lax.nl.valid.vm.list=J2 J1 MSJ
    lax.nl.current.vm=.
    was not a valid Win32 executable.
    C:\WINNT\system32\jview.exe does not match J2 or it is not a console app and I need a console one.
    C:\WINNT\system32\wjview.exe does not match J2 or it is not a console app and I need a console one.
    SUCCESS! C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Using JNI INVOCATION to simulate the following batch script:
    BATCH SCRIPT
    cd "C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows"
    set CLASSPATH=C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264
    791\Windows\resource\jdglue.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip;C:\DOCUME~1\dcloutie\LOCALS
    ~1\Temp\I1158264791\Windows\InstallerData\Execute.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Resource1.zip;C:\
    DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Resource1.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Insta
    llerData;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData;
    "C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe" -Xms16777216 -Xmx50331648 -noverify com.zerog.lax.LAX C:\\DOCUME~1\\dcloutie\\LOC
    ALS~1\\Temp\\I1158264791\\Windows\\WorkshopInstaller.lax C:\\DOCUME~1\\dcloutie\\LOCALS~1\\Temp\\env.prop
    executing java...
    LAX Version = 5.5
    IAResourceBundle: create resource bundle: en
    LOADING Resource path: i18nresources\custom_en
    LOADING Resource path: locales\custom_en
    seaFilename = WorkshopInstaller
    Default properties location = C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\
    Installer PropertiesFile = C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\installer.propert
    ies
    UI Mode set to Default - SWING.
    InstallAnywhere 6.0 Enterprise
    Thu Sep 14 16:13:25 EDT 2006
    Free memory = 14672 kB
    Total memory = 16320 kB
    No arguments.
    java.class.path:
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\resource\jdglue.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Resource1.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Resource1.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData
    C:\Program Files\Java\j2sdk1.4.2_12\lib\dt.jar
    C:\Program Files\Java\j2sdk1.4.2_12\lib\htmlconverter.jar
    C:\Program Files\Java\j2sdk1.4.2_12\lib\tools.jar
    ZGUtil.CLASS_PATH:
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\resource\jdglue.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData
    C:\Program Files\Java\j2sdk1.4.2_12\lib\htmlconverter.jar
    sun.boot.class.path:
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\rt.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\i18n.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\sunrsasign.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\jsse.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\jce.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\charsets.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\classes
    java.ext.dirs:
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\ext
    java.version == 1.4.2_12 (Java 2+)
    java.vm.name == Java HotSpot(TM) Client VM
    java.vm.vendor == Sun Microsystems Inc.
    java.vm.version == 1.4.2_12-b03
    java.vm.specification.name == Java Virtual Machine Specification
    java.vm.specification.vendor == Sun Microsystems Inc.
    java.vm.specification.version == 1.0
    java.specification.name == Java Platform API Specification
    java.specification.vendor == Sun Microsystems Inc.
    java.specification.version == 1.4
    java.vendor == Sun Microsystems Inc.
    java.vendor.url == http://java.sun.com/
    java.class.version == 48.0
    java.compiler == null
    java.home == C:\Program Files\Java\j2sdk1.4.2_12\jre
    java.io.tmpdir == C:\DOCUME~1\dcloutie\LOCALS~1\Temp\
    os.name == Windows 2000
    os.arch == x86
    os.version == 5.0
    path.separator == ;
    file.separator == \
    file.encoding == Cp1252
    user.name == dcloutie
    user.home == C:\Documents and Settings\dcloutie
    user.dir == C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows
    user.language == en
    user.region == null
    --------------------------End log-----------------------
    Can anyone help me, I'd really like to try this software out.
    Thanks,
    David.

    David,
    Can you try passing in the 1.5 VM location manually as listed below
    WorkshopInstaller.exe LAX_VM d:\bea\9server\jdk150_04\bin\java.exe
    Can you also make sure that the 1.5 JVM value entry is the first entry in the PATH environment variable.
    cheers
    Raj

  • Importing web project into Workshop 9.2

    Hi,
    I'm trying to import an existing web project into Workshop 9.2.1 from my Subversion source. Unfortunately Workshop doesn't recognize this project as a valid web project.
    I imported the code project using 'File>Import>Existing Projects' into Workspace.
    Unfortunately, I get the following errors:
    - "The library module reference : beehive-netui-1.0 is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed."
    - "The library module reference : jstl is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed."
    How do I tell Workshop that this project is indeed a web project?
    Does anyone have any suggestions?
    Thanks,
    Derrek

    Wow.... I figured out a workaround (aka Ugly Hack). It seems that Workshop doesn't properly import Portlet projects. Here's how I got around it:
    1. Checkout the code from Subversion
    d:\MyProjects\Project\trunk\MyComponent\
    2. Move MyComponent to a temp directory
    d:\MyProjects\Project\trunk\MyComponent\ --> d:\tmp\MyComponent
    3. Open Workshop and create a new Portal project and PortalEAR project of the same name as the MyComponent projects
    File>New myComponentPortal
    4. Copy over the src and WebContent directories in the SVN directory with the files from tmp.
    d:\tmp\MyComponent\src -> d:\MyProjects\Project\trunk\MyComponent\src
    d:\tmp\MyComponent\src\WebContent -> d:\MyProjects\Project\trunk\MyComponent\WebContent
    5. Refresh Workshop and let the spooky voodoo happen. Viola! Now I've got a running portal project with a SVN connection.

  • Unable to open portal project in workshop

    Hi,
    I am totally new to WLS92 and Eclipse. Here is my question. I created a portal project in Workshop using the wlp_getting_started.pdf guide. Later on I closed the portal project using Project->Close Project menu.
    Now when I start Workshop, it does not show me the portal project I had created and I am unable to find any menu link that says Open Project. There is one under Project menu but that remains disable all the time.
    How can I open the last portal project in Workshop and then work on that further.
    Thanks,
    JT

    Hi A_m0d,
    This forum is for the support of Visual Studio installation. Since your issue is related to ASP.NET, you could post your thread on
    ASP.NET Forum. This will make answer searching in the forum easier and be beneficial to other community members as well.
    Thank you for your understanding.
    Best regards,
    Yichun ChenPlease remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

  • The library module reference Error in Weblogic 9.2.2 workshop env

    I got errors when import an existing application into weblogic 9.2.2 workshop:
    The library module reference : beehive-netui-resources-1.0 is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed.
    The library module reference : beehive-netui-1.0 is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed.
    Unable to resolve the library module reference : wlp-framework-common-web-lib.
    Would you give me some advise how to resolve those errors in workshop?
    Thank you
    Edited by: user1277690 on Mar 17, 2011 9:44 AM

    Have you tried including the following in your setDomainEnv script:
    JAVA_OPTIONS="$JAVA_OPTIONS -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"
    -Jesus

  • Questions, Suggestions, Bugs - results from 7-day workshop

    Last week we (AMIS that is) finished yet another JHeadstart workshop with one of our customer’s development teams. In this workshop we focused on Struts, BC4J and both JSP and UIX. (so no Toplink this time). By the way: we used JHeadstart 9.0.4.5 in conjunction with JDeveloper 9.0.4.
    Over the course of this 7 day workshop we had several discussions, most of these the result of our customer’s ambition to generate all or most of an application they had already developed manually using the Web PL/SQL Toolkit and integrated with Oracle Portal. These discussions resulted in several questions/suggestions/enhancements requests. I list them below to inspire future releases.
    Questions:
    ·     Why does JHeadstart not make use of the UIX-Struts integration (see Chapter 15 of the UIX developer’s Guide)?
    ·     How do you specify which columns/attributes in a Table Layout are sortable?
    Suggestion/Enhancement Requests:
    ·     Offer the possibility to generate Regions “Side by side” instead of always below each other
    ·     Could you provide the same kind of “nested navigation” on persistentAttribute for BC4J as you offer for Toplink, e.g. through the use of Jakarta Commons BeanUtils in DataObjectImpl.getAttribute()?
    ·     Allow Master-Detail with Detail Table-Form layout style and same page is true (at least a recipe, preferably full generation) (I do understand that having multiple Child-table-layouts with Details-buttons on the same Master-page could be an issue due to the conflicting details-events, but surely one can be arranged?)
    ·     Generation of breadcrumbs for JSP
    ·     Allow us to specify for a file upload which attribute will hold the filename; allow us to specify for download which attribute will provide the filename (for the save as dialog in the browser) and possibly the mime-type.
    ·     Allow an Alt-text property to be defined for attributes with Display Type = Image; this alt-text property can refer to another attribute.
    ·     In Jsp: Display Type displayField should generate a <bean:write> instead of a disabled <html:text> field. For domain-based attributes that are normally rendered using a pop-list (Choice), a displayField requires additional logic to display (bean:write) the meaning rather than the value
    ·     Allow the prompt to be empty (if you leave the prompt property empty, the generator will use the attribute name; you can not explictly leave it empy; the workaround is to type a single space for the prompt)
    ·     Provide a way to preview the defaults that the generator will use for properties that are not explicity set OR provide a way to explicitly set those defaults as values on the Entity Object’s attributes
    ·     Allow the Domain and Region-properties to be set through a Combo-box with a list of the available Domains and Regions
    ·     Make the private members in oracle.jheadstart.model.bc4j.handler.DataObjectImpl protected, so that a subclass can access those variables
    ·     Allow us to specify a “split prompt” , for example Weight|kg that would display as Weight …. (field) kg; make the JDG pick up split prompt from Designer and set accordingly in the VO Attribute.
    ·     Allow the definition and generation of separate prompt and hint values for Find, Table and Form-page
    ·     Provide a utility to copy VO Attribute properties between ViewObjects (or even to copy entire ViewObjects)
    ·     Documentation: provide a JDG Reference “to-from” in addition to “from-to”: it is very convenient when trying to generate an application using the JDG if you can easily find out what you have to do set in Oracle Designer in order to achieve some result in the generated application. For example: how do I generate a Table-Form layoutstyle?
    ·     Provide a shortcut to run the JDG again, with the exact same settings as the previous run; this makes incremental development using the JDG a lot more convenient; having to walk through the entire wizard for every little change in Designer is rather a pain.
    ·     Provide properties in the Group, Lookup and Region elements in the Application Structure File (editor) for recording post-generation changes
    ·     Generate Regions (minus Table Summary items) in Detail Disclosure
    ·     Provide (style)Class property on ViewObject Attributes and generate the styleClass property for UIX elements or a class property for JSPs (if the Struts tags do not cater for a Class property, you can also generate a <SPAN class=””> around the JSP items)
    ·     Provide a shortDesc or altText property for VO Attributes; these are turned into popup texts on items and can for example provide popup hints in a Table Layout; generate the UIX shortDesc property.
    ·     Provide preComment and postComment properties on VO Attributes, Groups and Regions; the values of these properties should be generated into the UIX or JSP pages as <!-- preComment value --> and <!-- postComment value -->. Not only does this allow better documentation of the generated sources, it also provides hooks for post-generation utilities.
    ·     Support displayType numberField/numberItem; this in UIX would render a right-aligned input-item
    ·     Allow specification of dateFormat at VO Attribute level (in addition to Service Element)
    ·     Switch to JSTL from the Struts tags – at least for bean:write (c:out) and all logic tags; configure new JHeadstart projects for JSTL (libraries, taglibs, web.xml etc.)
    ·     Allow multiple values to be returned from a List of Values
    ·     Allow an onBlur property on VO Attributes; this property includes a piece of JavaScript to be executed on leaving the item; the code may refer to other items in the same record. Ideally also provide other event-triggers such as onFocus, onMouseOver etc.
    Bugs?? We ran into some issues that may indicate bugs
    ·     The Master-context in UIX pages for Detail Group, Table-Form (same page false) is missing
    ·     Master context in JSP voor Detail Group, Form page (same page false) is missing
      Watch this Topic      Copyright 2004, Oracle Corporation. All rights reserved. About OTN I Contact Us I About Oracle I Legal Notices and Terms of Use I ·     A ViewObject Attribute with displayType File Upload seems to result in a html:file element that pastes the contents of the file into the HTML Page: <input type="file" name="PublisherLogo" maxlength="100" size="30" value="ÿØÿà JFIF H H ÿÛ C ? $.&#39; &quot;,# (7),01444&#39;9=82&lt;.342ÿÛ C etc It would seem that the value attribute of the <html:file> element should explicitly be set to an empty string
    ·     (I am not absolutely certain that this is really the case, but we have seen this behavior several times) The JDG seems to generate a faulty BC4J Design for JDeveloper 9.0.4: when running the JDG for the second time for a Module, a second, similar ViewLink is created where the JDG should overwrite a previously created one. In the BC4J Tester we could still see the data, but in the generated application, we could not find the children of the masters through this duplicated ViewLink. Removing the second viewlink did not solve the problem. Creating the ViewObjects and ViewLinks from scratch in Jdeveloper (i.e. not through the JDG) worked fine.

    In the meantime, I can answer to your questions:
    · Why does JHeadstart not make use of the UIX-Struts integration (see Chapter 15 of the UIX developer’s Guide)?This has been done to allow the same page to be run both with Struts and MVC Framework, without needing to change the page. Using the UIX-Struts integration would have made the pages 'controller aware'.
    · How do you specify which columns/attributes in a Table Layout are sortable?As far as generation is concerned, you can only specify the whole table to be sortable. In case of UIX you can post-gen modify the <sortableHeader> tag of each column separately. In case of JSP you can remove the <a href> tag for each column that you do not want to sort on.
    Jan Kettenis
    JHeadstart Team

Maybe you are looking for

  • Unable to insert and retrieve Unicode data using Microsoft OLE DB Provider

    Hi, I have an ASP.NET web application that uses OLEDB connection to Oracle database. Database: Oracle 11g Provider: MSDAORA ConnectionString: "Provider=MSDAORA;Data Source=localhost;User ID=system; Password=oracle;*convertNcharLiterals*=true;" When I

  • User not listed  in sudoers file OSX Mavericks

    When attempting to backup the hosts file (or any other command in Terminal), this message appears after entering the password. "[username] is not in the sudoers file.  This incident will be reported." The username is in fact listed as an admin accoun

  • Help on scrollable area please

    Hi, ive created a site template using fireworks to slice areas. Now i have a central area where i want to put content. The problem is i cant have the the areas around the centre area moving so if i insert too much text in the content area it just cre

  • Steps for Getting Repository Reports to Work in SCM 9024

    Have installed Des9i/SCM 9024. With this install, repository reports are not installed without the base release of O9iDS R2. What are the exact steps for getting the Designer Repository Reports to work via the RON in SCM 9024? Basically, I would like

  • SboMailer - error 49 (SBO 2007)

    Hi I've configured sbo mailer with smtp authentication and put proper  user name and password .Connection test passed. On my user in defalut user settings I've put the same adress ma.il as in sbo mailer. With this settings everything is ok, I can sen