Thursday 15 July 2010

Cognos LAE Backup Automation (Batch File?) -


Text after "div class =" itemprop = "text">

7.4 security within Cognos .. All of your users will be able to create a LAE file to export ...

Directions here ...

Now you will notice the bottom. "Finally, it is possible to construct an automated process for this task, but it is beyond the scope of this document. If you think that an automated process is something that your organization does, then it is a technical process with Cognos Planning expertise. It is important to be able to be obtained using Rammarddwara. "

Does anyone have a batch script ... or command line for access manager .. to export a LAE file ? I want automatic backups of my users of a disaster. This can not be requested before.

Tia, Kirby

sub-mast () dim objAuthApp object dim objAuthDoc form In the object dim objLAEConfig the object dim as the object objDSConfig dim as Laef

  laef = "\\ backupsserver \ Backup \ LAEBackup-" & amp; Year (now) & amp; "-" & amp; Month (Now) & amp; "-" & amp; Day (now) & amp; ".lae" objAuthApp = CreateObject ( "Authenticator2.Application") objLAEConfig = objAuthApp.LAEConfigurations.Add (laef) objDSConfig = objAuthApp.DSConfigurations.Add ( "servername", 389, "o = Coogo, DC = com", 0) objDSConfig.DefaultSecuritySource = true objAuthApp.Export ( "default", "admin", "password", true, false) objAuthApp.Quit () objDSConfig = nothing objLAEConfig = nothing objAuthDoc = nothing objAuthApp = anything Not even End Sub  

No comments:

Post a Comment