BlueCielo Meridian Asset Management Module 2018 Administrator's Guide
Configuring BCSAP
BCSAP.exe is configured in the file named BCSAP.exe.config.
To configure BCSAP:
- Open BCSAP.exe.config in any text editor.
- Modify the settings using the descriptions in the following table. Specify correct values for all the relevant URLFormat arguments. Proper values for at least RootURL and VIEWID (optionally using the built-in place holders) must be configured. Typically, a DOCFILTER or a TAGFILTER (or both) are used. Make sure that the argument names (LOC, TAGNR) match the values configured in the Meridian Explorer filter definitions. Finally, make sure that the arguments provided match the placeholders in the URLFormat definitions.
Name | Description | Example | Remark |
---|---|---|---|
UrlFormatFL |
URL used for tag type FL. Up to 4 argument values are supported | {ROOTURL}?VIEWID={VIEWID}&TAGFILTER={TAGFILTER}&DOCFILTER={DOCFILTER}&LOC={LOC}&VIEWMODE=DETAILS | LOC must match the Meridian Explorer document filter definition |
UrlFormatEQ |
URL for tag type EQ. Up to 4 argument values are supported | {ROOTURL}?VIEWID={VIEWID}&TAGFILTER={TAGFILTER}&DOCFILTER={DOCFILTER}&LOC={LOC}&TAGNR={EQ}&VIEWMODE=DETAILS | LOC, TAGNR must match the Meridian Explorer filter definitions |
UrlFormatWO |
URL for tag type WO. Up to 4 argument values are supported | {ROOTURL}?VIEWID={VIEWID}&TAGFILTER={TAGFILTER}&DOCFILTER={DOCFILTER}&LOC={0}&TAGNR={1}&WONUM={2}&VIEWMODE=DETAILS | LOC, TAGNR, WONUM must match the Meridian Explorer filter definitions |
VIEWID |
Meridian Explorer document view name | DOC_E91E5 | Placeholder in URLFormat |
DOCFILTER |
Meridian Explorer document filter name | docfbc | Placeholder in URLFormat |
TAGFILTER |
Meridian Explorer tag filter name | tagfab | Placeholder in URLFormat |
RootUrl |
Basic URL to Meridian Explorer | http://localhost/ExplorerClient/home.aspx |
Placeholder in URLFormat |
LaunchIE |
Start Internet Explorer or not | True, False, 1, 0 | |
Separator |
Obsolete | - | For compatibility with older ICSAP configurations. |
- Save your changes and close the file.