While registering a user in Domino from TDI 7.0, I get the error below. The user is created in Domino but not its mail file. I don't understand which file "does not exist", and why. The strange thing is that I'm getting the error in a test environment, but not in my dev environment, which is identical (I'm still trying to spot differences).
2009-10-19 15:15:07,598 ERROR [AssemblyLine.AssemblyLines/Test_Domino. 1] - [CreateAndUpdateUsersInDomino] CTGDIS810E handleException - cannot handle exception , update java.lang.Exception: CTGDKC065E Unable to execute Domino Action. NotesException occurred: ID=4,005, Error Text=Notes error: File does not exist (<Last name of my user>). at com.ibm.di.connector.dominoUsers.DominoUsersConnector.checkExtractAndExecut eDominoAction (DominoUsersConnector.java:2234) at com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry_Defaul tMailTemplate (DominoUsersConnector.java:1646) at com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry (DominoUsersConnector.java:1625) at com.ibm.di.connector.dominoUsers.DominoUsersConnector.run (DominoUsersConnector.java:540) at java.lang.Thread.run(Thread.java:810) 2009-10-19 15:15:07,598 ERROR [AssemblyLine.AssemblyLines/Test_Domino. 1] - CTGDIS266E Error in NextConnectorOperation. Exception occurred: java.lang.Exception: CTGDKC065E Unable to execute Domino Action. NotesException occurred: ID=4,005, Error Text=Notes error: File does not exist (<Last name of my user>). java.lang.Exception: CTGDKC065E Unable to execute Domino Action. NotesException occurred: ID=4,005, Error Text=Notes error: File does not exist (<Last name of my user>). at com.ibm.di.connector.dominoUsers.DominoUsersConnector.checkExtractAndExecut eDominoAction (DominoUsersConnector.java:2234) at com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry_Defaul tMailTemplate (DominoUsersConnector.java:1646) at com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry (DominoUsersConnector.java:1625) at com.ibm.di.connector.dominoUsers.DominoUsersConnector.run (DominoUsersConnector.java:540) at java.lang.Thread.run(Thread.java:810)
The missing file was the default template mail file. I just had to specify it in REG_MailTemplateFile (e.g. mail8.ntf). Sorry for the self reply, but I'd been trying to solve this for a while, and it might be helpful to some TDI users anyway. Regards, /Ben
> While registering a user in Domino from TDI 7.0, I get the error > below. The user is created in Domino but not its mail file. I don't > understand which file "does not exist", and why. The strange thing is > that I'm getting the error in a test environment, but not in my dev > environment, which is identical (I'm still trying to spot > differences).
> 2009-10-19 15:15:07,598 ERROR [AssemblyLine.AssemblyLines/Test_Domino. > 1] - [CreateAndUpdateUsersInDomino] CTGDIS810E handleException - > cannot handle exception , update > java.lang.Exception: CTGDKC065E Unable to execute Domino Action. > NotesException occurred: ID=4,005, Error Text=Notes error: File does > not exist (<Last name of my user>). > at > com.ibm.di.connector.dominoUsers.DominoUsersConnector.checkExtractAndExecut eDominoAction > (DominoUsersConnector.java:2234) > at > com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry_Defaul tMailTemplate > (DominoUsersConnector.java:1646) > at > com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry > (DominoUsersConnector.java:1625) > at com.ibm.di.connector.dominoUsers.DominoUsersConnector.run > (DominoUsersConnector.java:540) > at java.lang.Thread.run(Thread.java:810) > 2009-10-19 15:15:07,598 ERROR [AssemblyLine.AssemblyLines/Test_Domino. > 1] - CTGDIS266E Error in NextConnectorOperation. Exception occurred: > java.lang.Exception: CTGDKC065E Unable to execute Domino Action. > NotesException occurred: ID=4,005, Error Text=Notes error: File does > not exist (<Last name of my user>). > java.lang.Exception: CTGDKC065E Unable to execute Domino Action. > NotesException occurred: ID=4,005, Error Text=Notes error: File does > not exist (<Last name of my user>). > at > com.ibm.di.connector.dominoUsers.DominoUsersConnector.checkExtractAndExecut eDominoAction > (DominoUsersConnector.java:2234) > at > com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry_Defaul tMailTemplate > (DominoUsersConnector.java:1646) > at > com.ibm.di.connector.dominoUsers.DominoUsersConnector.inner_putEntry > (DominoUsersConnector.java:1625) > at com.ibm.di.connector.dominoUsers.DominoUsersConnector.run > (DominoUsersConnector.java:540) > at java.lang.Thread.run(Thread.java:810)