Jump to content

Recommended Posts

Posted

hi there

 

i would really love to get some the documentation for the 3rd party access commands. specifically commandreporter and osql. the osql uses sql and so a the spec of the tables and their relationships would be absolutely tops.

 

anybody any ideas? i think these seem to be so hard to come by, but would so useful and powerful if they were used

 

thanks

 

pete

Posted
i would really love to get some the documentation for the 3rd party access commands. specifically commandreporter and osql. the osql uses sql and so a the spec of the tables and their relationships would be absolutely tops.

 

There really isn't all that much to document. The CommandReporter tool should give you a list of parameters when you run it with no commandline options. You need to set up a report in SIMS for it to run beforehand - you can import existing reports with the CommandReporterImporter tool. I've written a couple of SIMS reports and server-side Perl scripts (the scripts literally call CommandReporter to run a report, then spew the XML data received back over the requesting HTTP connection) to help us synch our SIMS database with our LDAP server, i.e. a simple script that turns CommandReporter into a get-XML-report-X REST function call. I've also got a semi-finished client-side Perl script that parses the information it gets from SIMS to match up with LDAP (I've got it adding records, I need to get it to update them properly).

 

I'm sorry, I don't know what OSQL is, but the structure of the SQL database that SIMS uses is propriatory, and Capita don't like you examining it. After 15 or 20 years of moving from platform to platform and implementation to implementation, I'm sure the word "hairy" doesn't do the SIMS database structure justice.

 

--

David Hicks

Posted (edited)

let me get a shovel.... i have that documentation somewhere.....

 

please see attached zip with CHM compressed inside. Remember to extract it to a local drive as a CHM will not run from a UNC path or mapped drive letter.

 

@David

I would be interested to see the results of your sims > ldap work. We are investigating this but would want class groups created as security / distribution groups in active directory.

 

Edit - Removed due to request received. Anyone school wanting a copy should contact their LEA Support Team. Companies should contact the original poster. We apologise for any inconvenience cause - Diello.

Edited by Diello
OP Request
  • 7 months later...
Posted

Hi

 

I am trying to use Third Party Reporting to fetch XML data from SIMS and then display it on our intranet using asp/php.

 

I'm not brilliantly up on networking stuff, is this possible, how would I go about it?

 

Will SIMS need to installed on the intranet server?

 

Thanks,

 

Will

Posted
I am trying to use Third Party Reporting to fetch XML data from SIMS and then display it on our intranet using asp/php.

 

First, there should be a special user in SIMS just to run with the CommandReporter tool. It's something obvious like user "commandreporter" or something. Log in as that user, create a report that produces whatever information you want. Then use the commandreporter command-line tool to run that report - you'll see it spew a bunch of XML out to the console. Next, wrap that command line in a program that takes that output from the command line and sends it over the network somehow - easieest way to do it is probably write some kind of web-based script so that visiting http://yourSIMSServer/theReportName.asp or whatever simply gets you that XML returned from the CommandReporter tool. Then write software that calls that URL appropriately.

 

I'm currently very busy trying to sort this exact problem out on our system, I'll probably move the data extraction tool to a small self-contained Python web server. It'll be a little while until I can get this all neatly packaged and sorted out, though.

 

--

David Hicks

  • 3 months later...
Posted

Hi,

 

Came across this and thought it would be a good method for us to link our Active Directory sync utility to SIMS. Can you repost the zip file again, as this version appears to be corrupt.

 

Thanks!

Posted

Thanks for the quick response. I understood the instructions in the previous posts. My problem is that the zip file once downloaded will not unpack. On two different systems using winrar, winzip and XP built in, errors in the zip file are reported.

 

Can anyone let me have a clean up-to-date copy of this SDK?

 

Thanks

Posted (edited)

Try this.

 

Remember, you can't distribute it outside of your school without expressed written consent from Mr Capita. You have been warned!

 

Edit - Removed due to request received. Anyone school wanting a copy should contact their LEA Support Team. We apologise for any inconvenience cause - Diello.

Edited by Diello
Request Received
  • 7 months later...
Posted

You need to contact Capita or your local support team...

 

Commandline reporter stuff is free but the business objects requires a license which you pay for.

 

Russ

  • 1 year later...
Posted
I am struggling to find any documentation on the command line reporter. Anyone have it?

 

There are quite a few examples in this forum on how to use it, including some useful apps built around it. I thought the docs weren't much use or at least only as useful as running the command with "/?" parameter.

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



×
×
  • Create New...