Self registered guests on WLAN

I'm attempting to get several slightly different types of public access web configured on a Cisco WLC 4404.
the first type is a pre-registration service, whereby the user needs to go to reception or some other designated staff, who configures a user on the WLC for them to log on with. The WLC can do this out of the box without much config and I've got this all working.
the second is the one I'm having trouble with. I want guests to be able to log on without visiting anyone first (they'll be limited to filtered web browsing only - no VPNs and whatnot). The user would need to go to a splash screen, read an AUP, enter email address, some personal info and choose a password. from that point on they can use the service at will. there'd be no real checks made on the information, i.e. that the email was a valid one.
I currently have this setup working with a nocat service running on a gateway server and need to pipe a network over to an autonomous AP whenever i need to put this out.
Can the WLC do this job on it's own? Places like hotels do a similar thing when you get on the wifi and are prompted for your card info - although I just want info for logging purposes - not billing.
any help or info about similar setups would be great.
Thanks

The same web-auth screens where you set up the lobby ambassador/ guest logon configuration, can be set to a "passthrough" mode instead. One of the options in a passthrough setup is an email address entry box, but I've never found where (or even if) those emails are stored. You could consider pointing the passthrough page at an external web server and having the forms saved there.
As I recall, though, a single controller can only have one instance of web logon settings configured, so you wouldn't be able to run both systems on the same controller.

