Where do I find the Session Manager?

Post Author: sven
CA Forum: Authentication
Hello,Trying to figure out how users can access the reports from InfoView without having to authenticate themselves to the external SQL-server DB all the time. On Page 94 in the document called 'Business Objects Enteprise XI Release 2 Administrator's Guide' I find the following text: Use the session manager to create a trusted principal and log on to the CMS:ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();ITrustedPrincipal trustedPrincipal = sessionMgr.createTrustedPrincipal("userName", "cmsName");IEnterpriseSession enterpriseSession = sessionMgr.logon(trustedPrincipal); Where can I find the session Manager? I can't find it

Post Author: jsanzone
CA Forum: Authentication
Sven,
The reference to Session Manager is more of a concept of operations versus an entity.  The portion of code that you copied and pasted in your post is actually part of the verbiage used in an ASP script that BusinessObjects expects you to create in order for you to obtain your objective.  You can use this coding to create your own customized script or you might be able to search around on the web for a more complete solution.

Similar Messages

  • Where do i find the subscription manager?

    where do i find the subscription manager?

    Post Author: jsanzone
    CA Forum: Authentication
    Sven,
    The reference to Session Manager is more of a concept of operations versus an entity.  The portion of code that you copied and pasted in your post is actually part of the verbiage used in an ASP script that BusinessObjects expects you to create in order for you to obtain your objective.  You can use this coding to create your own customized script or you might be able to search around on the web for a more complete solution.

  • Where can i find the file manager of yendo?

    where can i find the file manager in yendo phone(sony ericsson)

    I do not think there is a default file manager in the Yendo.
    I think you have to connect your phone via the USB cable to the PC in Mass Storage Mode and use the PC file manager.

  • Where do I find the "Node Manager" service?

    Can anyone tell me where to find the "Node Manager Service" In Call Manager 5.1.2 or IPCC 4.5?
    My db_CRA database in IPCC is not updating the real time ICD statistics table and Bug CSCsc09160 seems to indicate that stopping and starting the "Node Managers" may fix the issue.
    From the bug report:
    Symptom:
    Under the db_cra two tables (RtCSQsSummary and RtICDStatistics) are not updating. They stop updating concurrently with engine failovers and reboots. Only a hard reboot or a
    service failover brings them back into an active state.
    When the RtCSQsSummary and RtICDStatistics tables do update on the
    primary DB they do not update on the secondary DB and the data on them
    doesnt get refreshed.
    Conditions:
    stopping Node manager on node 1, data fails to be written to node 2. Then when we start NM back up on node 1 data is still not written to either data store
    Workaround:
    Not much as a workaround, because the solution requirs stop on both Node
    Managers and bring up node 1 first and the data starts writing to DB
    again.
    Thanks,
    Brian

    Post Author: jsanzone
    CA Forum: Authentication
    Sven,
    The reference to Session Manager is more of a concept of operations versus an entity.  The portion of code that you copied and pasted in your post is actually part of the verbiage used in an ASP script that BusinessObjects expects you to create in order for you to obtain your objective.  You can use this coding to create your own customized script or you might be able to search around on the web for a more complete solution.

  • Where could I find the Loans Management in customizing?

    Hi All,
    Could anyone tell me where to find the Loans Management in customizing?
    Thanks
    Gandalf

    Hi,
    Loans management is part of SAP Banking from 4.7 version onwards.  We need to activate EA-FS for this purpose.
    Loans also can be maintained in TRM under product Interest Rate instrument.  But it may not offer all the critical functionalities of loans management module.
    thanks,
    Kumar

  • Where do I find the workstation management agent?

    I used to install this through the old client, but now it appears it is
    no longer included in the client. Where can I find an installer for
    this so I can add it to workstations that have the newest client?
    Thanks!

    [email protected],
    >I used to install this through the old client, but now it appears it is
    >no longer included in the client. Where can I find an installer for
    >this so I can add it to workstations that have the newest client?
    >
    >Thanks!
    It's also located in sys:\public\zenworks\zfdagent\english\
    As Steve said, zenworks 4 and later has the NAL files separated from the
    Novell client.
    Jared Jennings - Data Technique, Inc.
    Novell Support Forums Sysop
    My Blog and Wiki with Tips, Tricks, and Tutorials
    http://jaredjennings.org

  • QUESTION: Where do I find the sessions.xml file?

    I am using JD 10.1.3. I used CMP entity beans from tables to create my EJBs. I also created a local client for my entity bean. When I try to run my local client I get a bunch of errors. I have a sample of the errors, below. I have the following questions:
    1. How do you resolve these?
    2. I tried to uncomment the code from the local client that refers to sessions.xml. I am unable to locate this file. Where can I get a sample of this file?
    3. Can anyone point me to a sample code of CMP entity beans from tables and sessions.xml file?
    Many thanks.
    Kannan
    Local Exception Stack:
    Exception [TOPLINK-59] (Oracle TopLink - 10g release 3 (10.1.3.0.0) (Build 050912)): oracle.toplink.exceptions.DescriptorException
    Exception Description: The instance variable [demandClassCode] is not defined in the domain class [model.OeTransactionTypesAllBean], or it is not accessible.
    Internal Exception: java.lang.NoSuchFieldException: demandClassCode
    Mapping: oracle.toplink.mappings.DirectToFieldMapping[demandClassCode-->OE_TRANSACTION_TYPES_ALL.DEMAND_CLASS_CODE]
    Descriptor: RelationalDescriptor(model.OeTransactionTypesAllBean --> [DatabaseTable(OE_TRANSACTION_TYPES_ALL)])
         at oracle.toplink.exceptions.DescriptorException.noSuchFieldWhileInitializingAttributesInInstanceVariableAccessor(DescriptorException.java:1058)
         at oracle.toplink.internal.descriptors.InstanceVariableAttributeAccessor.initializeAttributes(InstanceVariableAttributeAccessor.java:78)
         at oracle.toplink.mappings.DatabaseMapping.preInitialize(DatabaseMapping.java:954)
         at oracle.toplink.mappings.foundation.AbstractDirectMapping.preInitialize(AbstractDirectMapping.java:468)
         at oracle.toplink.publicinterface.Descriptor.preInitialize(Descriptor.java:2355)
         at oracle.toplink.publicinterface.DatabaseSession.initializeDescriptors(DatabaseSession.java:350)
         at oracle.toplink.publicinterface.DatabaseSession.initializeDescriptors(DatabaseSession.java:331)
         at oracle.toplink.publicinterface.DatabaseSession.login(DatabaseSession.java:512)
         at model.OeTransactionTypesAllBeanClient.main(OeTransactionTypesAllBeanClient.java:35)
    Caused by: java.lang.NoSuchFieldException: demandClassCode
         at java.lang.Class.getDeclaredField(Class.java:1854)
         at oracle.toplink.internal.security.PrivilegedAccessController.findDeclaredField(PrivilegedAccessController.java:33)
         at oracle.toplink.internal.security.PrivilegedAccessController.findDeclaredField(PrivilegedAccessController.java:39)
         at oracle.toplink.internal.security.PrivilegedAccessController.getDeclaredField(PrivilegedAccessController.java:231)
         at oracle.toplink.internal.helper.Helper.getDeclaredField(Helper.java:771)
         at oracle.toplink.internal.descriptors.InstanceVariableAttributeAccessor.initializeAttributes(InstanceVariableAttributeAccessor.java:76)
         ... 7 more

    Hi,
    create a session bean and run this bean with the embedded OC4J or external OC4J. Create a local client for the session ben
    Frank

  • Where can I find the configuration manager?

    Hello,
    I have a WebDynpro project that uses a web service provided from a third party software. The web service connection requires a username and password.
    I was looking how to place a property file that can hold the username and password, independent of the sca file used to deploy the webdynpro application.
    I researched over the internet, and found out that this is possible by using a configuration manager. Im kinda clueless where this configuration manager is? how to put properties to it, and read the properties to a webdynpro DC project.
    Any suggestions? Thanks.
    regards,
    arnold

    Hi,
    Create a property File in the folder
    src\Components\<ComponentName>, via the navigator in the NetWeaver Developer studio.
    To access
    // access the deployable object part of the application you are currently in.
    WDDeployableObjectPart currentAppPart = wdThis.wdGetAPI().getComponent().getApplication().getDeployableObjectPart();
    // access the property file under the deployable object part.
    IWDConfiguration cicConfig = WDConfiguration.getConfigurationByName (currentAppPart, "<name of property file>");
    // get the string value of the property.
    String cssKeyValue = cicConfig.getStringEntry ("<key of the property sheet>");
    Rebuild and deploy the application. The property file of your application is created as a property sheet in:
    Visual Admin-Configuration Adapter/webdynpro/local/<project name>/Applications/<application name>/Property sheet.
    Regards
    Ayyapparaj

  • Embarrassing: Where do I find the AW Manager?

    This is really embarrassing, but I cannot find anything in the documentation telling me how to log into Analytical Workspace Manager.
    Anyone?

    Try the following link:
    http://www.oracle.com/technology/software/htdocs/devlic.html?http://download.oracle.com/otn/java/olap/AWM_10104_Win32.zip
    The link is in the Download frame on the OLAP home page, on the rightside of the page.
    Thanks
    Keith
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Beans http://www.oracle.com/technology/products/bib/index.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

  • Where can I find the profile Manager

    I am trying to import my profile to a new computer and I understand I can do that by creating a new profile and copying my files into it.
    Trouble is - I don't know how to do that !
    regards

    See Profile Manager:
    *http://kb.mozillazine.org/Profile_Manager
    *https://support.mozilla.com/kb/Managing+profiles

  • Where can we find the deleted/ archived session details? ant table?

    Hello Experts
    where can we find the deleted/archived session details...
    can any one confirm please is their any table is their?
    Thanks

    Hi Kalyan,
    Go to SARA->object Name->Management for finding the archive session details.
    You could check table ADMI_RUN and ADMI_FILES for the details.
    Hope this helps,
    Naveen

  • Where can I find the update "Adobe Extension Manager CS5" for Windows? HELP!!!

    Where can I find the update "Adobe Extension Manager CS5" for Windows? HELP!!!

    Hi Piotrmp006,
    You can download the Extension Manager CS5 for Windows from the below mentioned link.
    Download the Extension Manager
    Download Extension Manager CS5 installer and save it on your machine.
    Double-click the installer to begin the installation process.
    Adobe - Exchange : Download the Adobe Extension Manager
    Let me know if you need more help.
    Thanks!
    Eshant

  • Where can i find the theory for session and call transaction method

    hi
    where can i find the theory for session and call transaction method
    bye

    check this link
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.planetsap.com/bdc_main_page.htm
    lsmw, bapi, bdc- session, bdc-calltransaction
    u can get it in help.sap.com also

  • Where do I find the Adobe Application Manager (CC) ?

    I have most of the Adobe products available thru CC installed and have been using them for two semesters.  I cannot find the Application Manager either as part of an application (link from), or as a separate element of the installed files on my system.  System is PC based...pretty much standard stuff.
       Thanks.

    If you do Help / Updates in a CC program it should start up AAM.

  • Fire Fox sent not all the data in text form. Reached only piece of information. Where can I find the cache of sent text?

    Fire Fox sent not all the data in text form. Reached only piece of information. Where can I find the cache sent the text?
    For example, I posted an article on a news site, but found that only a small part of my article was posted.

    I'm not sure whether Firefox saved that information. There is a chance that it is in the session history file, especially if you haven't closed that tab yet. To check that:
    Open your currently active Firefox settings folder (AKA your Firefox profile folder) using
    Help > Troubleshooting Information > "Show Folder" button
    Find all files starting with the name sessionstore and copy them to a safe working location (e.g., your documents folder). In order to read a .js file, it is useful to rename it to a .txt file. Or you could drag it to Wordpad or your favorite word processing software.
    The script will look somewhat like gibberish, but if you search for a word in your article that doesn't normally appear in web pages, you may be able to find your data.
    Any luck?
    For the future, you might want to consider this add-on, although I don't know how long it saves data after you submit a form: [https://addons.mozilla.org/en-US/firefox/addon/lazarus-form-recovery/].

