Skip to main content

Problem:

We are upgrading to version 5.11.00 of AppMaster. The copylibs generated by database view now have an extension of cpy, version 5.1.02 does not. We have hundreds of copylib files that are not database definitions that do not have the cpy extension. Is there a way to allow both types of files to be recognized by Appmaster Builder?

Resolution:

The default behavior for the copylib extensions in the subschema generator is to create .cpy extentions. This is done to keep the copylib file in sync with the default file extensions used by MFE projects. If you want copylib files to be created without the .cpy extension you can customize AMB to put in the -N parameter. The -N parameter is used to create copylib files with no extension

To put in the override, edit the ISPSLIB/SSMDDG member in the AMB software folder.

Locate the line: #CM PASS SQLIMP  = -T{$SSMSQL{ -N

The '#CM' is a comment. Edit to remove the '#CM' which allows this override to be picked up. Save the file.

Old KB# 2580

#EnterpriseDeveloper
#MFDS