Using Cloudscape for rdbmsRealm

Using WLS60sp1 on WinNTor HP-UX I was unable to modify user information against the
shipped cloudscape
database. After boot up all users in the demo DB were displayed as expected but I
couldn't modify users settings
although the console confirmed that but nothing changed in Cloudscape. I wonder if
I missed something as this
is default WLS right after installing but I can't see what to specify more in the
console and nothing has been
written to the logs.
Any ideas? Thx.

Using WLS60sp1 on WinNTor HP-UX I was unable to modify user information against the
shipped cloudscape
database. After boot up all users in the demo DB were displayed as expected but I
couldn't modify users settings
although the console confirmed that but nothing changed in Cloudscape. I wonder if
I missed something as this
is default WLS right after installing but I can't see what to specify more in the
console and nothing has been
written to the logs.
Any ideas? Thx.

Similar Messages

  • Using wildcards in RDBMSRealm

    Hello.
    I'm using WLS 5.1 with SP6 running on JDK1.2.2, platform is Windows NT
    Server 4.0 SP6.
    I want to know if there is a way to use wildcards to create entries for
    RDBMSRealm.
    The reason I want to use wildcards is that if I create an entry in the
    ACLENTRIES table like this...:
    A_NAME : weblogic.url
    A_PRINCIPAL : testuser
    A_PERMISSION : /index.html
    I can restrict access for the URL http://localhost:7001/index.html to
    "testuser."
    However, when I create this entry, weblogic prompts for a username even if I
    access a URL other than http://localhost:7001/index.html, for example,
    http://localhost:7001/test.html.
    When this happens, I cannot access "test.html" by using any of the usernames
    that I have listed in my RDBMSRealm USERS table.
    I was thinking that this works like the "weblogicURL.policy" file.
    If you create one entry in the "weblogicURL.policy" file, all other URL
    defaults to "everyone deny access".
    I remembered that you can use wildcards in the "weblogicURL.policy" file, so
    I tried changing the A_PERMISSION column to the following six patterns...:
    A_PERMISSION : *
    A_PERMISSION : -
    A_PERMISSION : *.html
    A_PERMISSION : /*
    A_PERMISSION : /-
    A_PERMISSION : /*.html
    Using the six patterns, I tried to access http://localhost:7001/test.html
    each time.
    However, none of the four patterns above seemed to work, since I was
    prompted and couldn't access even if I tried every username that I have in
    my RDBMSRealm, in all of the six cases.
    If I cannot use wildcards, this means that I would have to create entries
    for every single HTML pages. (probably JSP pages, too)
    Is there a way to use wildcards in the RDBMSRealm so that I can simplify
    this?
    Thanks ahead of time.
    RYotaro.

    Thanks, Terry and Kishore!
    I guess it's not a very smart idea to restrict access on URLs using the
    RDBMSRealm...
    What I was thinking was that if it was possible to put entries for Servlets,
    URLs, etc... into one place, it would be easier for managers to manage
    access control.
    # For instance, it could cause some people confusion if access control for
    URLs are listed in weblogicURL.policy and servlets are listed in RDBMSRealm.
    It would be better if all of the entries are written in one place.
    As a matter of fact, I have tried web-applications some time ago, and am
    thinking of going back to it.
    # As I recall, web-applications cannot be "hot-deployed." But there's
    probably a way to get around it.
    Thanks again!
    Ryotaro.
    "Kishore Talari" <[email protected]> wrote in message
    news:[email protected]...
    >
    Try using a web application! Servlet spec 2.2+, WLS 510, SP6.
    You can do a world of URL patterns!
    The only change you will have to make is package the jsp/html,etc pagesinto a .war archive and write a web.xml file.
    >
    "Terry" <[email protected]> wrote:
    I'm not sure that this is the way you want to go about it.
    AFAICR there is no need to add aclentries in the RDBMSRealm database when
    using the weblogicURL.policy file - simply add an entry to the policy
    file
    allowing access to all urls for all users, then add more specific entries
    for those urls you wish to restrict access to. Adding stuff to the
    ACLENTRIES table will not have any effect (I know because that is what I
    tried first).
    The documentation on wublogicURL.properties should tell you all that you
    need to know
    terry
    Ryotaro Toda <[email protected]> wrote in message
    news:[email protected]...
    Hello.
    I'm using WLS 5.1 with SP6 running on JDK1.2.2, platform is Windows NT
    Server 4.0 SP6.
    I want to know if there is a way to use wildcards to create entries for
    RDBMSRealm.
    The reason I want to use wildcards is that if I create an entry in the
    ACLENTRIES table like this...:
    A_NAME : weblogic.url
    A_PRINCIPAL : testuser
    A_PERMISSION : /index.html
    I can restrict access for the URL http://localhost:7001/index.html to
    "testuser."
    However, when I create this entry, weblogic prompts for a username even
    if
    I
    access a URL other than http://localhost:7001/index.html, for example,
    http://localhost:7001/test.html.
    When this happens, I cannot access "test.html" by using any of theusernames
    that I have listed in my RDBMSRealm USERS table.
    I was thinking that this works like the "weblogicURL.policy" file.
    If you create one entry in the "weblogicURL.policy" file, all other URL
    defaults to "everyone deny access".
    I remembered that you can use wildcards in the "weblogicURL.policy"
    file,
    so
    I tried changing the A_PERMISSION column to the following six
    patterns...:
    >>>
    A_PERMISSION : *
    A_PERMISSION : -
    A_PERMISSION : *.html
    A_PERMISSION : /*
    A_PERMISSION : /-
    A_PERMISSION : /*.html
    Using the six patterns, I tried to accesshttp://localhost:7001/test.html
    each time.
    However, none of the four patterns above seemed to work, since I was
    prompted and couldn't access even if I tried every username that I havein
    my RDBMSRealm, in all of the six cases.
    If I cannot use wildcards, this means that I would have to createentries
    for every single HTML pages. (probably JSP pages, too)
    Is there a way to use wildcards in the RDBMSRealm so that I cansimplify
    this?
    Thanks ahead of time.
    RYotaro.

  • How to use cloudscape server with imq plugin persistent

    I succeed using embbed cloudscape to use JDBC plugin persistent store.
    I found that the messge sending performance is acceptable(
    20000 messages/27minutes), but the asynch message receiving is quite slow(20000message/82minutes).(My environment is a P4 256MRAM nodebook)
    Now i am trying to use a standalone cloudscape server to serve as JDBC persisten.
    but I fail to use imqdbmgr to create imqdb.
    however, I can use cloudscape ij to create imqdb
    at local machine using JDBC URL" jdbc:cloudscape:imqdb".
    This cloudscape is provided by J2ee1.4 package.
    but I failed while using following property in imq's config.properties
    imq.persist.jdbc.opendburl=jdbc:cloudscape:d:/j2sdkee1.4/bin/imqdb
    imqdbmgr report
    "Failed to get connection to jdbc:cloudscape:d:/j2sdkee1.4/bin/imqdb;create=true:"
    any one can help to figure out the probem

    You need to check the cloudscape documentation and find out
    1. the JDBC driver class to use and set imq.persist.jdbc.driver
    2. the url to access a database managed by the server and set
         imq.persist.jdbc.opendburl
    The url shown in your mail is a format for the embedded version.
    I believe the format for accessing a database managed by a server
    is different. Please check the cloudscape documentation.
    Since your database is created and managed by a server, you use
    "imqdbmgr create tbl" to just create the tables used by MQ (after
    the above properties are set correctly).
    Hope this helps.

  • HT2589 We have purchase 5 apple minis and would like them all on one account.  That way we can monitor the use of these units.  they will be used strickly for a business application.  can I use one account in itunes or must i have multiple.

    We have purchased 5 apple minis and would like them all on one account, that way we can monitor the use of these units.  They will be used strickly for a business application.  Can I use one account in itunes or must i have multiple.

    Not going to happen the way you want it to.
    When you add a gift card balance to the Apple ID, it's available for the Apple ID.
    Probably best to create unique Apple ID's for each... this will also make things easier in the future as purchases are eternally tied to the Apple ID they were purchased with.

  • I want to use wifi for Apple TV, but it doesn't prompt for a password, so never connects.  What am I missing?  Can I only use it via a non-password-protected wifi connection?

    I want to use wifi for Apple TV, but it doesn't prompt for a password, so never connects.  What am I missing?  Can I only use it via a non-password-protected wifi connection?

    Hi - you might want to post this question on the Apple TV area - you would probably get a quicker response - if you have a specific question relating to Apple routers then post back here

  • Error while generating DDL commands using startSQLRepository for a new Repository

    Hi,
    I am trying to generate DDL Commands using startSQLRepository for my new repository SubashRepository so that I can use them to create new table structure.
    All the repository related changes looks good. i can see my repository in ACC
    When I run the command:
    startSQLRepository -m SupremeATG –repository /com/supreme/SubashRepository /com/supreme/subashRepository.xml -outputSQLFile C:/ATG/ATG9.3/SupremeATG/config/com/supreme/subashRepositoryDDL.txt
    I get following error:
    Table 'SUBASH_MEMBER' in item-descriptor: 'member' does not exist in a table space accessible by the data source.  DatabaseMetaData.getColumns returns no columns
    Note:
    * errors related to definition file were cleared as the same command threw relevant exception while trying to store a array property with out creating a multi table.
    * Now this is the only exception i see
    * Some DDL are getting generated in the output file, but those are related to inventory repository (I am not sure why this is happening as I have specifically gave the path to my definition file).
    Any help in resolving this is highly appreciated.

    Pl post in the ATG forum

  • I can not send email from my iPad .  Have been using it for over a year, all of a sudden I can only receive email.  I have a wifi connection in my home and have a A T &T cellular data plan?

    I can not send email from my iPad .  Have been using it for over a year, all of a sudden I can only receive email.  I have a wifi connection in my home and have a A T &amp;T cellular data plan?

    I have a 1st gen iPhone that I just updated the software to 2.0.2
    Now whenever I press the mail icon it goes to the mail app for about 4 seconds, does nothing, no loading of folders, old messages, nothing.
    Then it reverts back to the home screen. Tried restarting, haven't tried restoring, thought I'd look here first.
    Anyone???

  • I'm using Word for Mac. Though there are various instructions on the Internet for modifying the templates, none make sense to me. They instruct to do something I can't follow. I change a template but can't save it to the template folder.

    What the ****.
    OK, I try to change a template using Word for Mac version 14.3.4 2011 edition.
    I make a change to the template but am unable to save the darned thing to the template folder; it asks for a file name like it's a new document. I want to change the blasted template but if I can't save it as a modified template, I've accomplished nothing.
    Does anyone have a solution?
    Thanks

    Support for Microsoft Office for Mac

  • I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Is it necessary to add? If so, how do I add H Tags to iweb.

    I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Are they necessary to add?  Why would one add these tags and how do I add H Tags to iweb? And are there examples to look at? I am slowly learning about simple web design and assumed that iweb was stand alone without having to write code. Is this one of the reasons iweb is no longer supported? Thanks for looking at this!

    A simple text page like this:
    Heading
        sub heading
              text paragraph ....
    Is traditionally represented by html tags like:
    <h1>Heading</h1>
         <h2>sub heading</h2>
              <p>text paragraph ... </p>
    I would guess that the use of h1-h6 tags helps search engines to understand the structure of a page as the tags imply a certain structure.
    This can be compared to more generic tags like <div> that could represent any kind of content - and may be what iWeb uses (you'll have to check yourself).
    I would generally recommend that you use some kind of up to date blog/site building tool, perhaps Wordpress or Squarespace (I haven't used either one myself) that support current web technologies - this should reduce your SEO issues and make it easier to properly support mobile/tablet users.

  • How do i use ibooks for saving my lecture notes / power point slides please?

    Hi, how do I use ibooks for savng / storing my lecture notes on please? (on either a iphone or ipad). Also, can I save powerpoint slides to it too? thanks.

    iBooks can only read two formats -- .epub and pdf.  So you have to convert your lecture notes or powerpoints to one of those.  To do that, check the Save, Export, or Share functions of whatever app you are using to create your notes.

  • A useful story for you, will hope

    Today I upgraded to CS6, both Design/Web Premium and Audition.
    After really being attracted, and thinking a lot about it, I didn't do so via Creative Cloud. I think you might like to consider why, and things that can be good to do about it.
    I'm a long-time customer and adept with the tools, but it's important to know that what I do with them is to the side rather than in the center of my endeavors. In that, I suspect I'm like very many of your customers besides those directly in design shops.
    Probably many of us have also been the every-other-release updaters, which rather than 'avoiding paying up' put our income stream for you in a balance with value received. I might add that I've been an consultant executive starting new media business within a big name, and fully understand the draw that subscription business models can have, if you can subtly choose and thus successfully manage them.
    Here are the deepest problems Creative Cloud showed to me at present:
    Apart from the first year offer, Creative Cloud would be more expensive to me. Yes, you added the extra apps, but not in proportion to their use value for me. Maybe the 'new apps' really will help me keep up with things like eBook and Html5 developments successfully, but that's an open question, isn't it, given history?
    Once on this gravy train of subscription to you, I would be committed_forever_ to keep paying, if you look at your offer practically, and with the idea of needing to use the tools. That is not something my gut would let me do. Paths can change, and particularly will on the mature side of the ledger and with the kinds of creative things those of our weight can very usefully offer, which often need to be done on a stringent budget until they can flower.
    Tools. The very point in having tools is that they are there when you need them to be, both in moments where learning takes place, and in intervals of creating deliverables. That's an emotional matter, surely, and you should know strongly at the heart of any purchase of the kinds of things you make, especially by individuals or individual decision-makers, who in principle I am going to presume are in fact a significant proportion of your buyers.
    What can you do about this? And maximize your profits?
    Primarily, I think you should modify the Creative Cloud exit terms. Instead of reverting to whatever products we had going in, which would then be obsolete, we should revert to the recent version of those products. Thus if I had come in at CS5.5 Design Premium, I might exit when CS8 was current, and in my CC use: that CS8, now stand-alone, is what I should go forward licensed to use. Now my investment is covered, and you get all the subscription business you can receive from me, while keeping the incentives to keep me going forward, whether CC or standard licensed. I now would be free to be in or out as suited my own situation -- an immense and proper comfort.
    I also feel it would do very much for Adobe customers in daily use and in their perceptions that you use the relaxation a more committed revenue stream gives you to fully share any application fixes and upgrades as soon as they are ready. It should be a privilege of all who support you, not just those who can reasonably choose to do it in the subscription way. What's begun in a much better sharing by certain courageous managers on the forums would blossom, with the turnaround on fixes and improvements available most fairly.
    Can you improve the way the rates work? An elephant in the room is surely that you can always raise the rate charged. But also, there can be times surely for many where the rates just go over what the current use of the subscription will bear. I would think there's a place for the 29.95 rate to be always available, below a certain time-percentage use level per month of the tools. Now you have something a customer can stick with -- through life changes, illness, investment in new venue, and so forth. You also have an entry available for all those who need to learn them, your future customers, and I don't have to mention what alternative method enough of them use when you don't have this. So, a flat rate, for maintenance and for the new?
    Let me return to the thought of tools. A person's paintbrushes ought to be always there; we don't rent them, even if in some production of art we may pay for materials including brushes at a stream. Inspiration asks that those brushes be there every time needed, to express what may become value (which will be shared with you), even or especially when we are not in such a stream. Especially in a picture like this, a satisfied and secure customer is a much better customer, don't you think?
    The short of it is, subscriptions give Adobe a kind of security. Any but the most corporate of your customers need their own security in return. By improving the terms of the Creative Cloud, you will improve our ability to support you in it. Removing the threat of what happens when circumstances indicate we leave,and during periods it doesn't make individual sense to participate, would create the real virtuous circle here.
    Thanks for considering this, as well as you've considered some other things and made appropriate changes, which we notice in recent times. Appreciated.

    Better exit strategy? Agreed. I get the impression that Adobe's still mulling that one over and we may see more mutually beneficial terms emerge in future.
    Don't know that anyone other than Adobe is happy with the current all-or-nothing terms.
    Mid-cycle feature updates for perpetual customers? Won't happen other than the 0.5 releases (wonder how much longer they'll be around?). That's one of the UPSes (Unique Selling Propositions) of the Cloud.
    Clearly, Adobe eventually wants to deliver all its software via subscription. They are going in the same direction as mobile (cell) phone carriers and utilities (gas/water/electricity) providers.
    2010/2011's subscription model offered little value to most and got a muted response. The 2012/2013 Cloud model is much closer to the mark and the adoption rate is much higher but still being tweaked (e.g. Lightroom just arrived).
    The Cloud's value obviously tempts you (so you're obviously on the fringe of the target market)- but not quite enough yet to sign up. I'm sure the balance will tip soon and tempt you again.
    I'm sure the Cloud offerings will improve over time.

  • Using Applescript for uploading pictures on the Internet

    Hello!
    I was wondering if there was a way to use Applescript with Firefox (or another browser)...?
    We have many many villas on our website, each one with lots of pictures. We are constantly adding new villas to our site and amending old ones.
    To add pictures we go to a page in our cms for each villa, located there is a drop down menu - image 1, image 2, 3 etc etc etc
    For each one we have to manually browse for and attach the photo. As you can guess this is a time consuming process, we have asked the web designer before for this but he is so busy and we have other more important stuff for him to be working on.
    As Applescript is so nifty I was wondering if anybody had an idea on how to use it for this process - i.e. have a folder full of pictures on the desktop and Applescript can add them?
    I have no idea if this is possible, any ideas?
    Many thanks and regards.
    Simon

    Yeah I completely understand, I just wanted to see if anybody knew if it could be done.
    Obviously for security reasons I can't let anybody into our CMS, so looks like it's a bit of an impossible task.
    Although it would be awesome to simply change the script slightly for each villa and let it do it all, this would be stupidly complicated as there are many menus to navigate to get to the uploading picture area.
    It would be great if I could do all that manually then once on that page (or given the page url to Applescript) set Applescript running to upload all the images for me.
    This is what that page looks like, if this helps?!:
    http://img535.imageshack.us/img535/241/screenshot20100415at141.png
    The drop down menu contains:
    Villa Plan
    Small Location Map
    Image Gallery 1
    Image Gallery 2
    etc
    etc
    I could arrange a folder with the pictures in order (i.e. Villa Plan first, then Small location Map, then the picture for 1 etc) so no worries about the Villa Plan and location map.
    I've got a feeling I'm just going to have to do it manually (I shall forever be uploading pictures), but I thought I would give it to some of you geniuses to mull over!
    For whoever creates a script I'll give you a discounted stay in Paradise... there's an incentive!!
    Many thanks and regards,
    Simon

  • Unable to select 'Use Phone for audio calls' on Cisco Jabber Client 9.6 for Windows

    Hi,
    I have recently deployed Cisco Presence Server and integrated with Call Manager 9.1.2. I have successfully deplyed 6700 users on IM & Presence. Some of the users requested for Cisco Jabber with phone control.
    I have added CFS client on the Call Manager and associated it with the same extension numbers from their desk phones. I am currently able to make audio and video calls for these specific users. I am currently using Cisco Jabber Client 9.6 for windows. I have users both daisy chained to their desk phones and who are not. Can you please confirm if it does make any difference.
    Problem Faced -
    I am not able to use to option use phone for audio calls. The phone comes down with a cross sign on it. At the same time Cisco Jabber by default uses the client and it works as expected.
    Can you please let me know if any of you guys have faced a similar issue.
    Please let me know if you need any information regading the configuration used.
    Looking forward for your valuable comments.
    Thank you.
    Regards,
    Joseph Chirayath.

    Hi Will,
    I am attaching the screen shot for the END USER on CUCM 9.X that has been configured on Cisco Jabber.
    Please do let me know if you need any further information.
    Thank you.

  • I have not been able to use iTunes for several months.  Every time I open iTunes, it freezes by computer such that there is about a minutes between each action.  I am running iTunes 11 on Mac OS 10.6.8 and have a computer with maxed out memory.

    I have not been able to use iTunes for several months.  Every time I open iTunes, it freezes by computer such that there is about a minutes between each action.  I am running iTunes 11 on Mac OS 10.6.8 and have a computer with maxed out memory.  Help!  I can't access my iTunes content.

    I have not been able to use iTunes for several months.  Every time I open iTunes, it freezes by computer such that there is about a minutes between each action.  I am running iTunes 11 on Mac OS 10.6.8 and have a computer with maxed out memory.  Help!  I can't access my iTunes content.

  • Haven't been able to use pages for a while.  Keep getting following message.  Have tried reinstalling iWork, but no luck.  Same problems with Keynote and Numbers/Users/scottmcdonald/Desktop/Screen Shot 2012-03-14 at 9.39.52 PM.png

    Haven't been able to use pages for a while.  Keep getting following message.  Have tried reinstalling iWork, but no luck.  Same problems with Keynote and Numbers/

    Have you moved Pages from its installed location? Or just dragged a copy to your current system?
    It can't find some of its resources apparently.
    Peter

Maybe you are looking for

  • Possible Resolution to MiFi 2200 connection issues when using WiFi

    I was having issues connecting to the Internet with my Windows 7 laptop using the MiFi 2200 as a WiFi device. My WiFi adfapter was retaining the last IP Address it had obtained ... in my case my home network. Go to a command prompt and do an ipconfig

  • MBP Late 2010, How can I install Win7 Boot Camp using External Optical Driv

    Hello: I have a new MBP purchased in February. It's not the 2011 model. I replaced the Optical drive with an SSD drive and put the optical drive in an external enclosure. The Optical drive works great, reads, writes, etc. My Windows 7, Pro 64bit DVD

  • To find my errror in this decode function

    SELECT OFF_NAME,off_name_form , SUBURB_FORM, BRAND1, BRAND2, DECODE(BRAND2, BRAND2 IS NOR NULL, BRAND2||' '||'-'||' '||OFF_NAME_FORM, BRAND1||' '||'-'||' '||OFF_NAME_FORM) from REL14_8_AU_POI_INTERM A, POI_RELEASE.REL14_8_AU_POI_BRAND B WHERE A.IDX=B

  • I am not able to see the Business area in Discoverer desktop

    Hi, r I am new to Discoverer I have created a business area in EUL with user name and password as dewip/dewip in Discoverer administrator and now when I am logging in to Discoverer Desktop with the same user name and password to create workbook I am

  • Purchase playback

    for some reason my recent itunes music purchases have been playing in my itunes, what is the problem?