Maybe you are looking for

  • A/P Invoice Open with partial payment + credit memo

    Hi everyone. I have an AP Invoice with status=Open when this document must be CLOSED because I did a partial payment + credit memo=100%, as the secuence below: 1. AP Invoice for $ 100 includes 2 item ($40 + $60) 2. Payment partial for 1st item ($40)

  • Customer Statement - Open item list

    hello,   i need some help with customer statement prints. I need to be able to print all open items for all company codes for a particular customer account together . Please let me know. Thanks.

  • How do I change the Adobe Reader Online Word Look Up Dictionary?

    When I select and right-click a word in a PDF file in Reader, it pops-up a menu with a Look Up Word option. Upon clicking it, I am taken to dictionary.com website. I want to change this to OED, because I have an account with them. Moreover, I often s

  • IMac to view live cable?

    I'm a smoker so I spend a great deal of time in my garage with my late 2012 21" iMac, puffing away while my Theater Room 110" projection screen goes unwatched.  I have cable, a strong WiFi network,  two AppleTV devices (one original model with the ha

  • Why to use eCATT

    Hi friends, I am new to eCATT and i read the basics from SAP help .It reads we can use eCATT to test transactions .the example given was for transaction FK01 (Create Vendor). Through TCD Recording i was able to create vendor and i got some log at the