Jump to content

Error when running on Exchange Server


Recommended Posts

  • Developers

.. And which line are you getting the error for? You said 389 but i have no idea which line that is and cant test on an ipad :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Are you running from SciTE as the MyErrFunc() will display the information in the SciTE output pane.

The error 2 y0u talk about is probably in the MSGBOX() displayed by the OKButton() func ... right?

To return the description you need to also change these lines:

If @error Then
SetError(2)
Return $goMyRet[1]
EndIf
Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

I am confused, still getting the same error code 2 with no description. :(

Thanks

Grimm

Where? in the msgbox or in the SciTE ouput pane?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Got it lol

Sorry using new build of the SciTE and was looking for Beta Run and now it says Go

Output from SciTE output pane:

--> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop
### COM Error ! Number: 8002801D ScriptLine: 321 Description:
### COM Error ! Number: 8002801D ScriptLine: 322 Description:
### COM Error ! Number: 8002801D ScriptLine: 326 Description:
### COM Error ! Number: 8002801D ScriptLine: 330 Description:
### COM Error ! Number: 8002801D ScriptLine: 347 Description:
### COM Error ! Number: 8002801D ScriptLine: 348 Description:
### COM Error ! Number: 8002801D ScriptLine: 350 Description:
### COM Error ! Number: 8002801D ScriptLine: 361 Description:
### COM Error ! Number: 8002801D ScriptLine: 367 Description:
### COM Error ! Number: 8002801D ScriptLine: 371 Description:
### COM Error ! Number: 8002801D ScriptLine: 373 Description:
+>14:25:15 AutoIt3.exe ended.rc:0
>Exit code: 0    Time: 10.902

Thanks

Grimm

Thanks

Grimm

Link to comment
Share on other sites

  • Developers

When searching for 8002801D and CDO you get many hits.

One thing I saw was that some had problems running it in x86 mode on a x64 system, so that is one thing you could try.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...