I have formatting problems when deploying Help files using RoboHelp 8

When i deploy the Help files. The formatting of the Numbering/bullets are affected and it is parts of the help files that i have not changed. Is there something else that i need to do to fix it?

More information needed to help you.
What sort of help are you generating?
Are you saying it is OK in Design Editor and not in a brower, if you are generating WebHelp? If yes, what browser and is it the same in all browsers?
There are some pages on Lists on my site.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Problem when loading xml file using sql loader

    I am trying to load data into table test_xml (xmldata XMLType)
    i have an xml file and i want whole file to be loaded into a single column
    when i use the following control file and executed from command prompt as follows
    sqlldr $1@$TWO_TASK control=$XXTOP/bin/LOAD_XML.ctl direct=true;:
    LOAD DATA
    INFILE *
    TRUNCATE INTO TABLE test_xml
    xmltype(xmldata)
    FIELDS
    ext_fname filler char(100),
    xmldata LOBFILE (ext_fname) TERMINATED BY EOF
    BEGIN DATA
    /u01/APPL/apps/apps_st/appl/xxtop/12.0.0/bin/file.xml
    the file is being loaded into table perfectly.
    unfortunatley i cant hardcode file name as file name will be changed dynamically.
    so i removed the block
    BEGIN DATA
    /u01/APPL/apps/apps_st/appl/xxtop/12.0.0/bin/file.xml
    from control file and tried to execute by giving file path from command line as follows
    sqlldr $1@$TWO_TASK control=$XXTOP/bin/LOAD_XML.ctl data=/u01/APPL/apps/apps_st/appl/xxtop/12.0.0/bin/file.xml direct=true;
    but strangely it's trying to load each line of xml file into table instead of whole file
    Please find the log of the program with error
    Loading of XML through SQL*Loader Starts
    SQL*Loader-502: unable to open data file '<?xml version="1.0"?>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '<Root>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '<ScriptFileType>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '<Type>Forms</Type>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '</ScriptFileType>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '<ScriptFileType>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '<Type>PLL</Type>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '</ScriptFileType>' for field XMLDATA table TEST_XML
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-502: unable to open data file '<ScriptFileType>' for field XMLDATA table TEST_XML
    please help me how can i load full xml into single column using command line without hardcoding in control file
    Edited by: 907010 on Jan 10, 2012 2:24 AM

    but strangely it's trying to load each line of xml file into table instead of whole fileNothing strange, the data parameter specifies the file containing the data to load.
    If you use the XML filename here, the control file will try to interpret each line of the XML as being separate file paths.
    The traditional approach to this is to have the filename stored in another file, say filelist.txt and use, for example :
    echo "/u01/APPL/apps/apps_st/appl/xxtop/12.0.0/bin/file.xml" > filelist.txt
    sqlldr $1@$TWO_TASK control=$XXTOP/bin/LOAD_XML.ctl data=filelist.txt direct=true;

  • What is the problem when opening jpg files using Desktop API

    Hi, i would like to open jpg, or gif files using Desktop API, and the application crashes.The Desktop API is supported by my OS, because txt files, or file directories can be opened, mails can be sent, browsing is also supported.
    Only jpg and gif, and i think other picture formats cannot be opened.
    Obviously ACDSee and other picture viewing programs are installed in my computer.
    The corresponding application code can be found at the bottom of the page of http://www.awprofessional.com/articles/article.asp?p=661371&seqNum=2&rl=1
    my code:
    if(Desktop.isDesktopSupported()){
    Desktop desktop=Desktop.getDesktop();
    try
    desktop.open (fileToOpen);
    catch (IOException ioe)
    JOptionPane.showMessageDialog (frame,
    "I/O problem");
    catch (IllegalArgumentException iae)
    JOptionPane.showMessageDialog (frame,
    "File doesn�t exist");
    fileToOpen is obviously a File.
    Thx for the help in advance.
    Message was edited by:
    javahelps
    Message was edited by:
    javahelps
    Message was edited by:
    javahelps
    Message was edited by:
    javahelps

    My file association for jpg files is correct, if i click on a
    jpg, ACDSee starts immediately.Although I am a long time Windoze non-user, I vaguely remember that there's a difference between correct file-type association being set and some application starting at a mouse click on a file icon. I also vaguely remember Windoze file-type association mechanism uses a few action-types. Java Desktop should expect a specific action-type for the association.

  • Have a problem when deploy file war on weblogic 9.2

    Hi All,
    Im trying to deploy a application i.e dscc7.war file on Weblogic 10.3.0.0 and it shows following error on console while deploying:
    An error occurred during activation of changes, please see the log for details.
    ???[HTTP:101064][WebAppModule(dscc7:dscc7.war)] Error parsing descriptor in Web appplication "C:\bea\user_projects\domains\base_domain\servers\AdminServer\upload\dscc7.war" weblogic.application.ModuleException: Unmarshaller failed at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:781) at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:272) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45) at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Caused by: com.bea.xml.XmlException: failed to load java type corresponding to e=web-app@http://java.sun.com/xml/ns/javaee at com.bea.staxb.runtime.internal.UnmarshalResult.getPojoBindingType(UnmarshalResult.java:325) at com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:292) at com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:302) at com.bea.staxb.runtime.internal.UnmarshalResult.determineRootType(UnmarshalResult.java:283) at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:153) at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65) at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:136) at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280) at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248) at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:749) at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:378) at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720) at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:729) at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134) at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:775) ... 25 more weblogic.application.ModuleException: Unmarshaller failed???
    ???failed to load java type corresponding to e=web-app@http://java.sun.com/xml/ns/javaee ???
    could you please help me
    thanks and regard

    Please try the following suggestions in that order:
    1. Check if the WAR file was built with jar files and tools from WebLogic10.3 OR WebLogic9.2. The weblogic jars that you use to build the application should be from the installation where you are trying to deploy the application. Not necessarily from the same machine, I meant to say should be of the same major version. If this does not resolve the issue, then please follow suggestion#2
    2. Check the line, <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"> in your web.xml. If "web-app" version element says 2.5, try changing it to 2.4 and rebuild the WAR application and try deploying. If this does not resolve the issue, then please follow suggestion#3
    3. Perhaps the Weblogic Server does not have access to http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd to load the XSD elements ? Check that by accessing that XSD from the machine where weblogic server is running.
    These suggestions are based on the suspicions that I have listed in my previous post.
    Arun

  • Problems when downloading a file using jspsmartupload

    i am using jakarta tomcat 4.03 in linux ....
    to upload the file its ok .... im using this code here :
    String path = application.getRealPath("/upload");
    try {
    count = mySmartUpload.save(path);
    it works fine ......
    but when i try to download ..... putz .... its a f$##%#$% hell
    anybody knows how to download ???

    hi thr...
    see since i am using javawebserver i have a public html folder whr i have saved all the files which the site accesses . Now in the public html folder i have made a folder upload and i upload all the files to this folder.
    count = mySmartUpload.save("/upload/");
    Now for download use this ...
    <%@ page language="java" import="com.jspsmart.upload.*"%><jsp:useBean id="mySmartUpload" scope="page" class="com.jspsmart.upload.SmartUpload" /><%
         // Initialization
         mySmartUpload.initialize(pageContext);
         // Download file
         mySmartUpload.downloadFile("/upload/sample.zip");
    %>
    this should work ...
    if this doesnt lemme know
    prob u r path should be ("/upload/")
    u have given as ("/upload"); try this 2 ... and do lemme knw

  • HT1338 I have a problem with opening downloaded files from the internet; zip types. Can you tell me an app to open these types of formats of files?

    I have a problem with opening downloaded files from the internet; zip types. Can you tell me an app to open these types of formats of files?

    It should unzip if you double-cick.
    What are you seeing happen when you do that?
    Select a .zip file in the Finder and Get Info (cmd-i). What is set for it to Open With. It should be Archive Utility.

  • I create a project w/iMovie and I have two problems:  When I try to finalize the project iMovie crashes; when I share to DVD sometimes it crashes also; if I can successfully send it to DVD and then burn a DVD there are wavy lines on the screen.  Help!

    I create a project w/iMovie and I have two problems:  When I try to finalize the project iMovie crashes; when I share to DVD sometimes it crashes also; if I can successfully send it to DVD and then burn a DVD there are wavy lines on the screen.  I'm uising photos in my project, not video.  Help!

    You can split a project in two by doing this.
    1) Go to the Project Library View.
    2) Select your project, and click FILE/DUPLICATE PROJECT. Give it a name like "your project name - part 1".
    3) Do this again. This time name it "your project name - part 2"
    4) Open Part 1 for editing. Delete everything in the second half.
    5) Open Part 1 for editing. Delete everything in the first half of the project.
    At the end you should have your original project, plus the same project in two parts.

  • TS2755 Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help of how to set up messages on each

    Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help on how to set up messages on each device separately and to start using messages app on each device independently. Thanks

    search google for "iphone remove picture from contact"

  • Hi i have a problem when i want to buy gem for clash of clans can u help me plz?

    Hi i have a problem when i want to buy gem for clash of clans can u help me plz?

    What happens when you try to buy them ?
    If you are getting a message to contact iTunes support then you can do so via this page and ask them why the message is appearing (these are user-to-user forums, we won't know why) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page
    If it's a different problem ... ?

  • ? I have a problem with the cloud app. i have downloaded it several times and have no problem. when it runs it then opens up but stays blank so i cant see my apps or download any HELP

    ? I have a problem with the cloud app. i have downloaded it several times and have no problem. when it runs it then opens up but stays blank so i cant see my apps or download any HELP

    >opens up but stays blank
    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • Hi, i have problem, when i press " File Import Video Frames to layers " please i need solve it fast. waiting.....

    hi, i have problem, when i press " File > Import >Video Frames to layers " he say to me [could not complete the video frames to layers command because photoshop does not support video on this version of windows]  so please i need solve it fast...

    We can't know. You have not provided any system info, no details about your video files nor do we actually know what version of what program you are referring to.
    Mylenium

  • Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.can any one help me bcoz i have to publish without air runtime.......

    Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.
    can any one help me bcoz i have to publish without air runtime.......

    Hi,
    This option is available when your publish target is set to AIR 3.6.
    You can download the desired AIR SDK version from Archived Adobe AIR SDK versions
    Thanks!
    Mohan

  • I have a problem when i am connecting my mbpr to a monitor , the internet is going very slow when i connect to the monitor plz help me if i buy a vga to minidisplay it will help??

    i have a problem when i am connecting my mbpr to a monitor , the internet is going very slow when i connect to the monitor plz help me if i buy a vga to minidisplay it will help??

    dovdov2,
    are you saying that when you connect your MacBook Pro to a monitor, your Internet connection slows down, but when you disconnect the monitor, it speeds up again, and that this is reproducible from one day to another?
    Does this happen both under OS X and under Windows 7, or only under one of them?
    How are you currently connecting your MacBook Pro to your monitor?

  • NWDI setup, problem while deploying .sca files on SAP PI 7.1 server

    Hi
    I have a SAP PI 7.1 server. I want to setup DTR on it.
    From service market place i downloaded the required .sca files
    Location:
    Support Packages and Patches --> Browse our Download Catalog --> SAP NetWeaver and complementary products --> SAP NETWEAVER PI --> SAP NETWEAVER PI 7.1 --> Entry by Component --> Development Infrastructure --> SAP NetWeaver and complementary products --> SAP NETWEAVER PI --> SAP NETWEAVER PI 7.1 --> Entry by Component --> Development Infrastructure
    - DICBS25P_1-10003500.SCA
    - DICMS25P_1-10003499.SCA
    - DIDTR25P_1-10003501.SCA
    When i try to deploy these files using JSPM (option:- Business Packages)
    It is not able to deploy CMS and CBS files and its giving error.
    Error for DICMS25P_1-10003499.SCA
    Archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA for component sap.com/DI_CMS was admitted for deployment Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcctsappl.sda for component sap.com/tcctsappl is rejected because it depends on missing components Detailed message: 1. Unresolved dependencies: sap.com/tcctstransport_api not found in the admitted batch items and the repository Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcSLCMStsawebui.sda for component sap.com/tcSLCMStsawebui is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLCMSWebUI'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcSLCMSWebUI.sda for component sap.com/tcSLCMSWebUI is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLdiindex'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcSLdiindex.sda for component sap.com/tcSL~diindex is rejected because deployment of other component it depends on is rejected
    Error for DICBS25P_1-10003500.SCA
    Details message(s): Archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA for component sap.com/DI_CBS was admitted for deployment Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.Appl.sda for component sap.com/tc.CBS.Appl is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.WebUI'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.WebUI.sda for component sap.com/tc.CBS.WebUI is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tcdicbsjlinwd'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tcdicbsjlinwd.sda for component sap.com/tcdicbs~jlinwd is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.Service'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.CommonPart.sda for component sap.com/tc.CBS.CommonPart is rejected because it depends on missing components Detailed message: 1. Unresolved dependencies: sap.com/tc.CBS.DBDefs not allowed between software types: primary-library --> JDDSCHEMA Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.Service.sda for component sap.com/tc.CBS.Service is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.CommonPart'. See Deploy Controller log F:\usr\sap\PS2\DVEBMGS00\j2ee\JSPM\log\log_2011_11_21_16_44_12\deploy_2011-11-21_17-06-01.log for details.
    Please Help.
    Regards
    Osman Jabri
    Edited by: Osman Jabri on Nov 21, 2011 12:40 PM

    Deploy status is 'Admitted'
    Deployment Items -
         1. Client path '
    hydhtc130380d\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA'
         Sdu info :name 'DI_CBS', vendor 'sap.com', location 'MAIN_APL70P25_D', version '1000.7.00.25.1.20110905193551'
              Deploy status is 'Admitted'
              Time statistics:
              Contained DCs:
              1.1:name 'tc.CBS.Appl', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10937350', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tc.CBS.CommonPart', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'com.sap.security.api.sda', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.WebUI'.'.
              1.2:name 'tc.CBS.WebUI', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2930415', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.CommonPart', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcdicbs~jlinwd'.'.
              1.3:name 'tcdicbs~jlinwd', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2930416', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.CommonPart', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.Service'.'.
              1.4:name 'tc.CBS.CommonPart', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10927802', software type ('primary-library', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tc.CBS.DBDefs', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'com.sap.security.api.sda', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'opensql', vendor 'sap.com') , ( name 'com.sap.guid', vendor 'sap.com') , ( name 'sapxmltoolkit', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') ]          
                        Deploy status is 'PrerequisiteViolated'
                        Description:'1. Unresolved dependencies:
    sap.com/tc.CBS.DBDefs     not allowed between software types: primary-library --> JDDSCHEMA'.
              1.5:name 'tc.CBS.Service', vendor 'sap.com', location 'MAIN_APL70P25_C', version '10522285', software type ('primary-service', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tc.CBS.CommonPart', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'opensql', vendor 'sap.com') , ( name 'com.sap.guid', vendor 'sap.com') , ( name 'sapxmltoolkit', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.CommonPart'.'.
              1.6:name 'tc.CBS.DBDefs', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929767', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
         2. Client path '
    hydhtc130380d\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA'
         Sdu info :name 'DI_CMS', vendor 'sap.com', location 'MAIN_APL70P25_D', version '1000.7.00.25.1.20110905193601'
              Deploy status is 'Admitted'
              Time statistics:
              Contained DCs:
              2.1:name 'tcctsappl', vendor 'sap.com', location 'MAIN_APL70P25_C', version '10521775', software type ('J2EE', sub type ''), dependencies :[( name 'tcctstransport_api', vendor 'sap.com') ]          
                        Deploy status is 'PrerequisiteViolated'
                        Description:'1. Unresolved dependencies:
    sap.com/tcctstransport_api     not found in the admitted batch items and the repository'.
              2.2:name 'tcSLCMStsawebui', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2930427', software type ('J2EE', sub type ''), dependencies :[( name 'tcSLCMSPCS', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLCMS~WebUI'.'.
              2.3:name 'tcSLCMScversproxy', vendor 'sap.com', location 'MAIN_APL70VAL_C', version '1496430', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.4:name 'tcSLCMSconfigdbschema', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929860', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.5:name 'tcSLCMSPCSDBSchema', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929768', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.6:name 'tcSLCMSWebUI', vendor 'sap.com', location 'MAIN_APL70P23_D', version '7714571', software type ('J2EE', sub type ''), dependencies :[( name 'tcSLCMSPCS', vendor 'sap.com') , ( name 'tcSLCMSIDEClient', vendor 'sap.com') , ( name 'tccom.sap.tmw.clients~_ctsa_client', vendor 'sap.com') , ( name 'tc.httpclient', vendor 'sap.com') , ( name 'applocking', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLdiindex'.'.
              2.7:name 'tcSLCMSTCSEar', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10947857', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'com.sap.util.monitor.jarm', vendor 'sap.com') , ( name 'tc.httpclient', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'tcsecsecurestorageservice', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'tcjmx', vendor 'sap.com') , ( name 'tcSLCMSUtil', vendor 'sap.com') , ( name 'com.sap.util.monitor.grmg', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') ]          
                        Deploy status is 'Admitted'
              2.8:name 'tcSLCMS~cleanuptool', vendor 'sap.com', location 'MAIN_APL70VAL_C', version '1552404', software type ('FS', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.9:name 'tcSLdiindex', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10947869', software type ('J2EE', sub type ''), dependencies :[( name 'tcSLCMSPCS', vendor 'sap.com') , ( name 'tcSLCMSIDEClient', vendor 'sap.com') , ( name 'tcSLCMS~Util', vendor 'sap.com') , ( name 'security.class', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLCMS~PCS'.'.
              2.10:name 'tcSLCMSPCS', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10947869', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tcSLCMSIDEClient', vendor 'sap.com') , ( name 'com.sap.security.api.sda', vendor 'sap.com') , ( name 'com.sap.lcr.api.cimclient', vendor 'sap.com') , ( name 'tcsecsecurestorageservice', vendor 'sap.com') , ( name 'tcdiscmtransport_api', vendor 'sap.com') , ( name 'com.sap.aii.ibtransportclient', vendor 'sap.com') , ( name 'applocking', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'tcjmx', vendor 'sap.com') , ( name 'tcSLCMSUtil', vendor 'sap.com') , ( name 'security.class', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') , ( name 'com.sap.util.monitor.jarm', vendor 'sap.com') , ( name 'tccom.sap.tmw.clients_ctsa_client', vendor 'sap.com') , ( name 'tcSLCMScversproxy', vendor 'sap.com') , ( name 'com.sap.aii.util.xml', vendor 'sap.com') , ( name 'tcSLCMS~TCSEar', vendor 'sap.com') , ( name 'com.sap.aii.util.misc', vendor 'sap.com') , ( name 'com.sap.guid', vendor 'sap.com') , ( name 'keystore', vendor 'sap.com') , ( name 'sapxmltoolkit', vendor 'sap.com') , ( name 'com.sap.exception', vendor 'sap.com') , ( name 'com.sap.util.monitor.grmg', vendor 'sap.com') ]          
                        Deploy status is 'PrerequisiteViolated'
                        Description:'1. Unresolved dependencies:
    sap.com/tccom.sap.tmw.clients_ctsa_client     not found in the admitted batch items and the repository'.
         3. Client path '
    hydhtc130380d\sapmnt\trans\EPS\in\DIDTR25P_1-10003501.SCA'
         Sdu info :name 'DI_DTR', vendor 'sap.com', location 'MAIN_APL70P25_D', version '1000.7.00.25.1.20110908142653'
              Deploy status is 'Admitted'
              Time statistics:
              Contained DCs:
              3.1:name 'tcjdiheartbeat~enterpriseapp', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10937328', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              3.2:name 'tcdtrconsole~sda', vendor 'sap.com', location 'MAIN_APL70VAL_C', version '1586999', software type ('FS', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              3.3:name 'tcdtrdbschema', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929861', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              3.4:name 'tcdtrenterpriseapp', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10937327', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
    Nov 21, 2011 5:06:19 PM  [Info  ]:+++ Validation finished with status 'Success' +++[ deployerId=4 ]
    Nov 21, 2011 5:06:19 PM  [Path  ]:+++++ End  V A L I D A T E action +++++[ deployerId=4 ]. Total time:[#16: 18.367 sec]

  • Problems when printing help topics from OHJ

    We have encountered some persistent problems when printing help topics from Oracle Help for Java (Ice Browser).
    NOTE: When we print the same source files from Oracle Help for the Web, the printing problems are gone.
    (1) Spacing Errors (all printers had identical results)
    Text with special formatting (<b>, <i>) often has either too much space or not enough space.
    Links often have extra spaces underlined before or after the link, itself.
    (2) When printing multiple help topics from the TOC (an entire branch in the tree):
    On some printers, no graphics print correctly, but instead print as one of the following: 1. empty box the size of one character, 2. black box the size of one character, 3. black box the size of the original graphic. We could not detect a pattern that caused 1, 2, or 3.
    NOTE: all graphics are bit maps (screen captures) that were generated in the same manner.
    NOTE: if these same help topics are printed one at a time form Oracle Help for Java, the graphics print fine.
    Is this a problem with the Ice Browser?
    Thanks for the help,
    Wendy Studinski

    There are a known issue with the ICEBrowser printing in some circumstances. The laying out of text by the ICE Browser relies on font metrics (being able to measure the width of a run of text in a given font). On screen it looks great, but when printing, even though the GraphicsConfiguration for the printer is being used, these widths are sometimes off, which can result in text running together at boundaries between text styles. We're not sure what to do about this problem, and we've reported it to IceSoft.
    Not every font has this problem, so varying the font you are using might help the appearance when printed.
    The other problem you report, problems with the images when printing multiple topics, is something that we will look into.

Maybe you are looking for

  • Error in electronic bank statement posting

    Hi All I am getting error in EBS updating. When i am uploading EBS, it is posting in area 1 (GL posting) but it is not posting into Subledger posting area 2. It gives an error by saying "ERROR F5 263 -Difference is too large for clearing" . i am unab

  • Open inbound deliveries in md04

    Dear Experts, Please suggest how we can handle the qty differences arising from the goods receipt or return delivery in case of using the goods receipt w.r.t inbound delivery in system. In MD04 the diffrential quantities are shown as open shipping no

  • Bridge CC crashes when trying to open

    I am using a windows 64 bit computer and when I try to open Bridge CC it immediately crashes and windows closes it. Just recently added Photoshop CC 2014 it did work for awhile. Also have CS6 Web and Design Premium installed.  Tried to log out of the

  • Dynamically define target address for logical ports (NW'04)

    Hello, when developing a web-service client using standalone proxy, you have to define the target address of a Web Service in the property-page for the Logical Port. We have the following problem. If, for any reason, the URL of the Web Service change

  • Help with "The iTunes Library file cannot be saved. An unknown error occurred (-54)"

    Hi, Has anyone else had this problem?  And how do I correct it?  "The iTunes Library file cannot be saved. An unknown error occurred (-54)"