Posted By Sam Simpson on 02/11/2011 09:48 AM Here's the order of steps when adding a KEY to a system code: 1. skndef productline systemcode then add your key. 2. kndef productline and again add the key 3. srgen 4. recompile the program(s) that uses the key Steps when migrating skn to a different productline 1. metadumpskn productline systemcode >> syscode.skn 2. copy syscode.skn to where the location of the new prodline 3. metaloadskn prodline syscode.skn
Posted By Sam Simpson on 02/11/2011 10:31 AM When you dumped the skn did you scrutinize the file if your MOD is really there? Your appmetadiff has an error because pa.skn is not a valid parameter. This utility only finds difference between GEN and the metadata. Another thing, your custom key is it upper or lower?
Syntax: perl /appmetadiff [-d][-s] ProductLine [Metadata Files...]
Examples (Windows): perl %gendir%\bin\appmetadiff testline perl %gendir%\bin\appmetadiff -d -s testline CU01.msg ifmeta perl %gendir%\bin\appmetadiff -d testline t*meta *.wrk armeta/*.msg Arguments: ProductLine : product line to process Metadata Files : optional - metadata selections to process
Metadata Files parameters can be a metadata subdirectory, metadata filename, or both. The subdirectory or filename can include wildcards just like the ls or dir command. Each parameter is treated separately, just like ls and dir. From that, I would have thought that using "PA.skn" as a parameter would work. Should I have included the folder path, maybe? *edit...well that wasn't it. I added the folder path and it made no difference. Really...the syntax is pretty clear here. What am I missing?