SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 35244: Only a description for the link is published in SAS® Customer Intelligence Studio when specifying a brief type of "link" in the export definition

DetailsHotfixAboutRate It

When publishing the communication, only the description text for the link is exported, not the link URL itself.

With the hot fix, the default behavior is to export the Link portion of a UDF link field. This can be changed by setting a Java VM argument used by the MA Core server.

The argument is SAS.CI.EXPORT.LINKFORMAT. The value is used as a Java MessageFormat where {0} represents the text or label, and {1} represents the actual link URL.

The following example will export label:link:

-Dsas.ci.export.linkformat="<e,>{0}:{1}</e,>"

To export as an HTML link you can use:

-Dsas.ci.export.linkformat="<A href=\"{1}\">{0}</A>"

Quotes must be placed around the entire value because it contains a space. The embedded quotes must be escaped with a backslash.

The adminstration console for whatever Application Server a customer has is used to set the Java VM arguments, including this one.

Select the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Customer Intelligence StudioMicrosoft Windows 2000 Server5.19.1 TS1M3 SP4
Microsoft Windows 2000 Professional5.19.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server5.19.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server5.19.1 TS1M3 SP4
Microsoft Windows NT Workstation5.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition5.15.39.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition5.15.39.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Standard Edition5.15.39.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP Professional5.15.39.1 TS1M3 SP49.2 TS2M0
Windows Vista5.15.39.1 TS1M3 SP49.2 TS2M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.