Similar Messages

  • Self registering of Guest user

    Hi,
       I want to enable the self register option for the guest user.I can't see self-registration link on the Welcome screen.I have done the following steps.
    1.Ticked self-registration for guest at UME.
    2.Seted ume.logon.selfreg=TRUE in VA.
    3.Assign the action "ume.selfregister_user" to the    role "Everyone"
    4.and finally restarted.
    but still I am unable to see the link for "Self Registering".
    Am I missing something?
    Regards
    Indranil

    Hi Indranil,
    You have missed the following two steps after server restart:
    1)  Configure the Standard User Role (eu_role):
    a. Navigate to Content Administration --> Portal Content
    b. Navigate to Portal Content --> Portal Users --> Standars Portal Users -->Standard User Role.
    c. Open the Standard User Role
    d. select in the "property Catagory" combo box in the property Editor frame  the "User Management  Permissions" option.
    e. Change the following fields:
    i. Manage_My_Profile --> yes
    ii. Manage_My_Password --> yes
    iii. Read_My_Profile -->yes
    iv. Selfregister_User --> yes
    f. Save the changes in the save button in the left size of the screen.
    And then,
    2)  Assign eu_role to everyone group
    - Anagha

  • Self Registration Guest Access

    This is a complete newbie question, but I can't seem to find the answer in any of the technical pages. We would like to set up a guest access point for visitors to our business, but we would like to require them to self register the first time they use the facility. I know that the WAP321 allows guest access and authenticated users, but can't discover if it will allow first time users to register for access.
    Can anyone advise? If not, can you suggest a product that does?
    Thanks
    Peter

    Hi Peter, thank you for using our forum, my name is Luis I am part of the Small business Support community. I am glad to assist you with your configuration, but I don't understand so well what do you mean “self-register the first time they use the facility”?
    Captive Portal allows you to block wireless clients from accessing the network until user verification has been established. You can configure CP verification to allow access for both guest and authenticated users. The database can be stored locally on the WAP device or on a RADIUS server. But this feature will always request the authentication, to provide access
    You could see more details about Captive Portal in the admin guide in page 143.
    Also here you will see some steps to configure it, if this feature works for you.
    Please let me know if you find this answer useful,
    Greetings,
    Luis Arias.
    Cisco Network Support Engineer.

  • OIM: Error while deploying Custom Approval Process for Self-Register

    While deploying the Custom Approval Process for Self-Register, i am getting the following error in scac.log file
    Nov 16, 2011 2:48:58 PM oracle.fabric.common.wsdl.SchemaManager isIncrementalBuildSupported
    INFO: XMLSchema incremental build enabled.
    Nov 16, 2011 2:48:58 PM com.collaxa.cube.CubeLogger info
    INFO: validating "ApprovalProcess.bpel" ...
    oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
         at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
         at oracle.integration.platform.blocks.WLSPlatformConfigurationProvider.<clinit>(WLSPlatformConfigurationProvider.java:44)
         at oracle.integration.platform.blocks.FabricConfigManager.<clinit>(FabricConfigManager.java:155)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXpathFunctions(FabricXPathFunctionResolver.java:271)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXPathConfigFile(FabricXPathFunctionResolver.java:153)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.init(FabricXPathFunctionResolver.java:51)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.loadFabricXpathFunctions(BPELXPathFunctionNameResolver.java:57)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<init>(BPELXPathFunctionNameResolver.java:48)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<clinit>(BPELXPathFunctionNameResolver.java:44)
         at com.collaxa.cube.lang.compiler.bpel.XPathExprValidatorVisitor.<init>(XPathExprValidatorVisitor.java:122)
         at com.collaxa.cube.lang.compiler.bpel.AssignValidator.<init>(AssignValidator.java:89)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.<init>(BpelParser.java:452)
         at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:60)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1117)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:500)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Nov 16, 2011 2:49:00 PM CubeProcessGenerator compile
    WARNING: classpath is: D:\JDev11g\Middleware\jdeveloper\jdev\extensions\oracle.sca.modeler.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.mediator_11.1.1\mediator_client.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar;D:\OIMPS1\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-manifest.jar;;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\gen-classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\lib\oimclient.jar;D:\JDev11g\Middleware\oracle_common\modules\commonj.sdo_2.1.0.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpel1-1-xbeans.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-common.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpel_coherence_config.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-exts.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpm-analytics.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\wsif-binding.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-validator.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\monitor-rt-xbean.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\oracle.soa.bpmn.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\user-patch.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\uddi\lib\oracle.soa.uddi.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\bpm-infra.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\testfwk-xbeans.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-ext.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-infra-scheduler.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\xmlunit-1.1.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-infra-tools.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-xpath-exts.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\oracle-soa-client-api.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.wls.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-client.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime-ext-was.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime-ext-wls.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\oracle.soa.fabric.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.ext_11.1.1\classes
    In scac_out.xml file following is the error message
    <Fault>
    <severity>error</severity>
    <loc>/ns:composite</loc>
    <line/>
    <col/>
    <file/>
    <msg>
    <![CDATA[SCAC-50012]]>
    </msg>
    </Fault>

    Hi,
    I have run into the same problem with SOA 11.1.1.5 version. In my case after fixing the following two errors it seems to work fine.
    If you have followed the guide, there must be some errors:
    First the java code if copied then contains an extra enter value:
    Instead of:
    "try {
    System.out.println("Prototype for invoking an OIM API from a SOA Composite");
    System.out.println("RTM Usecase: Self Registration Approval by Organization
    Administrator");"
    Use the following:
    "try {
    System.out.println("Prototype for invoking an OIM API from a SOA Composite");
    System.out.println("RTM Usecase: Self Registration Approval by Organization Administrator");"
    The other error is that you should not use <BEAHOME>/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar, but the <BEAHOME>/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar in jdeveloper. After these the deployment to the application server works fine for me.

  • ISE 1.2 SMS Notification for Self Service Guests

    Is there a way to have guest account credentials created through using the Self Service feature sent via SMS text?  I have read where this can be setup via the sponsor portal, but I have not seen much about self service option
    Also, is there an SMS gateway that can be setup easily for testing this funcionailty?  Thanks.

    ISE 1.2 does not support sending credentials to Self Service Guests via SMS message.
    This feature, sending credentials to Self Service Guests via SMS message and email, will be in version 1.3.  This release is tentatively scheduled for the end of July 2014.
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • Error on accessing the OIM Self Register page.

    Hi,
    I had modified the 'Self Register' Request template on the Admin Console UI to include a new custom attribute.
    Since then, I have removed the custom attribute from the User Configuration and uploaded a new SelfCreateUserDataset.xml.
    On accessing the self register page, it throws the an error with the following message: -
    "Invalid restriction specified for the attribute Role in template Self-Register User. Corresponding Attribute or Attribute Reference not found in the Request Data Set."
    Kindly let me know how to restore the template in UI to the factory setting.
    Thank you,
    Bhaskar

    -

  • Self Register User Auto Approval Scenario in OIM 11g

    Hello,
    I was working on scenario of suppressing approval while Self-Registrating user, following steps were performed
    1) Export SelfCreateUserDataSet.xml using weblogicExportMetadata.sh
    2) Modified SelfCreateUserDataSet.xml [removed approver-only tag from organization attribuite]
    3) Imported SelfCreateUserDataSet.xml using weblogicImportMetadata.sh
    4) Restarted OIM & SOA server.
    5) Created approval policies i.e. Request Level & Operational Level bote with Auto Approve condition.
    6) Made a clone of Self-Register User template & added organization restriction & added Self Operator role.
    7) When tested above scenario then xelsysadm had to approve for request & operational level,organization was already selected ,so shouldnt it get approved
    automatically as i have mentioned Auto-Approve in approval policy ?
    Tested using following link:
    http://hostname:port/oim/faces/pages/USelf.jspx?E_TYPE=USELF&OP_TYPE=SELF_REGISTRATION&T_ID=Clone of Self-Register User
    Thanks,
    Rahul

    Hello,
    No i cannot see organization field as i have restricted organization to 'xyz' .
    My Issue is resolved & problem was that i had changed password of OIM,weblogic also updated boot.properties file in oim & soa,but for some reason my SOA was not working although SOA server was running,so changed password of SOAADMIN from EM,restarted all 3 servers & now my scenario of Self Register Auto Approve works.
    Now only thing i am curious is that when i self register user,it shows Request failed,but when checked in OIM user is created .
    Thank-You
    Rahul

  • Self-Register user workflow add user to Group

    Hi,
    I have a fairly basic Self-Register user workflow that I am playing with in OAM. I am wondering if I can somehow add a step(s) into my workflow that will add the user to be a member of a Group in OAM during registration?
    If so, can this be done without an "external action" or custom code?
    If anyone knows anything that can help I'd appreciate it.
    Thanks,
    Jackie

    Here is a solution but will work only if users click on the appropriate self registration links. Also may not be very feasible in cases where self registered user need to be added to a group from large number of groups.
    In the workflow step did you configure multiple targets?
    You can configure multiple targets under the workflow domain you have chosen.
    To self-register a user under a particular group you need to provide a self registration link to users with ObDomainName query string configured appropriately.
    Eg:
    Self registration Workflow domain is dc=acme, dc=com
    Say you want users to be added to groups
    cn=users1,dc=acme,dc=com and
    cn=users2,dc=acme,dc=com.
    For this create 2 Targets in 2nd step of your workflow for the two groups you want user should be added to. Now you have effectively two self registration urls,
    http://host:port/identity/oblix/apps/userservcenter/bin/userservcenter.cgi?program=workflowSelfRegistration&ObWorkflowName=...<your value here>...&ObDomainName=cn=users1,dc=acme,dc=com
    http://host:port/identity/oblix/apps/userservcenter/bin/userservcenter.cgi?program=workflowSelfRegistration&ObWorkflowName=...<your value here>...&ObDomainName=cn=users2,dc=acme,dc=com
    Now if you can manage users to click on appropriate links then you can achieve the goal.

  • Populate fields only for self registered users

    Hi All,
    Scenario : I have an approval task for self registered user. When the user enters the details it goes for approval. The userAccount gets created only when the approver enters values for mandatory attributes like organization.I also have few other mandatory attributes that needs to be filled out.
    The requirement is that these mandatory fields have to be populated automatically. I cannot use an entity adapter because if i do so the manadatory fields will be populated when users are being created by xelsysadm.Please help.
    Thanks.

    You can use Ajax or Java Script for populating other fields.

  • Allow creation of Self Registered Users

    Under Portal Settings in the Admin section is a checkbox to "Allow creation of Self Registered Users". And a note that says "Changes in these settings will take effect immediately."
    I'd like to utilize this feature and have therefore checked the box, and made sure my custom login adaptive layout includes this tag: <pt:ptui.createaccount />
    After giving the setting a good hour to work its magic, the view source shows that the tag creates just this: <span id="pt-login-create-account"></span>
    I was assuming that there'd be some more code than that - at least a link!
    Any idea what might be the issue? It seems like such a straight forward type of setting.
    Thanks

    The issue has been narrowed down slightly by including the problematic extranet login page as a portlet within our intranet - which then succeeds in displaying the page.
    One item of note was that we have the admin area installed on both of our load balanced intranet servers - and each had to be set to allow creation of users via the admin interface before it could be seen by all. This is slightly disconcerting as we assumed they relied on the same data repository (db).
    Fortunately, this might be a clue as to why it isn't working still on our extranet server.
    The catch there is that we can't access the admin interface via our extranet - so I'm now in the process of trying to track down exactly where this value is saved to from the project settings page.
    Any suggestions?
    Thanks!
    Solution--
    I set our extranet to be able to display the admin section, restarted the server, logged in, checked that the admin setting was correct, reset the config file, restarted the portal and then the link magically appeared.
    Lesson learned - don't trust the documentation when it says that a restart isn't required...

  • Self-Register User Notifications

    I need to send out several email notifications during a self-register user request: Request Initiated, Request Awaiting Approval, Request Approved/Rejected. It seems that OIM 11g/SOA is only setup to handle 2 out of these 4. The SOA engine can notify the approver of the pending approval. OIM can notify the end-user that the account was approved and created based on the Self-Register User Event. Unfortunately, there doesn't seem to be an OIM event or enough data passed to SOA to handle the Request Initiated or Request Rejected scenarios. I am wondering if anyone knows of a way to meet these requirements?
    Thanks,
    Pete

    Here is a solution but will work only if users click on the appropriate self registration links. Also may not be very feasible in cases where self registered user need to be added to a group from large number of groups.
    In the workflow step did you configure multiple targets?
    You can configure multiple targets under the workflow domain you have chosen.
    To self-register a user under a particular group you need to provide a self registration link to users with ObDomainName query string configured appropriately.
    Eg:
    Self registration Workflow domain is dc=acme, dc=com
    Say you want users to be added to groups
    cn=users1,dc=acme,dc=com and
    cn=users2,dc=acme,dc=com.
    For this create 2 Targets in 2nd step of your workflow for the two groups you want user should be added to. Now you have effectively two self registration urls,
    http://host:port/identity/oblix/apps/userservcenter/bin/userservcenter.cgi?program=workflowSelfRegistration&ObWorkflowName=...<your value here>...&ObDomainName=cn=users1,dc=acme,dc=com
    http://host:port/identity/oblix/apps/userservcenter/bin/userservcenter.cgi?program=workflowSelfRegistration&ObWorkflowName=...<your value here>...&ObDomainName=cn=users2,dc=acme,dc=com
    Now if you can manage users to click on appropriate links then you can achieve the goal.

  • Read Self Register Request using 11g API

    Gurus,
    I am trying to read Self Register Request using API but I am getting beneficiaries and requester data as null.
    Can you please provide some code snippet to read beneficiary data from a Self Register Request.

    Gurus,
    I am trying to read Self Register Request using API but I am getting beneficiaries and requester data as null.
    Can you please provide some code snippet to read beneficiary data from a Self Register Request.

  • Self Register customization

    Hi experts, how can new fields be added to Self Register page.

    you need to add your user defined field (UDF) in OIM design console first and then you need to modify the Formmetadata.xml file to display that filed on the self registeration page. Check this URl, the steps are same for the lastest version as well.
    http://download.oracle.com/docs/cd/B32386_01/generic.902/b32145/custselfreg.htm
    Thanks,

  • Self register

    Hi all,
    i start having problem with self register it was working find but now when you click on self register link this error msg appear "
    User Management Exception 
    An exception occurred. Inform your system administrator. 
    Suggested Options 
    userAdminLocale.get("EXCEPTION_DETAILED_STEPS")
    I realy dont know why r what happen?!!!
    Any help
    thank you

    Hi amet,
    Check the UME  logon property, "ume.logon.selfreg=true" .
    Refer this link
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/52/4c6c3e58d0d064e10000000a114084/content.htm">UME properties</a>
    Regards,
    Malini.V

  • Self Register with LookupField or ComboBox

    Hi EveryOne!
    I'm triying to make that one field in my SelfRegister have a combobox or lookupField, because i'd like than a user when make a selfregister, can choose her organization.
    I've made two userDefineFields, one with type ComboBox and other with LookupField, and i put in my FormMetaData.xml the next:
    <Attribute name="USR_UDF_ORGPRU" label="Organizacion Prueba" displayComponentType="LookupField" dataLength="30" map="USR_UDF_ORGPRU">
    <ValidValues lookupCode="Lookup.UEN" selectionColumn="lkv_encoded"/>
    </Attribute>
    <Attribute name="USR_UDF_ORGPRU" label="Organizacion Prueba2" displayComponentType="ComboBox" dataLength="30" map="USR_UDF_ORGPRU">
    <ValidValues lookupCode="Lookup.UEN" selectionColumn="lkv_encoded"/>
    </Attribute>
    The LookUp.UEN exists and works, but when i try to make a self register, i cannot see the combobox or lookupField. So, i'd like to know what's wrong? or if it's possible assign at my ComboBox static Values, like Sec, ADM....
    Thanks EveryOne!!!
    Marcos Schejtman
    PD.- Sorry for my english, im from Mexico.

    Hi! i could modify mi jsp, but i have a little question, is it possible use the data of lookupField to make the jsp mor interactive, because i used a static combobox, but it still working.
    By the way, i don't know if i should open a new post, but do you know what is the naming to make use from the database in a jsp.
    I put a code like this:
    try {
    ctx = new InitialContext();
    DataSource ds = (DataSource)ctx.lookup("java:jdbc/xlDS");
    con = ds.getConnection();
    con.setAutoCommit(false);
    But i get the exception:
    08/10/13 19:14:27 javax.naming.NameNotFoundException: java:jdbc/xlDS not found
    08/10/13 19:14:27 at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
    08/10/13 19:14:27 at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
    08/10/13 19:14:27 at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197)
    08/10/13 19:14:27 at javax.naming.InitialContext.lookup(InitialContext.java:351)
    08/10/13 19:14:27 at tiles.tjspSelfRegTrackRequestDetailsTiles.getCommentsNataS(_tjspSelfRegTrackRequestDetailsTiles.java:33)
    08/10/13 19:14:27 at tiles.tjspSelfRegTrackRequestDetailsTiles._jspService(_tjspSelfRegTrackRequestDetailsTiles.java:284)
    08/10/13 19:14:27 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    08/10/13 19:14:27 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    Sorry and thanks for everything!

Maybe you are looking for

  • How do I receive a picture message after the notification to download disappeared?

    I received a notification of a text msg not received. I was expecting to receive a photo from someone, so I knew I would have to download it. I clicked on the wrong thing and the notification disappeared. Now there is nothing for me to click on to do

  • Certain symbols are not shown ( see screen shot) How to resolve?

    From this website the logo and arrows are not shown whereas when I am using internet explorer they do show up. What is wrong in my settings and how to adjust these?

  • JNI Calls to Native Methods No Longer Work: Possible Versioning Issue ?

    Hello, all. Just a quick question... is it possible that invoking a method in a JNI-compliant DLL from Java 6 will fail if the DLL's source was compiled against the JNI header files from Java 4 or 5 ? I have a DLL with methods that used to be called

  • Routing Condition

    Hi, Good Evening, We are working on JDBC to JDBC interface. In this interface we are having a routing condition which we have implemented in receiver determination. Our routing condition is: when Brand code == 11 then our msg must be passed else it m

  • I keep getting a error (-1202)

    Whenever I try to access my I tunes store through I tunes I get an error (-1202) and it says to try again later. I can purchase items on my phone all day long but when I go to synch my phone it lets me synch but as soon as it try's to access the stor