Patrick Roy
02/24/2023, 1:59 PMsArgs = {
type: "email",
value: "<mailto:john@example.com|john@example.com>",
}
dump( isValid(argumentCollection=sArgs) )Patrick Roy
02/24/2023, 1:59 PMSteve Bryant
02/27/2023, 6:29 PMRandy L. Smith
02/27/2023, 10:29 PMRandy L. Smith
02/28/2023, 4:05 PMjohnbarrett
03/01/2023, 1:43 AMbfescoe
03/01/2023, 4:31 PMbfescoe
03/01/2023, 4:32 PMPK
03/01/2023, 5:42 PMAdam Cameron
Adam Cameron
Cisco
03/07/2023, 11:18 AMJohn Wilson
03/07/2023, 6:31 PMname = "Active_Risk" and set the weight to -2 before saving the changed doc as an xml file?
<?xml version="1.0" encoding="utf-8"?>
<!-- saved with AxiomaPortfolio API 2022.2.0 -->
<STRATEGY xmlns="<http://axiomainc.com/portfolioprecision>" strategy-id="FTDIBase" desc="Frontier">
<OPTIONS>
<ALLOW_GRANDFATHERING/>
</OPTIONS>
<LOCAL_UNIVERSE>
<ASSET_REF name="CSH_USD__" action="include"/>
<GROUP_REF name="AccountBenchmark" action="include"/>
</LOCAL_UNIVERSE>
<OBJECTIVE_TERMS>
<RISK objective-term-id="Active_Risk" benchmark-ref="REBALANCING.BENCHMARK" riskmodel-ref="REBALANCING.RISK_MODEL" set-ref="MASTER">
</RISK>
<LINEAR objective-term-id="Factor_Tilt" group-ref="WW4AxiomaMH.Dividend Yield"/>
<TAX_GAINS objective-term-id="Min_Cap_Gains" weighted="false"/>
<TAX_LIABILITY objective-term-id="Min_Tax_Liability"/>
<TRANSACTION_COST objective-term-id="Min_Transaction_Cost" base-set="MASTER"/>
</OBJECTIVE_TERMS>
<OBJECTIVES active-objective="Default">
<OBJECTIVE objective-id="Default" target="MAXIMIZE">
<OBJECTIVE_TERM_REF name="Min_Cap_Gains" weight="-1.0"/>
<OBJECTIVE_TERM_REF name="Active_Risk" weight="-1.0"/>
<OBJECTIVE_TERM_REF name="Min_Transaction_Cost" weight="-0.25"/>
<OBJECTIVE_TERM_REF name="Factor_Tilt" weight="1.0"/>
</OBJECTIVE>
</OBJECTIVES>phillipsenn
03/07/2023, 7:59 PMphillipsenn
03/07/2023, 8:00 PMTEMann
03/08/2023, 4:14 PMTim
03/08/2023, 8:17 PMcfpdf action="merge" on them, and then reindexes the produced document. In that process, it calls a package method, insertDocumentRow, on DocumentInsertHandler.cfc, which is stored in the same directory as Merge.cfm. This works fine, except for this one client.
On their server, it complains that
The insertDocumentRow package method in the C:\path\DocumentInsertHandler.cfc component cannot be accessed from c:\path\Merge.cfm.I sent them code that changes that method to
public and then it works fine.
My best guess is that the C: vs c: in the error message is making CF think that the files are in different directories. But I have no idea where that difference could be coming from. Has anyone seen anything like this before?leonod
03/09/2023, 1:24 AMViral
03/09/2023, 2:51 PM<cfftp
action = "open"
connection = "My_query"
server = "xx.xx.xx.xx"
username = "username"
password = "password"
port=22
stopOnError = "yes"
retryCount = 1
secure = "yes">
Getting the below error
• Cause : Algorithm negotiation fail
• Detail : Verify your connection attributes: username, password, server, fingerprint, port, key, connection, proxyServer, and secure (as applicable). Error: Algorithm negotiation fail.
• Message: An error occurred while establishing an sFTP connection.
---
It is because of the cryptography algorithm not matching between client and server.
When I use Filezilla it connects just fine.
I tried using the latest jar file but with no avail, Anyone been through the above error beforeScott Steinbeck
03/09/2023, 11:46 PMagentk
03/10/2023, 6:06 AMAdam Cameron
Mark Takata (Adobe)
03/10/2023, 5:41 PMAdam Cameron
Jeff Stevens
03/10/2023, 9:13 PMgsr
03/11/2023, 1:42 PMAngela Jones
03/13/2023, 5:31 PMdswitzer
03/14/2023, 11:34 AMAdam Cameron