Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


GV
  •  GV
  • No customer Topic Starter
2010-07-06T12:09:42Z
Hello,

I try to create a job to list unchanged account in an UO of our AD.
I create a job with a "List AD Object Path" task.
Simple filter doesn't allow me to check the 'whenChanged' field, so I try to use the custom filter option...

But it seems my knowledge is too much limited it's the reason why I need your help !

I use this query : (&(whenChanged<=20091231000000.0Z))
And the result is : Exception in Task: Unable to cast object of type 'System.Object[]' to type 'System.String[]'.

How can I do to collect my unchanged accounts's list ?

For your information, I'm using VC 5.6.0 on a W2k3 server (and AD is on an other 2k3 server)

Tkx for your help !


Sponsor
Forum information
Support
2010-07-08T15:43:27Z
Hi,

please install this attached version and tell us if it works better.

Thanks.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
GV
  •  GV
  • No customer Topic Starter
2010-07-09T11:46:18Z
ok, thanks.

I will try this version and inform you of the result.
GV
  •  GV
  • No customer Topic Starter
2010-07-09T12:03:36Z
Well, it seems to work.
But at the end of my account list, I've got other lines :
§
1
2
3
4
5
6
7
8
9
System.Object[]
10
11
12
5
6
7
8
9
System.Object[]

...etc...
Support
2010-07-09T14:50:57Z
Thanks, we will build a new version, this was some debugging information that was left there.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
GV
  •  GV
  • No customer Topic Starter
2010-07-09T14:54:05Z
Ok, I will wait for the new release !
Support
2010-07-09T15:08:41Z
I am attaching the latest. You need to uninstall current first. Your settings will remain.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
GV
  •  GV
  • No customer Topic Starter
2010-07-09T15:43:43Z
Ok, thanks.
The only thing is service which cannot run with local system account.
I have to use an other account to run it, it is not a problem for us, it's just for your information.
Support
2010-07-09T15:47:19Z
You mean it cannot start or that a specific function or Task does not work with SYSTEM account?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
GV
  •  GV
  • No customer Topic Starter
2010-07-09T16:14:57Z
Windows Service cannot start.
All task runs correctly, I just have to launch Visual Cron service with an other user account.
Support
2010-07-09T16:17:40Z
Do you get any errors in the event log that says why it can't start?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
GV
  •  GV
  • No customer Topic Starter
2010-07-09T16:33:53Z
Windows says :

Event Type: Information
Event Source: Error in PrepareStartService, err:
Event Category: None
Event ID: 0
Date: 09/07/2010
Time: 15:31:49
User: N/A
Computer: MyServer
Description:
System.InvalidOperationException: Cannot start service VisualCron on computer '.'. ---> System.ComponentModel.Win32Exception: The service did not respond to the start or control request in a timely fashion
--- End of inner exception stack trace ---
at System.ServiceProcess.ServiceController.Start(String[] args)
at System.ServiceProcess.ServiceController.Start()
at VisualCronService.ProjectInstaller.CIKKMJJLLMOBJNPCMAEEONDIBHJPMPOEPOHP()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp .
Support
2010-07-10T14:25:13Z
Unfortunately, this could be anything. Normally, installing and running as SYSTEM is not a problem. I guess your administrators have applied some specific required permissions.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top