Well my guess would be that the error code is coming from the 3rd party app.
I am pretty confident it isn't coming from RedDot itself.
It may be a hex value that has been translated into a string (potentially
after being converted to a uint) though, so the possible values that -105
could represent include:

0xFFFFFF97 (short)
0x97    (char)
261 (treating the 105 as a hex value and converting back to decimal)
etc.

It isn't one of the standard Windows Shell result codes.

Regards,
Richard 

-----Original Message-----
From: reddot-cms-users@googlegroups.com
[mailto:reddot-cms-users@googlegroups.com] On Behalf Of PaulG
Sent: Friday, 21 October 2011 9:23 AM
To: RedDot CMS Users
Subject: Re: User-defined job errorcodes

Thanks Richard.

The job is a windows batch file which in turn calls a third-party
application (exe) with some parameters to sync some data.

I managed to figure out that there was a configuration issue with the
third-party app when being called in the "CMSUser" context and that's why it
didn't seem like the job was running properly.

Anyway, the issue is now resolved (and returns a success error code of
0) but deciphering those other error codes is still a bit of a mystery.

Paul.

On Oct 20, 7:59 pm, "Richard Hauer (5 Limes)"
<richard.ha...@gmail.com> wrote:
> Here's a start.
>
> I believe the code you're seeing is actually being returned from the 
> Windows shell as the exit code from the process you are running.
> What this error code means depends entirely on what process you are 
> running, as different programs return different things.
> I don't believe the "-105" is coming from RedDot at any rate.
>
> Can you post information about the nature of the job being run?
>
> Regards,
> Richard.
>
> On Oct 20, 8:48 pm, "Richard Hauer (5 Limes)"
>
>
>
>
>
>
>
> <richard.ha...@gmail.com> wrote:
> > Need some more information there Paul.  Can you supply an excerpt of 
> > the log file? Some context around where to look?
>
> > Rgds,
> > Richard.
>
> > On Oct 19, 6:24 pm, PaulG <paulcgib...@gmail.com> wrote:
>
> > > Hi,
>
> > > Is anyone aware of a list of errorcodes and their meaning when 
> > > running user-defined jobs through Management Server (10.1)?
> > > (typically seen when you view the log file for a particular job)
>
> > > Currently I'm seeing "The errorcode is -105." and not quite sure 
> > > what the issue is.
>
> > > Thanks,
> > > Paul.- Hide quoted text -
>
> > - Show quoted text -

--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-users@googlegroups.com.
To unsubscribe from this group, send email to
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-users@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to