-
Incorrect Stage Icons Displayed When v5 Procedure Opened in v6.5 Designer
The information in this article applies to product: e-Work 6.5 Issue * Sometimes the incorrect icon is displayed for stages when opening a v5 procedure file in a v6.5 Designer. Group stages may have an archive stage icon. Resolution * Open the v5 .epc procedure file in the v6.5 Designer and save it as .xep. * Close the…
-
Associating ISAPI SOAP Handler with WSDL Files in IIS
The information in this article applies to product: e-Work 6.x Issue * When trying to call a web service from a browser, 'Error 405 Method not allowed' is generated. Resolution * SOAP Toolkit 3.0 does not automatically create the WSDL application mapping between the .wsdl file extension and the ISAPI handler…
-
How to Change the Color that Denotes a Required Field
The information in this article applies to product: e-Work 6.x Issue * How do I change the color of a required field from red to another color? Resolution * For most field types, the color is set in eForm.css (in :\\Program Files\\Metastorm e-Work\\Web6\\eweb\\ie\\css). Search for 'red' in the classes '.rq' and '.rqd'…
-
Error When Using SQL Server on Windows Server 2003
The information in this article applies to product: e-Work 6.x Issue * "MS DTC is unable to communicate with MS DTC on a remote system. No common RPC protocol is supported between the two systems. Please ensure that one or more of the following RPC protocols are common to both systems: TCP/IP, SPX, or NetBEUI.” * Failed to…
-
Incorrect Date Returned When System Date is End of Month
The information in this article applies to product: e-Work 6.5 Issue * If the machine system date is the 31st of the month and the user enters or selects a date from a month which has fewer than 31 days, then the wrong date is shown unless it is re-selected. If the system date is the 30th of the month, in a month with 30…
-
Helpful SQL Syntax for e-Work
The information in this article applies to product: e-Work 5.x 6.x Sample SQL * * Incorrect: %ExecSQL("INSERT INTO CMSearchResults (efolderid,BatchID,ci\_searchid,ci\_sindex) VALUES (%FolderID,%BatchNumber,%txtci\_searchid,(SELECT ci\_sindex FROM ci\_searchdetail WHERE (ci\_searchid = %txtci\_searchid)))") Correct:…