When executing a build on a UNIX server with a compile statement such as "$(JAVAPATH)/javac -classpath $(ECM_CLASS) *.java", Build receives error: /ecm/build/2955: syntax error at line 8;`$' unexpected. The exact same compile statement successfully built in previous versions of ChangeMan DS. JAVAPATH and ECM_CLASS variables are set in the root's environment.
There are no instructions for upgrading clients and communication agents. There should be installation steps, and also some statement that along with the main server all clients and communication agents should be upgraded so there is no client/server conflicts.
The following work-around suggested: The following SQL statement will fix the problem. update vcs19 set depend_depend_version=0 where depend_project='PROJ' and depend_release='REL' and depend_proc='MAKE'
The last step for each SCM activity has been changed to remove the statement about options being enabled or disabled and to add the following statement instead:
ORA-01652 unable to extend temp segment by string in tablespace string Cause: Failed to allocate an extent for temporary segment in tablespace. Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
You must run a BACKUP LOG statement to free up space by removing the inactive portion of the log. You must run DBCC SHRINKFILE again with the desired target size until the log file shrinks to the target size. The following example demonstrates this with the pubs database and attempts to shrink the pubs_log file to 2 MB: