Windows Server 2008 R2
Symptom:
I cannot schedule booklets with the docx template.
Solution:
Modify the registry on the Application server:
[ HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Oblicore\Install Data\ ] “WWWRootFolderLocation” = “C:\Program Files (x86)\CA\Cloud Insight”
Note: Type = String Value
Only valid for High Availability
Symptom:
When I try to use a Content Transfer feature (Content Transfer, Import, Export, Packages), it fails.
Solution:
Configure one of the web server cluster nodes:
Use the following format: http://ServerName:8180/ObliSyncApi/services/ObliSync.wsdl
|
Entity |
Value |
|---|---|
|
configuration_directory |
<Installation Directory>Packages\Configuration\ |
|
input_directory |
<Installation Directory>Packages\ |
|
log_directory |
<Installation Directory>Packages\Log\ |
|
output_directory |
<Installation Directory>Packages\ |
|
temp_directory |
<Installation Directory>Packages\Temp\ |
Notes:
Symptom:
My system uses SSL and the Content Transfer feature does not work.
Solution:
Configure the JBOSS server, IIS, and Website for HTTPS and SSL. For more information, see the following procedure:
By default, the CA Business Service Insight website does not use secure communication. To support the Content Transfer Wizard (ObliSync) in a system that uses SSL, configure the JBOSS server, IIS, and the UI.
Follow these steps:
Configure the JBOSS Server
Valid for JBOSS 7.1.1
<subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
<connector name="https" scheme="https" protocol="HTTP/1.1" socket-binding="https" enable-lookups="false" secure="true">
<ssl name="SSL_NAME" password="SSL_PASSWORD" protocol="TLSv1" key-alias="SSL_ALIAS" certificate-key-file="../standalone/configuration/key.keystore" />
</connector>
...
</subsystem>
<socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:100}"> <socket-binding name="https" port="8443"/> </socket-binding-group>
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*">
<domain uri="http://*" />
<domain uri="https://*" />
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
Configure IIS
Use the following settings:
Configure the Website
The Content Transfer Wizard is enabled.
Symptom:
When I save a free-form report, the formatting that I applied to the left axis does not save.
Solution:
Enable the configuration and configure the properties on the report. For more information, see the following procedures:
To allow Y-axis information to appear correctly on free-form reports, enable the configuration of the report properties. This procedure is a one-time task that enables the configuration of properties for all free-form reports.
Follow these steps:
update t_system_configurations set sys_config_value='N' where sys_config_name='handle_left_format'
select * from t_system_configurations where sys_config_name ='handle_left_format'
The fields and values that belong to t_system_configurations appear in the "Results" pane. The value under SYS_CONFIG_VALUE is now N.
Commit;
You can now save changes to y-axis configuration.
To display the correct values on the y-axis, configure the properties on a free-form report. Configure the properties fore each free-form report.
Follow these steps:
The report appears and displays a large rectangle in the center. The X-axis label is the report name. The numbering on the Y-axis contains single digit repeats of 0s, 1s, 2s, and 3s.
The options (Exponential, Values Format, Default Alignment) that belong to this selection appear. The Values Format entry field contains the values #,##0.
The numbering on the Y-axis of the free-form report now appears correctly.
The Reports Folder opens. When you open the report, it generates and displays the y-axis correctly.
|
Copyright © 2014 CA.
All rights reserved.
|
|