Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC build fail on ibmi ---ID: CPD0084 text: 'TRUE ' not valid for parameter IGCDTA.):

I got following error when build on ibm i with RTC 4.0. Can anyone help?

* com.ibm.team.filesystem.client.FileSystemException: AS400Message (ID: CPD0084 text: 'TRUE      ' not valid for parameter IGCDTA.):com.ibm.as400.access.AS400Message@67066706AS400Message (ID: CPF0001 text: Error found on CRTSRCPF command.):com.ibm.as400.access.AS400Message@69766976
*  at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiFileInterface.runCommand(IBMiFileInterface.java:160)
*  at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiFileInterface.createPhysicalFile(IBMiFileInterface.java:196)
*  at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiFileStorage.create(IBMiFileStorage.java:57)
*  at com.ibm.team.filesystem.client.internal.FileStorageWrapper.create(FileStorageWrapper.java:885)
*  at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:590)
*  at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:274)
*  at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:234)
*  at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*  at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*  at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*  at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*  at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*  at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*  at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*  at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*  at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:230)
*  at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:157)
*  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*  at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*  at java.lang.reflect.Method.invoke(Method.java:611)
*  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
*  at org.apache.tools.ant.Task.perform(Task.java:348)
*  at org.apache.tools.ant.Target.execute(Target.java:357)
*  at org.apache.tools.ant.Target.performTasks(Target.java:385)
*  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
*  at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*  at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*  at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
*  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
*  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*  at java.lang.reflect.Method.invoke(Method.java:611)
*  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
*  at org.apache.tools.ant.Task.perform(Task.java:348)
*  at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
*  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
*  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
*  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*  at java.lang.reflect.Method.invoke(Method.java:611)
*  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
*  at org.apache.tools.ant.Task.perform(Task.java:348)
*  at net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
*  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
*  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*  at java.lang.reflect.Method.invoke(Method.java:611)
*  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
*  at org.apache.tools.ant.Task.perform(Task.java:348)
*  at org.apache.tools.ant.Target.execute(Target.java:357)
*  at org.apache.tools.ant.Target.performTasks(Target.java:385)
*  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
*  at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
*  at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
*  at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*  at org.apache.tools.ant.Main.runBuild(Main.java:758)
*  at org.apache.tools.ant.Main.startAnt(Main.java:217)
*  at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
*  at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

0 votes


Accepted answer

Permanent link
Hi Joseph,

Looks like an issue with the new IBM i Dependency Build, as I was able to reproduce it.  I have opened a defect for the team to investigate. Defect: IGCDATA Flag not handled properly by IBM i SCM-EE (239380)
Joseph Chang selected this answer as the correct answer

0 votes


One other answer

Permanent link
Before the fix available, I have a  workaround  --  creating source files manually. It takes time but can avoid me blocking here.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 562
× 123
× 3

Question asked: Nov 01 '12, 1:03 a.m.

Question was seen: 4,578 times

Last updated: Nov 01 '12, 8:42 p.m.

Confirmation Cancel Confirm