Hi I'm trying to get the Microsoft Transporter Suite for Lotus Domino to work but I got the following error when I run the command specified below, Get-DominoUser -DomainController DCSERVER -DominoDirectoryDatabase names.nsf -DominoDirectoryServer NOTESSERVER -debug -NotesIniPath "c:\notes.ini" VERBOSE: BeginProcessing() with parameter set = Identity VERBOSE: ProcessRecord() with parameter set = Identity Get-DominoUser : Exception has been thrown by the target of an invocation. At line:1 char:15 + Get-DominoUser <<<< -DomainController DCSERVER -DominoDirectoryDatabase name s.nsf -DominoDirectoryServer NOTESSERVER -debug -NotesIniPath "c:\notes.ini" I always get the following error: "Exception has been thrown by the target of an invocation." Anyone know how to troubleshoot this error?
I was able to solve this today by setting all the regional settings to English. "Public" wrote in message news:OmeY7GeVHHA.192@TK2MSFTNGP04.phx.gbl... > Hi > > I'm trying to get the Microsoft Transporter Suite for Lotus Domino to work > but I got the following error when I run the command specified below, > > Get-DominoUser -DomainController DCSERVER -DominoDirectoryDatabase > names.nsf -DominoDirectoryServer NOTESSERVER -debug -NotesIniPath > "c:\notes.ini" > > VERBOSE: BeginProcessing() with parameter set = Identity > VERBOSE: ProcessRecord() with parameter set = Identity > Get-DominoUser : Exception has been thrown by the target of an invocation. > At line:1 char:15 > + Get-DominoUser <<<< -DomainController DCSERVER -DominoDirectoryDatabase > name > s.nsf -DominoDirectoryServer NOTESSERVER -debug -NotesIniPath > "c:\notes.ini" > > I always get the following error: "Exception has been thrown by the target > of an invocation." > > Anyone know how to troubleshoot this error? > > > >