Issues with AUTO cycling through ....

I'm trying to do this:
Any help with one or the other is very much appriciated !!!
1) When the Timer is finish auto cycling through the tabs (1 to 16) of the ViewStack, and switching over to tab (1) to STOP, I would like to address a function to do something ???
The question is now how to write the code to ID that the Timer has come to a STOP on tab (1), and how can I incoperate this into the existing (onTimerOne) function.
2) The second item I'm after is that if I'm amnualy select any tab (1 to 16) to address also a function to do something ???
3) The third item I'm after is to automaticly zero (0) the ViewStack to tab number (1) if I click a Btn.
<mx:Script>
<![CDATA[
    import flash.events.TimerEvent;
    import flash.utils.Timer;
    private var timerOne:Timer;
    private function initOne():void {
        timerOne = new Timer(5000, myViewStack.numChildren);
        timerOne.addEventListener(TimerEvent.TIMER, onTimerOne);
    private function onTimerOne(evt:TimerEvent):void {
        if(myViewStack.selectedIndex == myViewStack.numChildren-1) {
        myViewStack.selectedIndex = 0;
        return;
        myViewStack.selectedIndex++;
    private function autoOne():void {
        if (!timerOne.running) {
        timerOne.start();
    private function manualOne():void {
        if (timerOne.running) {
        timerOne.stop();
]]>
</mx:Script>
4) Well, the fourth item I'm trying to work out is as I'm reading my data from an Xml file to have a TextArea which shows the different countries from the Xml file for each ViewStack tab while auto cycling through these tabs (1 to 16).
The diffuculty here is that I use this Xml with a specific urlID="1" to urlId="16" as part shown below.
<urlsOceania>
    <urlOceania urlID="1"/>
    <searchCountry>American Samoa</searchCountry>
    <etc></etc>
</urlsOceania>
I'm reading all the other items this way:
source="{urlsOceania.urlOceania.(@urID==1).etc}"
Thanks in advance aktell2007

Thanks for the confirmation.  7 miles away is most likely using the same VZW tower but it does confirm the problem is not in your current location for us.
You can look up local tower locations from many public websites such as the following:
www.antennasearch.com
www.cellreception.com
http://www.evdoinfo.com/content/view/2990/63/
The signal of -65 shows you have strong reception but it doesnt show the entire picture.  Your tower could be overloaded or unauthenticating you.  There are lots of little issues that exist outside of the raw signal strength between the towers and the connecting devices that we users have no control over.  As you may guess only a tower tech has access to identify and correct these things.
Based on the picture of the back of the MBR1515/Netgear N300 router from Netgear I would assume that only a normal sized SIM card will fit.  I would not assume a micro SIM card will fit.  Since I do not have access to either of the VZW or non-VZW 4G LTE router I cannot confirm if it will work or not.  You might have to give Netgear a call and ask.  Based on what I can see from the User Guides of both devices the SIMs used for each should be compatible with eachother.
If you decide to purchase the non vzw version please post back your findings for us.

Similar Messages

  • Issue with filtering KPIs through perspectives in a Tabular model

    I am having issues with trying to filter KPIs through a perspective.  In my fact table, I have three KPIs created out of SumOf measures.  There are three different user groups, and one user group wants a KPI specifically for their area, so it should
    not show up on the other perspectives.
    I remove the SumOf column from the list of fields under the Perspectives menu (there is not an option for a KPI...just Sum of [Column Name]).  When I select that perspective through my model view, it does not show the KPI under my fact table, which
    is what I would expect.
    When I try to analyze in Excel, or deploy to the server and connect to that perspective through a pivot table, at times all KPIs will show up (with my Sum of ... column removed) and other times, zero KPIs appear.  When I connect to the default perspective,
    however, everything appears.
    Has anyone ran into this issue before?  I have tried a process recalc on my cube through SSDB (I'm not sure if I did it right) and I tried a recalc through the Process menu to no avail.  Any help will be greatly appreciated because I am stumped
    at the moment.

    I've had problems with KPIs in perspectives (i.e. not showing up in the correct perspective). Unfortunately, I have not been able to find a resolution. At the time I experienced the issue, I tried googling and looking at the forums, but didn't
    come up with anything.

  • Issue with auto-play slideshow on the cover/first page

    I'm finding a strange problem in a project that's about to ship.
    Our "cover" is a full-screen slideshow (really some type animation) that is a simple slideshow through states. It look great in the Content Viewer.
    When we build the app in Viewer Builder, the slideshow does not play. Just sits on the first image.
    I know there's an issue about HTML "auto playing" on the first page (that is, you can't). But didn't think that applied to dps slideshows.
    Has anyone seen this issue? Any solutions?
    Thanks

    Here's the panel.
    Interestingly, if we build an app with only the cover (this page), it works. Building it with all articles makes it not work.
    The 'play in reverse' was an attempt to fix this. Did not help or hinder.
    Thanks

  • Issue with control cycle

    Hello all,
    Can somebody please tell me how to find who created a particular control cycle?
    Is there a way to find the id of the person who created/modified a control cycle?
    If yes, please tell me.
    Thanks and Regards,
    Umakanth.

    Hi
    Use Transaction AUT10 with T-codes PK01/PK02.
    Give the period for which you want to find changes.
    keep the changed by field open , i.e dont put your user id there.
    and execute, you will get list of all changes done through creation or chage transaction of control cycle.
    check it out and revert back for further discussion.
    Hope it helps you.
    regards
    Ritesh

  • Issue with Auto PO creation

    Hello Gurus,
    Kindly help me with this issue.
    I have user who is using ME59 for the auto PO creation.When he runs this transaction with the "TEST RUN" flaged,in the result screen he is able to see a mesasage as "PO creation successfull" along with the vendor number for which PO has been created.
    But along with above  message he also needs material number & quantity  for which the PO has been created.
    Kindly let me know how to proceed with this request.

    It is not possible in standard , not for test run and not for production run, not with any customizing and I have not found any OSS note that may allow that.
    For any further information in the log you have to modify the program.

  • Issue with passing parameters through Java-JSP in a report with cross tab

    Can anyone tell me, if there's a bug in Java SDK in passing the parameters to a report (rpt file) that has a cross tab in it ?
    I hava report that works perfectly fine
       with ODBC through IDE and also through browser (JSP page)
    (ii)    with JDBC in CR 2011 IDE
    the rpt file has a cross tab and accpts two parameters.
    When I run the JDBC report through JSP the parameters are never considered. The same report works fine when I remove the cross tab and make it a simple report.
    I have posted this to CR SDK forum and have not received any reply. This have become a blocker and because of this our delivery has been postponed. We are left with two choices,
       Re-Write the rpt files not to have cross-tabs - This would take significant effort
    OR
    (ii)  Abandon the crystal solution and try out any other java based solutions available.
    I have given the code here in this forum posting..
    CR 2011 - JDBC Report Issue in passing parameters
    TIA
    DRG
    TIA
    DRG

    Mr.James,
    Thank you for the reply.
    As I stated earlier, we have been using the latest service pack (12) when I generated the log file that is uploaded earlier.
    To confirm this further, I downloaded the complete eclipse bundle from sdn site and reran the rpt files. No change in the behaviour and the bug is reproducible.
    You are right about the parameters, we are using  {?@Direction} is: n(1.0)
    {?@BDate} is: dt(d(1973-01-01),t(00:00:00.453000000)) as parameters in JSP and we get 146 records when we directly execute the stored procedure. The date and the direction parameter values stored in design time are different. '1965-01-01' and Direction 1.
    When we run the JSP page, The parameter that is passed through the JSP page, is displayed correctly on the right top of the report view. But the data that is displayed in cross tab is not corresponding to the date and direction parameter. It corresponds to 1965-01-01 and direction 1 which are saved at design time.
    You can test this by modifying the parameter values in the JSP page that I sent earlier. You will see the displayed data will remain same irrespective of the parameter.
    Further to note, Before each trial run, I modify the parameters in JSP page, build them and redeploy so that caching does not affect the end result.
    This behaviour, we observe on all the reports that have cross-tabs. These reports work perfectly fine when rendered through ODBC-ActiveX viewer and the bug is observable only when ran through Java runtime library. We get this bug on view, export and print functionalities as well.
    Additionally we tested the same in
        With CR version 2008 instead of CR 2011.
    (ii)   Different browsers ranging from IE 7 through 9 and FF 7.
    The complete environment and various softwares that we used for this testing are,
    OS      : XP Latest updates as on Oct 2011.
    App Server: GlassFish Version 3 with Java version 1.6 and build 21
    Database server ; SQL Server 2005. SP 3 - Dev Ed.
    JTds JDBC type 4 driver version - 1.2.5  from source forge.
    Eclipse : Helios along with crystal libraries directly downloaded from SDN site.
    I am uploading the log file that is generated when rendering the rpt for view in IE 8
    Regards
    DRG

  • How can I resolve as possible security issue with unauthorized computers through QuickTime , as a diagnostic and screen shots show evidence of a Mac computer and I don't have one?

    II'm trying to resolve an issue that I have with my iPhone 4s through QuickTime. I think it might be an embedded mms that might broadcasts my info as well as allows remote access sometimes. Any answers or similar activity?, I can support with screenshots of public information . This shows in my emIl accounts as well.

    Is your phone jailbroken? If it is not, you're probably not seeing what you think you're seeing. If your phone hasn't been jailbroken, it's certainly not being controlled remotely. What do you mean by an "embedded mms"? Are you sharing an Apple ID with anyone? Or could someone have gotten access to your Apple ID information?

  • Import  issue with Auto-id in Qualifier table

    Hi,
    I am trying to load Customer_contact table in MDM5.5 sp4 from R3.
    Since SAP-Id is generated in R3, initially portal will send all data to R3 w/o SAP-id but with the MDM-Auto-id.
    In return from R3,MDM receives the SAP-id and Contact-id against this MDM-id for update.
    In conversion,I am getting "Error in Look uptable" "Internal Error"  message to load this file in Main table.
    Is there any workaround to map qualifier table with a auto-id in Main table?
    This auto-id needs to be non-qual for portal to create the initial record in MDM.But since this is a non-qual fld and we are not able to map it in main table giving "Internal error" . It is my guess.
    Appreciate your idea and help
    -reo

    The issue was fixed after dropping the calculated fld as Non-qual one which was giving problem since required to be mapped in Main table.

  • Issue with invite accepted through google calendar.

    I sent an invite to an event through ical. The recipient accepted through google calendar which in turn sent me an email accepting. However, my original meeting status hasn't changed to reflect that it was accepted. Am I missing something here? How does iCal get updated to know that the recipients have accepted?

    UPDATE: My problem was not related to the Sync History, rather the fact the Apple decided to stop supporting Outlook versions older than 2003.  I realize that I shouldn't rely on software thats almost 10 years old, but I figured, if it ain't broke, don't fix it.  I resolved my calendar sync issues by upgrading to a newer version of Outlook.
    Before resorting to this, I successfuly rolled back my iTunes to an earlier version (following directions easily found via Google), but the older version of iTunes didn't recognize my "itunes_library.itl" file - in my iTunes folder.  Older versions of this file are archived, so subbing one of those into the main iTunes directory solved that problem, however, I lost about a month of changes to my library.  After tooling around with these issues, I finally decided that upgrading Outlook was a simpler solution.
    It is curious, however, that iTunes didn't identiy my problem for me, maybe with a messge like "iTunes no longer supports sync for your version of Outlook".  It is also curious that my probnlem was only for my calendar: my contacts and notes were still syncing fine both to and from the phone and computer. 
    Hope this helps others who experienced problems with iTunes and older verisons of Outlook.

  • Issue with Updating Apps through iTunes

    I have been having this issue for sometime now, and through multiple versions of iTunes. Whenever I open up iTunes and see that there are apps that I need up update, i'll click on applications, ill go and click update apps, I'll see the apps that need to be updated and ill click update. I put in my password, but when I do that, I get an error saying:
    We could not complete your iTunes store request. There is not enough memory available.
    There is an error in the iTunes Store. Please try again later.
    Obviously I have enough memory and space on my computer, but not sure if this is an error with the store itself or with my computer some how. I can download new apps with out a problem, purchase anything and download anything through iTunes, even after that error pops up, but I just cant update any apps. I can update them on my phone, and if I sync my phone with iTunes, and then try updating apps that might not be on my phone when I updated them, it will work then. Not sure what would cause this, and its not that big of a deal, just an annoyance and something I find a bit odd.
    Thanks for any info and advice.

    What part of no wifi did you not understand?
    I'm well aware that I can update through the app store, if you had read the original question properly you would see that.

  • Issue with vlc steaming through dolphin ftp client

    I am not sure if i should post this here or in the multimedia section excuse me if i am mistaken. I have been using archlinux in almost 4 weeks with gnome 3. I have installed kde today after removing gnome(pacman -Rscn gnome). I have a small home server running ftp server where i have some media files(.mkv). In gnome i usually used nautilus to access the ftp folder(sftp://servername.dyndns.org/srv/) and run vlc to stream the medias. Tried to do the same with kde dolphin with no luck.
    First i was not able to view the folder with dolphin. I researched abd found this thread with a solution:
    http://forum.kde.org/viewtopic.php?f=18 … 5&start=15
    Now i am able to access the folder, but can't stream any media using vlc.
    The following errors are from vlc:
    Your input can't be opened:
    VLC is unable to open the MRL.
    sftp://servername.dyndns.org/srv/filename.mkv
    Check the log for details.
    Going into tools->messages gives the followings:
    main error: open of
    sftp://servername.dyndns.org/srv/filename.mkv failed:(null)
    I suspect something is wrong the ftp client configuration in dolphin. This bug report also bothers me also :
    http://old.nabble.com/-Bug-274170--New% … 05158.html
    Other thing is that i am able to open the media files using other media players(dragon player, mplayer), but then the files are automatically downloaded into the local folder /var/tmp/kdecache-username/krun/filename.mkv. The media player then loads the file from there. Its the same if i open a text file in the server, edit it and save it. Its first downloaded to the /var/ folder then asked to upload back to the server when closed.
    Its my conclusion that the ftp client in dolphin does not work properly or KDE KIO works different then whatever is used in gnome/nautilus. I hope i have explained the issue as good as possible and would appreciate any help or lead to how to solve this.

    Thanks for your reply, after checking some ideas I found that to get the ftp to work I needed to use the internal IP 10.0.0.1 for it rather than the old normal IP like before the firewall(probably a very beginner error sorry for that). And I discovered the exact issue causing clients to not see their characters if not using Hamachi.
    Hamachi treats everyone join to the network as though they are local I believe, so when the server send character info via Hamachi it thinks it is sending the info locally and then Hamachi itself sends it out to the extrenal client, while tracing the data I found that the login process sends a 33 byte packet of data to the client via TCP from port 5051 out to the client on a rnadom port usually in the range of 40000-50000 telling the client to send a request to the other process to ask for the character information.
    Now for some reason I see when a client logs in through Hamachi that packet is sent correctly to their Hamachi IP and recived fine.(sent from 10.0.0.1:5051 to the Hamachi IP:40k-50k) but when a client tries to log in using a normal IP with Hamachi turned off, the log in process does send the 33 byte packet from 10.0.0.1:5051 to the client WAN IP through the usual port but the client never recieves this packet and as such doesn't not request the character information.
    So my guess is something on the 5505 is disallowing the log in process to send the data externally to the clients WAN IP's? Though this is very odd because it does allow the client to actually log in to the account and seems to recieve at least part of that information fine.
    If any help that might resolve this for me can be given I would very much appreciate it, this issue is limiting my client base and as such my income and business as a whole. Thank you in advance for any help given.

  • Issue with sending mail through java stored procedure in Oracle

    Hello
    I am using Oracle 9i DB. I created a java stored procedure to send mail using the code given below. The java class works fine standalone. When its run from Java, mail is sent as desired. But when the java stored procedure is called from pl/sql "Must issue a STARTTLS command first" error is thrown. Please let me know if am missing something. Tried the same code in 11.2.0.2 DB and got the same error
    Error:
    javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first. va6sm31201010igc.6
    Code for creating java stored procedure: (T1 is the table created for debugging)
    ==================================================
    create or replace and compile java source named "MailUtil1" AS
    import java.util.Enumeration;
    import java.util.Properties;
    import javax.mail.Message;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeMessage;
    public class MailUtil1 {
    public static void sendMailwithSTARTTLS(String host, //smtp.projectp.com
    String from, //sender mail id
    String fromPwd,//sender mail pwd
    String port,//587
    String to,//recepient email ids
    String cc,
    String subject,
    String messageBody) {
    try{
    Properties props = System.getProperties();
    props.put("mail.smtp.starttls.enable", "True"); // added this line
    props.put("mail.smtp.host", host);
    props.put("mail.smtp.user", from);
    props.put("mail.smtp.password", fromPwd);
    props.put("mail.smtp.port", port);
    props.put("mail.smtp.auth", "true");
    #sql { insert into t1 (c1) values ('1'||:host)};
    Session session = Session.getDefaultInstance(props, null);
    MimeMessage message = new MimeMessage(session);
    message.setFrom(new InternetAddress(from));
    #sql { insert into t1 (c1) values ('2')};
    InternetAddress[] toAddress = new InternetAddress[1];
    // To get the array of addresses
    for( int i=0; i < toAddress.length; i++ ) { // changed from a while loop
    toAddress[i] = new InternetAddress(to);
    //System.out.println(Message.RecipientType.TO);
    for( int i=0; i < toAddress.length; i++) { // changed from a while loop
    message.addRecipient(Message.RecipientType.TO, toAddress);
    if (cc!=null) {
    InternetAddress [] ccAddress = new InternetAddress[1];
    for(int j=0;j<ccAddress.length;j++){
    ccAddress[j] = new InternetAddress(cc);
    for (int j=0;j<ccAddress.length;j++){
    message.addRecipient(Message.RecipientType.CC, ccAddress[j]);
    message.setSubject(subject);
    message.setText(messageBody);
    message.saveChanges();
    #sql { insert into t1 (c1) values ('3')};
    Enumeration en = message.getAllHeaderLines();
    String token;
    while(en.hasMoreElements()){
    token ="E:"+en.nextElement().toString();
    #sql { insert into t1 (c1) values (:token)};
    token ="ConTyp:"+message.getContentType();
    #sql { insert into t1 (c1) values (:token)};
    token = "Encod:"+message.getEncoding();
    #sql { insert into t1 (c1) values (:token)};
    token = "Con:"+message.getContent();
    #sql { insert into t1 (c1) values (:token)};
    Transport transport = session.getTransport("smtp");
    #sql { insert into t1 (c1) values ('3.1')};
    transport.connect(host, from, fromPwd);
    #sql { insert into t1 (c1) values ('3.2')};
    transport.sendMessage(message, message.getAllRecipients());
    #sql { insert into t1 (c1) values ('3.3')};
    transport.close();
    #sql { insert into t1 (c1) values ('4')};
    catch(Exception e){
    e.printStackTrace();
    String ex= e.toString();
    try{
    #sql { insert into t1 (c1) values (:ex)};
    catch(Exception e1)
    Edited by: user12050615 on Jan 16, 2012 12:18 AM

    Hello,
    Thanks for the reply. Actually I have seen that post before creating this thread. I thought that I could make use of java mail to work around this problem. I created a java class that succesfully sends mail to SSL host. I tried to call this java class from pl-sql through java stored procedure. That did not work
    So, is this not supported in Oracle ? Please note that I have tested this in both 9i and 11g , in both the versions I got the error. You can refer to the code in the above post.
    Thanks
    Srikanth
    Edited by: user12050615 on Jan 16, 2012 12:17 AM

  • Issue with Consolidate Action through Batch Process

    We find that when "Load" reports an error, "Consolidate" does not fire - only from Batch. When processing manually, Consolidate fires regardless of Load errors.
    We are using an Essbase load rule that results in records continuing to be loaded, when there are kickouts. So, the Essbase API is returning an error code to FDM [that's fine].
    We want to run a calc script whether or not the load errors.
    Again, with a "manual" process - no problem. But Batch stops prior to firing Consolidate.
    We checked the Batch flag - we set it to "10" (Consolidate) and even "12" (Check).
    Any thoughts?
    We are trying to avoid altering the Load Action code to execute the Essbase calc within that code set.
    Any inputs regarding this issue would be greatly appreciated.
    Thanks

    Thanks for responding back. I have seen the link before.
    We have HR_PL_ADMINISTRATOR_000 role. The role has P_ASRCONT P_ORGIN and P_PERNR object. Object  P_ORGIN needs to be set as
    Authorization level            Read
    Infotype                           *
    Personnel Area                *
    Employee Group              *
    Employee Subgroup         *
    Subtype                           *
    Organizational Key            *
    in order to show the Hire Process in execute hiring link on the Portal. If we put a restriction on personal area, we do not see the Hire process on the execute hiring on the portal.
    Kindly advice.
    Thanks,
    Gowri

  • Issue with running pages through jDev, wls starts but no target url is provided.

    Hi all,
    I recently downloaded an older version of jDev for a new assignment - Studio Edition Version 11.1.1.6.0 - Build JDEVADF_11.1.1.6.0CLOUD_GENERIC_121118.1600.6229.
    I created a basic wls domain and I've tried running simple jspx pages, at which point a weblogic appears to have started without issue. However, my page never runs and no target domain is provided. Below is how my log appears and it just seems to hang. I'm my experience a window always popped up in my default browser with the domain and it is also shown in the log. Going to my expected default domain (http://127.0.0.1:7101/Home.jspx for example) results in a 404. I sure its something stupid, but I'm not sure how to address this issue. Any advice would be appreciated.
    *** Using port 7101 ***
    <Jul 7, 2013 5:01:48 PM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jul 7, 2013 5:01:52 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jul 7, 2013 5:01:52 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\dslack\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\dslack\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00017. Log messages will continue to be logged in C:\Users\dslack\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jul 7, 2013 5:02:19 PM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    Regards - Dylan

    Hi dslack,
    Please delete the default domain from the following path. Close Jdev before deleting and restart , it will create a new domain.
    C:\Users\dslack\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain
    Thanks
    Sandeep

  • Any way to auto-cycle through waypoints?

    Hi,
    Anyone know if there's a way to automate this "waypoints" script (or if another exists that already does it)?
    http://imakewebthings.github.com/jquery-waypoints/
    By automate, I mean automatically cycle between waypoints, on a loop.
    Thanks!

    Emir,
    Thanks for the response!   The version we are using is 2006.0.7.1.   The scenario I gave was only an example...   We are looking to address a dictionary permission issue due to regulatory issues.   We have fields in LDAP that contain the regulatory rules and have a need to permission dictionaries (read access) based on these rules.
    Just curious...how do you setup filters to ignore users?   Is this manually managed?  &

Maybe you are looking for