Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Starting job Email_FileTrigger at 11:32 01/08/2008.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method add(String) in the type List<String> is not applicable for the arguments ()
at generic.email_filetrigger_0_1.Email_FileTrigger.tFileList_1Process(Email_FileTrigger.java:1318)
at generic.email_filetrigger_0_1.Email_FileTrigger.runJobInTOS(Email_FileTrigger.java:2137)
at generic.email_filetrigger_0_1.Email_FileTrigger.main(Email_FileTrigger.java:2022)
Job Email_FileTrigger ended at 11:32 01/08/2008.
"***Triggering File Info***"+"\n"
+"File Name: "+context.fileName+"\n"
+"File Path: "+context.filePath+"\n"
+"Last Modified Date: "+row2.mtime_string+"\n"
+"Size: "+row2.size+"\n"
+"\n"
+"***Trigger Settings***"+"\n"
+"Folder Path: "+context.folderPath+"\n"
+"File Mask: "+context.fileMask+"\n"
+"\n"
+"***Job Information***"+"\n"
+"Project: "+projectName+"\n"
+"JobName: "+jobName+"\n"
+"tFileProperties Error Message: "
+((String)globalMap.get("tFileProperties_1_ERROR_MESSAGE"))
"***Triggering File Info***"+"\n"
+"File Name: "+context.fileName+"\n"
+"File Path: "+context.filePath+"\n"
+"Last Modified Date: "+row3.mtime_string+"\n"
+"Size: "+row3.size+"\n"
+"\n"
+"***Trigger Settings***"+"\n"
+"Folder Path: "+context.folderPath+"\n"
+"File Mask: "+context.fileMask+"\n"
+"\n"
+"***Job Information***"+"\n"
+"Project: "+projectName+"\n"
+"JobName: "+jobName+"\n"
+"tFileProperties Error Message: "
+((String)globalMap.get("tFileProperties_1_ERROR_MESSAGE"))
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method add(String) in the type List<String> is not applicable for the arguments ()
attachments_tSendMail_2.add(); // The code is wrong.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method add(String) in the type List<String> is not applicable for the arguments ()
attachments_tSendMail_2.add(); // The code is wrong.