Basic question - storing sharedObject on server

I'm not sure that i understand properly. To store a
sharedObject on a server instead of a local machine, do you need to
have Flash media server? is there another option?
Thanks.
L.

Yes, you surely  need to install Flash Midia Server (FMS)  so as to create the Remote SharedObject on your server .  The latest version of  FMS is version 3.5 and you can get it on Adobe's website .

Similar Messages

  • Basic Questions from Prospective Lion Server Switcher

    I have five servers I am running right now using Windows 2003 Server and various 3rd party packages.     Several years ago I became a Mac fan, moved all of my client based stuff to Mac, and now want to start moving my server based equipment to the OSX platform.
    I stopped by my local Apple Store, and they had a version of OSX Lion Server running on a MacMini, but couldn't seem to answer the most basic of questions because as their business people stated "We are not Server Certified" ... they recommended I talk to an outside consultant to get these basic questions answered which seems a little extreme.
    So I'm hoping the group can help.
    (1) I read through most of the Lion Server Advanced Administrative manual.    Lion server appears from the manual to do most of what I need.   However, when I tried doing some of the functions in the manual on the demo Lion Server at the Apple Store, many of the functions I wanted to do did not seemed to either be installed, or their were buttons missing in the Server App.     I do not know if this was a permission level problem, because the account I setup for myself had administrative rights.
    (2) In the mail app, it only appeared you could setup one mail domain.    It appeared you could setup virtual domains and users through the user app, but not through the mail domain itself?
    (3) I could not find any where to enable DNS services.    The manual seems pretty straight forward in turning on DNS, but the Lion Server I saw had no DNS services running, or any way to enable them?
    (4) Same for mailman listserv type function ... manual seems to be straight forward on enabling under the mail server, but again, no signs of the settings or enabling under the mail service.
    (5) Under the mail app, didn't find any way to setup alternative SMTP ports  ( I allow now Port 26 besides the standard Port 25 and SSL ports for my users.) ... I find port 26 gets past most firewalls at hotels etc.      Didn't see any way to control SMTP authentification too.
    (6) Under the Lion Server tech description, it talk about a built in web editor, saw nothing of the kind.
    So did the apple store have a limited install or am I missing something that the lion server manual does not match the capabilities of lion server.
    Love to get a straight answer before purchasing hardware to replace 5 present machines.
    Thank you.
    David

    Thanks for quick response.   Indeed, in hindsight, it appears that they had only installed the Server App, but not the Server Admin tools.
    Unfortunately, I am not a system admin, but I played one on TV <grin>
    All kidding aside ... I'm willing to learn, but would need most of the basics controlled through the GUI ... and then feel comfortable reading up and editting configuration files and running commands from the Terminal.
    On this line, is there good documentation of this, or is this something that you know because you are familiar with Unix?    ie something like the alternate port issue ... is this something in the GUI, or something I would have to edit via Terminal?
    Just trying to make an informed decision before jumping platforms.
    Thanks
    David

  • A basic question from a SQL Server convert

    Hello:
    I am new to Oracle coming in with a SQL server background. I wanted to create a stored procedure that returns a SELECT result set.
    When I tried the following code:
    CREATE OR REPLACE PROCEDURE spTest
    AS
    BEGIN
    SELECT
              Last_Name_C || ', ' || First_Name_C as Name_C, User_ID_C, Email_C, Phone_C
         FROM
              S_USER
         ORDER BY
              Name_C;
    END;
    I get an error message, "an INTO clause is expected in this SELECT statement"
    How can I return the SELECT result set via a stored procedure?
    Thanks.
    Venki

    SQL> create or replace function f return sys_refcursor as
      2    c sys_refcursor;
      3  begin
      4    open c for select * from emp;
      5    return c;
      6  end;
      7  /
    Function created.
    SQL> var c refcursor
    SQL> exec :c := f
    PL/SQL procedure successfully completed.
    SQL> print c
    EMPNO ENAME      JOB          MGR HIREDATE     SAL   COMM DEPTNO
      7369 SMITH      CLERK       7902 17-DEC-80    800            20
      7499 ALLEN      SALESMAN    7698 20-FEB-81   1600    300     30
      7521 WARD       SALESMAN    7698 22-FEB-81   1250    500     30
      7566 JONES      MANAGER     7839 02-APR-81   2975            20
      7654 MARTIN     SALESMAN    7698 28-SEP-81   1250   1400     30
      7698 BLAKE      MANAGER     7839 01-MAY-81   2850            30
      7782 CLARK      MANAGER     7839 09-JUN-81   2450            10
      7788 SCOTT      ANALYST     7566 09-DEC-82   3000            20
      7839 KING       PRESIDENT        17-NOV-81   5000            10
      7844 TURNER     SALESMAN    7698 08-SEP-81   1500      0     30
      7876 ADAMS      CLERK       7788 12-JAN-83   1100            20
      7900 JAMES      CLERK       7698 03-DEC-81    950            30
      7902 FORD       ANALYST     7566 03-DEC-81   3000            20
      7934 MILLER     CLERK       7782 23-JAN-82   1300            10
    14 rows selected.
    SQL> create or replace procedure p (p_c out sys_refcursor) as
      2  begin
      3    open p_c for select * from emp;
      4  end;
      5  /
    Procedure created.
    SQL> exec p(:c)
    PL/SQL procedure successfully completed.
    SQL> print c
    EMPNO ENAME      JOB          MGR HIREDATE     SAL   COMM DEPTNO
      7369 SMITH      CLERK       7902 17-DEC-80    800            20
      7499 ALLEN      SALESMAN    7698 20-FEB-81   1600    300     30
      7521 WARD       SALESMAN    7698 22-FEB-81   1250    500     30
      7566 JONES      MANAGER     7839 02-APR-81   2975            20
      7654 MARTIN     SALESMAN    7698 28-SEP-81   1250   1400     30
      7698 BLAKE      MANAGER     7839 01-MAY-81   2850            30
      7782 CLARK      MANAGER     7839 09-JUN-81   2450            10
      7788 SCOTT      ANALYST     7566 09-DEC-82   3000            20
      7839 KING       PRESIDENT        17-NOV-81   5000            10
      7844 TURNER     SALESMAN    7698 08-SEP-81   1500      0     30
      7876 ADAMS      CLERK       7788 12-JAN-83   1100            20
      7900 JAMES      CLERK       7698 03-DEC-81    950            30
      7902 FORD       ANALYST     7566 03-DEC-81   3000            20
      7934 MILLER     CLERK       7782 23-JAN-82   1300            10
    14 rows selected.
    SQL>

  • Very Basic question on starting XI server

    Hello guys
    So far I have used XI (which was already installed and configured and server running) and have done mapping, design etc.,
    However, now there is a new server (name of server is DM32583) on which they have installed netweaver. I want to see if XI is started and if not I have to start the XI server.
    I logged on to this server and found the following 3 folders
    1.saploc
    2.sapmnt
    3.scheduled
    I don't know how to proceed further. Any feedback, or help will be highly appreciated.
    Thanks a lot in advance
    Ram

    Hi Ram Prasad,
    To access XI from ur PC, try this link
    http://dm32583:50000/rep/start/index.jsp
    This would start XI at ur machine. If this link doesnt opens, then it means ur XI server is not working at present.
    <i>If netweaver is running on server, does it mean that all the elements in Netweaver stack is running (including portal, Xi etc)</i>
    We usually doesnt say that netweaver is running. Rather we say WAS is running. It is not necessary to install all the components of Netweaver on same machine. So it could be possible that XI is running and Enterprise Portal is not installed on that machine
    <i>[Reward points if helpful]</i>
    Regards,
    Prateek

  • Siri Question - Voice Files Sent and Stored to Apple Server

    I have read online that when we use Siri, the voice file is sent to Apple and is stored for 2 years for analysis and improvement to Siri functionality.  My question is in regards to the voice to text functionality.  When I click on the microphone on the keyboard to do voice to text, are these files considered Siri files and are also stored on the server?  Or is it when I'm using Siri, holding down the home button, to text someone or look up when movies are showing nearby, is it those files that are being stored?
    I'm not sure if there is a difference between the voice to text vs. holding the home button for Siri and whether the files being sent to Apple are treated any differently.  Thanks...

    Gods this forum is neglected. Oracle where are you guys? Pretty lame effort on helping out the workers. I know use TARs and all that but why have a forum if you don't support it?
    Anyways. It seems that if you want your clients to be able to save email in a PST then you could do the Oracle/MS suggested method of not saving sent items and using a rule to push em into a PST. However that is pretty lame for a rollout and far to manual.
    You can however create a com add-in to do this. Here are some promising links on getting your sents in a PST. I am hopefully going to get one of these done so I'll share if that happens. I am still interested in alternative solutions for sent items to PST or automating client side rules in outlook.
    com addin for sent items!
    http://www.kbalertz.com/Feedback_316983.aspx
    Here is a discussion group that is actually supported by the vendor and good for all things Outlook (and therefore lots of connector type issues or work arounds).
    http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.installation&lang=en&cr=US

  • Basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005 and there is no Microsoft office or Excel driver installed in Production

    Hi all,
    I got one basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005. I wanted to know How this package works in production where there is no Microsoft office or Excel driver installed. To check that there is excel driver installed
    or not, I followed steps: Start-->Administrative Tools--> Data Sources(ODBC)-->Drivers and I found only 2 drivers one is SQL Server and another one is SQL Server Native Client 11.0.
    Windows edition is Windows Server 2008 R2 Enterprise, Service Pack-1 and System type is 64-bit Operating System.
    We are running this package from SQL Server Agent and using 32-bit (\\Machine_Name\d$\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTExec.exe /FILE "\\Machine_Name\d$\ Folder_Name\EtL.dtsx" /CONFIGFILE "\\Machine_Name\d$\Folder_Name\Config.dtsConfig"
    /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E) to run this package. I opened the package and tried to find out what connection we have used and found that we have used "Excel Connection Manager" and ConnectionString=Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=F:\Fares.xls;Extended Properties="EXCEL 8.0;HDR=YES"; and source is ‘Excel Source’
    I discussed with my DBA and He said that SSIS is having inbuilt Excel driver but I am not convinced.
    Could anyone please clear my confusion/doubt?
    I have gone through various links but my doubt is still not clear.
    Quick Reference:
    SSIS in 32- and 64-bits
    http://toddmcdermid.blogspot.com.au/2009/10/quick-reference-ssis-in-32-and-64-bits.html
    Why do I get "product level is insufficient..." error when I run my SSIS package?
    http://blogs.msdn.com/b/michen/archive/2006/11/11/ssis-product-level-is-insufficient.aspx
    How to run SSIS Packages using 32-bit drivers on 64-bit machine
    http://help.pragmaticworks.com/dtsxchange/scr/FAQ%20-%20How%20to%20run%20SSIS%20Packages%20using%2032bit%20drivers%20on%2064bit%20machine.htm
    Troubleshooting OLE DB Provider Microsoft.ACE.OLEDB.12.0 is not registered Error when importing data from an Excel 2007 file to SQL Server 2008
    http://www.mytechmantra.com/LearnSQLServer/Troubleshoot_OLE_DB_Provider_Error_P1.html
    How Can I Get a List of the ODBC Drivers that are Installed on a Computer?
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/07/07/how-can-i-get-a-list-of-the-odbc-drivers-that-are-installed-on-a-computer.aspx
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi S Kumar Dubey,
    In SSIS, the Excel Source and Excel Destination natively use the Microsoft Jet 4.0 OLE DB Provider which is installed by SQL Server. The Microsoft Jet 4.0 OLE DB Provider deals with .xls files created by Excel 97-2003. To deal with .xlsx files created by
    Excel 2007, we need the Microsoft ACE OLEDB Provider. SQL Server doesn’t install the Microsoft ACE OLEDB Provider, to get it we can install the
    2007 Office System Driver: Data Connectivity Components or
    Microsoft Access Database Engine 2010 Redistributable or Microsoft Office suit.
    The drivers listed in the ODBC Data Source Administrator are ODBC drivers not OLEDB drivers, therefore, the Excel Source/Destination in SSIS won’t use the ODBC driver for Excel listed in it by default. On a 64-bit Windows platform, there are two versions
    of ODBC Data Source Administrator. The 64-bit ODBC Data Source Administrator is C:\Windows\System32\odbcad32.exe, while the 32-bit one is C:\Windows\SysWOW64\odbcad32.exe. The original 32-bit and 64-bit ODBC drivers are installed by the Windows operating system.
    By default, there are multiple 32-bit ODBC drivers and fewer 64-bit ODBC drivers installed on a 64-bit platform. To get more ODBC drivers, we can install the 2007 Office System Driver: Data Connectivity Components or Microsoft Access Database Engine 2010 Redistributable.
    Besides, please note that 2007 Office System Driver: Data Connectivity Components only install 32-bit ODBC and OLEDB drivers because it only has 32-bit version, but the Microsoft Access Database Engine 2010 Redistributable has both 32- bit version and 64-bit
    version.
    If you have any questions, please feel free to ask.
    Regards,
    Mike Yin
    TechNet Community Support

  • Basic questions from a new mozaic owner

    I have some very basic questions about how to use the new mozaic 2G mp3 player. I bought the Mozaic because it has a speaker and sleep timer, but I'm finding it to be much harder to use than other mp3 players that I have had (Ipod shuffle, clix etc). This may reflect my failure to look in the right place but I have to say the "help" section isn't much help.
    Here goes:
    . I download podcasts to listen to during my morning run. WMP provides an easy to find place in its program, "recently added," which allows the user to just work with those files. As near as I can tell, Creative makes you wade through all of your tracks. Is there some way to create a file to which "recently added" tracks, or specific tracks, can be dumped? How about automatic tagging of these added files?
    2. I have several thousand pictures on this hard dri've. Apparently, the Mozaic Centrale
    Is going to copy all of them, which strikes me as a waste of space. Is there a way to shut this function off? I couldn't care less if a single photo was added to the centrale program (or whatever it's called). Is it really going to duplicate all of the jpg files?
    3. I have the Zen Stone plus speaker which has served me very well. I had similar problems working with whatever Zen was calling its media player and wound up using WMP instead. I"d like to take a run at using the dedicated Zen media player....
    I apologize for the basic nature of these questions, but the answers weren't obvious to me from the materials I was able to locate.
    gba

    sineadholly wrote:
    Problem with speaker. I read you need to do a firmware update to get the speaker option on your product's menu so i've completely updated it, but still no option to switch speaker on, and won't just come on when i unplug the headphones, any ideas?
    what exactly is the model of your Mozaic? Is it EZ 00, EZ 300 or plane ZEN Mozaic?

  • BASIC QUESTIONS - VERY URGENT

    I have some basic questions regarding Oracle XMLDB's features.
    Is there a special JOIN clause that can be used in Oracle XMLDB?
    Can we create partitions in a set of records that are all based on the same DTD? How do we query records from a particular partition?
    Is it possible to query records with synonyms of words present in the documents (some sort of a dictionary feature)?
    Is it possible to query records based on the hierarchical directory structure using which the documents have been stored? i.e. can we query all documents that are stored in a specific path (including/excluding subdirectories)?
    Can we select a particular field within the XML document to be the primary key? Can the documents be indexed based on this field?
    What is the general performance of XMLDB like? For a database of the order of say 50-100 million XML records, would the performance be better with oracle XMLDB or with oracle RDBMS + some XML-RDB mapping tool?
    It would be good if any one could help me out.
    Waiting for earlier response

    Ram
    Please review the Oracle XML DB basic demo, it will answer some of your questions.
    To answer some of your questions.
    XML DB is architected to work with documents that are based on an XML SChema rather than a DTD...
    If you documents are not based on a schema you will need to store them as CLOB Based XMLtype. At this point you will be better off storing then in a relational table with an XMLType column, rather than an XMLType table. You can add other columns to this table for partioning purposes...
    You can query documents based on an Hierarchy, but only if they are schema based. Non schema based XML would be stored in the repository, Again it can be queried in terms of the heirarchy, but you cannot control the partioning on non schema based XML stored in the XML DB repository.
    You can have a PK only with Schema based XML. You can partition Schema based XML on any element that is not part of a collection.
    Hope this helps

  • Some basic questions on File Adapter

    Hello all,
    I have some basic questions on XI and File Adapter and hope you can help me. Any answer is appreciated.
    1. Can I use NFS transport protocol to poll a file from a machine in the network, which is not the XI? Or do I have to use FTP instead?
    2. If I understand it correctly - when using the FTP-File Adapter, XI has the role of a ftp client. I have to run a ftp server on my distant machine. XI connects to FTP-Server and polls the file.
    Can it also be configured the other way round? The scenario I think of would be: FTP client installed on distant machine, which connects to FTP-Server(XI) and loads up a file. So XI would act as FTP Server.
    I know this works, if I install a ftp Server on the computer my XI runs on, and use the NFS-File Adapter to observe the folder. But I want to know, if I need a second, independant ftp server for this.
    3. And last but not least: When do I need the active ftp mode instead of passive?
    Thanx a lot for your answers!
    Ilona

    > Hello all,
    > I have some basic questions on XI and File Adapter
    > and hope you can help me. Any answer is appreciated.
    >
    >
    > 1. Can I use NFS transport protocol to poll a file
    > from a machine in the network, which is not the XI?
    <b>yes</b>
    > Or do I have to use FTP instead?
    >
    <b>also you can do it</b>
    > 2. If I understand it correctly - when using the
    > FTP-File Adapter, XI has the role of a ftp client. I
    > have to run a ftp server on my distant machine. XI
    > connects to FTP-Server and polls the file.
    > Can it also be configured the other way round? The
    > scenario I think of would be: FTP client installed on
    > distant machine, which connects to FTP-Server(XI) and
    > loads up a file. So XI would act as FTP Server.
    > I know this works, if I install a ftp Server on the
    > computer my XI runs on, and use the NFS-File Adapter
    > to observe the folder. But I want to know, if I need
    > a second, independant ftp server for this.
    >
    <b>XI cannot act as FTP server, but it is always a client. When XI is reading (File sender adpater) when XIis writing than it is File Receiver adapter</b>
    > 3. And last but not least: When do I need the active
    > ftp mode instead of passive?
    >
    <b>It depends on your firewall configuration. The best and the fastests is active mode but not always available.</b>
    > Thanx a lot for your answers!
    > Ilona

  • Basic Questions on BOBJ inrelation with BI

    Hi,
    I am working in SAP BI 2004s. I have few basic questions on BOBJ.
    1. What is Rapid Mart? Is it an ETL tool? If so is it set to replace existing BI extractors from ECC (R3)?
    2. when data is extracted thru Bussiness Obejcts rapid mart where the data will be stored? BI Info Cubes? or any data ware house tables?.
    3. If stored in BI InfoCubes, should universe to be created for the cubes? if so, each dimesnion will be treated like a table to create joins?
    4. Can I automate the result of WebI downloaded to excel to Excelcius Dashboard with any manual steps involved? in otherwords Xcelcius shows the chart or dashboard out of the WebI query result.
    ( I am trying to see how all these products work. In 2004s I use WAD and call individual queries to generate a dashboard)
    Thanks,
    Alex.

    Hi,
    1. What is Rapid Mart? Is it an ETL tool? If so is it set to replace existing BI extractors from ECC (R3)?
    A Rapid MArt is a pre-designed set of database schemas, universes and reports from BusinessObjects. Available for SAP ERP as well. Details can be found here : http://www.sap.com/solutions/sapbusinessobjects/large/intelligenceplatform/im/data-integration/rapidmarts/index.epx
    2. when data is extracted thru Bussiness Obejcts rapid mart where the data will be stored? BI Info Cubes? or any data ware house tables?.
    When it is a Rapid Mart then it is a relational database but the tool - Data Services - can also load to other targets like BW.
    3. If stored in BI InfoCubes, should universe to be created for the cubes? if so, each dimesnion will be treated like a table to create joins?
    You can create multi dimensional universes and relational universes on top of BW. Depends on your goal really.
    4. Can I automate the result of WebI downloaded to excel to Excelcius Dashboard with any manual steps involved? in otherwords Xcelcius shows the chart or dashboard out of the WebI query result.
    ( I am trying to see how all these products work. In 2004s I use WAD and call individual queries to generate a dashboard)
    Yes - possible.
    perhaps you can provide  a little bit more on what you trying to achieve and then I can point you to more specific information.
    ingo

  • Basic Questions About CSM

    Hi,
    We have a CSM installed in a 6513 chassis working as our load balancer for web servers. I have a few basic questions:
    1. The current default configuration of probes on our switch indicates 2 minutes interval, 3 consecutive errors before marking real server failure and 5 minutes between probes of failed server. This setting results in 10-12 minute switch over delay in case one server fails.
    In one of the Cisco papers I read that the default for these parameters in CSM is 8 seconds, 2 retries and 5 seconds, respectively.
    My question is what is the default settings for probe parameters and is there any recommendation for a optimal settings? (I am going to use 1min, 3, 15seconds resulting 0.5 to 1.5 minutes delay and want to make sure there is no concerns with that)
    2. Does the sticky timeout affect the switch over delay time? My understanding is that sticky timeour applies to the normal condition when all legs are up and in case of a failure, the traffic will switch over regardless of an existing active sticky session. Is this correct?
    3. What is the exact definition of a "connection" in a load balancer? Is there any way to estimate or predict the number of connections for a specific traffic load (e.g. number of connection per user)?
    Thanks for your response,
    Ali

    There is an ASK THE EXPERT session currently, if you have more questions, please join us there.
    Regarding your current questions :
    1/ The default for an icmp probe is 120sec, 3 retries and 300sec for failed.
    You can use whatever values you think is necessary for your environment.
    However, you need to remember that a probe generates traffic and each probe require process CPU time to send and receive.
    With a lot of servers you probably want to avoid low frequency values.
    I think your suggested value of 1 minute is ok.
    2/ the sitcky timeout does not affect failover.
    However, you should be aware that if a server goes dowm, the CSM will send NEW connections to the other servers. But active connection will stay with this server even if down. To change this behavior use the 'failaction purge' command.
    3/ A connection is a flow. It is defined by a SRC IP, DST IP, protocol, SRC PORT, DST PORT.
    Within a connection you can send 2 bytes or 2 Gig.
    So, it is difficult to link the 2 values.
    ie: when you load a webpage, if you are using http 1.0 you open 1 connection for every object (text, gif, banner, ...) but with http 1.1 you can download all the same objects in a single connection.
    Hope this helps.
    Gilles.

  • Basic questions on iPhone apps. Please help!

    Hey I have a few semi-basic questions about iPhone apps. If you know the answers to any of them please respond as it would help me ton. Even if you dont know the exact answer, it'll help me with any input. Trapster is a good example of what im looking for because it uses a map and it receives/sends small amounts of data constantly.
    1) How much on average does it cost to hire a group of people to code an app for you. Specifically, how much do you think the app Trapster took to program? Are there any specific other apps you know how much it took to code? I need estimates, because I have nothing. A number like 50,000 would help a ton more other then saying "it depends" .....
    2) Apps like Trapster, send and receive small amounts of data all the time? What controls all of this data? Im guessing a server. But what are the server's specs? How many? Price per month?
    3) With 3.0 SDK now out, you are now allowed to implement google maps into 3rd party applications. Now I know you cannot use it for turn-by-turn navigation. But can you still use the directions feature already on google maps? Can you still use the search feature to search for a restaurant as well? Or maybe you can just see the map and thats it. Does anyone know exactly what you can use with google maps or know where there is more information? Ive tried everywhere.
    4) Just tell me if this is correct: You can add advertisements into your app. On average, for every 1000 times your app gets opened, you get about 1.00-2.00. So if your app gets opened 2,000,000 times you get $2,000 from advertising if you get 1.00/1000. Is that accurate as an average?
    5) Since 3.0 now supports push notifications, would you be able to have anything at all running in the backround? For example, on trapster, if you approach a red light camera, the app beeps. With 3.0, if you are on the home screen and approaching the camera, is there a way of getting the iphone to beep even though your just on the iphones main screen or any other screen? Im guessing not because in order to receive the push the iphone needs to know your current location and the location of the camera, which is why the app would need to be running. Incase im wrong is there a way of doing this?
    6) If an app is free and does not do advertising, does it make any money? If so how?
    Thanks!

    >"If an app is free and does not do advertising, does it make any money? If so how?"
    Of course.
    It's called 'reputation earned'. You negotiate your future based on attention from something (a free app?) that amazes the known world. Could be a book deal after you spend your young/old life crossing the divide - could be a marriage proposal that brings great wealth - could be a cabinet position with a station in a foreign tax haven.
    Use your imagination.
    As for cost, pull a number out of your hat and then double it...then double it again. Same goes for time, staff and delays.
    Ad-ware is so yesterday. Find something more current to scrape off your shoe

  • Basic questions about JAAS capabilities

    I've never used JAAS for authentication or authorization in a Java app before. Can somebody that has (or at least has some experience and knowledge about JAAS) please answer the following couple of basic questions about it? (I know I could probably answer these myself with a few hours of reading.)
    1. Can I use JAAS to restrict the users that can execute specific methods of my code?
    2. If the answer to #1 is yes, is there a way to programmatically determine if a JAAS login user has the permissions to run a method before actually calling that method. In other words, can I ask something like canUserExecute(method) or do I have to just put the call to the method in a try/catch and catch a security exception of some type?
    3. Is it fairly simple to have JAAS authenticate against a Windows Domain or a LDAP server?
    4. Are there programmatic ways to add or edit user information in JAAS?
    Answer to any of these questions are greatly appreciated. I'll even toss a couple of Dukes to the people that answer each question. Thanks in advance.

    You might look at the AfterthoughtSoft-Secure product at http://www.advancedmodelingconcepts.com. It is designed to do just that and will easily allow you to connect to users/group repositories that are in anything from a simple text file all the way up to Kerberos V.
    You can contact the author of the product (me) at bart dot jenkins at gd-ais dot com.
    bart

  • Basic Questions about Package Installation

    I have one basic question about installing packages.
    How can I find out if needed software is already installed without knowing the name of the package?
    For e.g. I want to know, if the MYSQL Server is already installed but I don't know the Package name.
    How can I find out the package name of needed software?

    Difficult.
    Assuming the string "MYSQL" appears somewhere in the package
    name or the package description, you can grep the output from
    "pkginfo". That is "pkginfo | grep -i sql" would list all installed
    packages that contain the substring "sql" with either upper- or
    lowercase letters.

  • Basic questions about Notes domino connector

    Hi,
    I have a very basic question about the Lotus Domino connector for OIM. We have a requirement to provision accounts into the domino mail server and while doing that also update some information directly into a separate nsf file.
    I checked the documentation and it seems while configuring an IT resource, we need to give the Mail DB path, and thats the only place where it refers to it.
    Could you guys please let me know if this can be done? Can I write directly to a different nsf file, which is not like provisioning to the complete mail server. So the other attributes in the IT resource may not be able to be set up as its just the file I need to provision into.
    Looking forward to your response.
    Thanks, M

    Hello folks, please share your experience working with the lotus notes connector.
    Thanks, M

Maybe you are looking for

  • How to disable TRACE on Web Application Server v 7.0?

    Hello Professional Sun Users, According to: http://blogs.sun.com/meena/entry/disabling_trace_in_sun_java I can disable HTTP TRACE by either through: 1. Adding the following code into obj.conf <Client method="TRACE"> AuthTrans fn="set-variable" remove

  • How to download an app on iCloud?

    Hi! How to download an app (ex: to do list application), and then to see and use it on iCloud on my laptop ? Thanks in advance

  • How to Figure Type of HANA View in ABAP?

    Hi, Is there a way in ABAP to find out (by looking up some table or calling an FM/method) the type of a HANA view? I have an ABAP system that has a HANA database. Views of different types (calculation, attribute, analytic) have been created in HANA.

  • Introduction to the Spry framework for Ajax

    Hi All I attended the breeze eSeminar: Introduction to the Spry framework for Ajax 07/27/2006 3:00 PM US/Eastern Anyone know the location for the recorded version?

  • Camera icon does not appear in my message option after download

    Dowloaded latest version to send pics to phones, etc. and the camera icon does not show up as it does in other people's phones that have downloaded. Tried to re-sync and no change. Do i need to re-download? Each time i hook up with the mac it says la