Last Fetched Predicate statement in active sync process

Can anybody tell me what should be the Last Fetched Predicate and Static Search Predicate for a changelog table with seqno column for polling to a sql database.
From this post, http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5104031
let say I have a polling to a changelog db table with a seq number and it will have to read from this table. But, in my case, I just need to look for a code in the table to fire a workflow.What would be the good approach to achieve this requirement?

Hi,
If lastmod is a varchar2 in the database,
then you need to say:
lastmod > '$(var)'
where var is the identity manager variable
that lastmod is mapped to in the resource schema.
Basically, if you say:
x > '$(y)'
x must be a field name in the database
y must be the identity manger variable it
maps to in the schema in the
resource adapter configuration.
If you edit the resource schema from the
identity manager web interface, you should
be able to see the mapping.
Hope this helps,
John I

Similar Messages

  • Active Sync process "hanging"

    Hi Experts,
    Last weekend an Acticve Sync task "hung" for 2 days. The Active Sync is scheduled to start every 24 hours at 8:30am.
    This morning however its status was "Started, executing" yet nothing was being logged. I would expect something as its log level is 4.
    The last time the AS was started was Friday but having the task in this state prevented the Saturday or Sunday morning runs from being executed.
    The only way to recover was to reset IdM by restarting the webserver.
    What circumstances could cause Active Sync to 'hang' like this?
    Has anyone else suffered this sort of situation and if so was the cause determined?
    Any hints or tips appreciated.

    We have experienced this behavior on a fairly frequent basis with our Active Directory Active Sync processes.
    We are not sure why the system behaves this way.
    We are in the habit of manually monitor the active sync jobs on a daily basis.
    We have the log level set to 2 on our 11 Active Directory resources.
    We view the timestamps on the log files to determine if the Active Syncs are truly running.
    Our 11 Active Directories run every 3 hours. I note this because the time stamp on the log files should be older than 3 hours (in our case) if the Active Sync (A/S) process is truly not running.
    Here is our process when restarting the A/S.
    1. Make sure the Task SARunner:<Active Directory Resource> is running.
    a. Go to the Tasks form and get a list of All Tasks.
    b. Find the SARunner:<Active Directory Resource>. If this task is not running then you need not read any further because you will need to recycle your Websever to get the Active Syncs to run.
    2. If the Task is running.
    a. Go into Debug and edit the Active Directory Resource.
    b. Change the Polling Start Time and Polling Start Date to the desired start time. Note: Set the start time at least 10 minutes into the future. So if at 11 am your making the change then set the polling start time to 11:10 (at a min.)
    b.     Save the changes.
    3. Navigate to the resources form.
    a. Stop the Active Sync
    b. Refresh the Active Sync
    c. Start the Active Sync
    d. Refresh the Active Sync.
    Good Luck.

  • Last fetched predicate  sybase database table

    Env: IDM 8.0
    My last fetched predicate is defined as:
    LastModDateTime > '$(LastModDateTime)' where LastModUpdateTime is a Datatype of DATETIME in sybase. LastModDateTime is defined both in the left and right side of my database schema, but it seems to be ignored. Active sync evaluates every record every scan. The is no IAPI_resource in config but there is a SYNC_resource in XmData. Can anyone shed some light on this

    I'm using IDM 7.1.1 with an Oracle back-end so take this with a grain of salt. I've had similar problems in the past and it had to do with IDM's translation of the date as a string to the date as a JDBC date object. This had to do with Oracle's default timestamp format versus IDM's representation of the time as a string. You might be experiencing something similar with Sybase.
    This is what I have for a search predicate and it works for me:
    eventtime > to_timestamp('$(eventtime)' , 'yyyy-mm-dd hh24:mi:ss.ff')The key is the to_timestamp function. If I don't have the "to_timestamp" function then it fails to do the comparison properly and, like you, returns all rows in the table. WIthout the to_timestamp function the database is trying to compare dates in the format "yyyy-mm-dd hh24:mi:ss.ff" with the default database format of "mm-dd-yyyy" and of course it fails.
    Hopefully that helps.
    -Mike

  • Problem with Active Sync Process in Flat File

    I have a flat file (Employee.csv) as a resource. I populated that data into IDM using Active Sync.
    Ive created another flat file that is empty (CopyEmployee.csv) and added that as resource to IDM.
    By using the Active Sync process I want to populate the data from Employee.csv to CopyEmployee.csv.
    I tried but unable to get the output. Is this really possible ?
    Im using IDM 6.0 on SunApp 8.1

    Nope, flatfile is a read only adapter, to the best of my knowledge. You can use it to feed IM, that's it. No recon, nothing else. That's coz IM doesn't maintain a state for it (just does a diff with an index file during ActiveSync).
    You can think of maintaining a simulated resource on a file though.
    Ankush

  • Active sync : process selection values are not persistent

    Hi,
    Version: IDM : 6
    I am attempting to provision oracle user accounts through IDM active sync process running against an AD LDAP server.
    I want to use default forms/views supplied by IDM product, and configure active sync to use my custom workflow on create/update events.
    I was not able to save my workflow for any of the events in process selection module of active sync configuration.
    this is what i did..
    ======================================================
    Active sync in (advanced mode) ->Process Selection
    Process Mode      
    Use the event type to determine the process / workflow ? (enabled)
    Create -> (from available workflows i select my custom workflow ) save
    ======================================================
    after saving my changes , i again re-visited active sync-> process selection : to confirm my changes.
    i do not see my saved workflow for create , but i see "default" as selected.
    Is assigning custom workflows through actives syncs process selection allowed?
    If Yes, How do i preserve my active sync-> process selection configurations?
    Thanks
    Edited by: idm_new_user on Jun 3, 2008 9:44 AM

    Hi Chapo,
    Thanks for trying to help me out...
    Issue is not with assigning my custom form to my active sync process, it works that way...(i can achieve AD->IDM->ORACLE provisioning) using custom form/workflow...i now want to use, forms/workflow shipped out of box by IDM product to achieve provisioning of oracle accounts(Target) with Active Sync configured on AD (source).I am having issues with this configuration...i am not sure , it even works, out of box with out editing any forms/workflows !!!
    what i now to achieve is a partial customization, i.e use forms supplied out of box by idm's active sync process, and ONLY use my custom workflows to do create/updates...
    This is what i am trying to do, for an active sync configured on AD resource in advanced mode.
    Find the AD LDAP resource under the Resources tab.
    The check the box on the left hand side.
    Now select "edit Active Sync process" from the drop down box.
    In the active sync ->process selection view...select "use event type to determine the process/workflow ?"
    and assign my custom workflows for create/update events...
    after saving this, i revisit to confirm my changes...only to find that , they get lost/replaced by "default"
    so, my question is how do i configure an active sync to use my workflow on create/update events...with out using my custom forms? if "process selection" module of active sync wizard is the way to do this, how can i save my configurations?

  • Ensure 1 Active Sync process runs against the change log before all others?

    He folks,
    We have a lot of LDAP active sync thread. We have a primary on that correlates to an individuals account. Then we have several that represent affiliations at our organization. The affiliations are represented in LDAP as subordinates of the main persons entry. These sets of data were set up as different resource adapters because the they are different object types in LDAP.
    Now we are running into a problem where the active sync threads for subordinates are running before the thread for the main entry. What this means, is that an affiliation thread might run, see a new person was added and ignore it (since that isn't it's resource) but find the affiliation subordinate entry and want to process it. However, the thread can't find an associated account in IDM yet, so no processing takes place on that change, ever..
    If the main account active sync thread had already run, it would see the main entry, and then make a correisponding IDM entry. If the IDM entry has been made, and the affiliation resource active sync adapter runs, it will then find the IDM entry and update that.
    So.. We are experience problems when the affiliation processes a new account before the main account sync process.
    Can we ensure somehow that the main account active sync process always runs first? These are all LDAP resources. If we could ensure the main account resource / sync happens before any other affiliation resource, then we would never ignore data, and would not have anyproblems.
    Does anyone know of a good clean way to do this?
    Thanks!

    I had a similar issue, and solved it by using post process workflows and starting and stopping resource adapters manually. This will allow you to start the first resource, and any others you want can be started/stopped manually via the workflow. You can effectively "chain" resource adapters to run in any order you'd like.
    On the first resource that you want to run before anything else, this will run as a post-process workflow:
         <Activity id='0' name='stopFirstResource'>
            <Action id='0' name='stop'>
              <expression>
                <block name='stop'>
                  <invoke name='stopActiveSyncOnResource' class='com.waveset.session.SessionUtil'>
                    <ref>displaySession</ref>
                    <s>%%FIRSTRESOURCENAME%%</s>
                  </invoke>
                </block>
              </expression>
            </Action>
            <Transition to='Process Errors'>
              <ref>WF_ACTION_ERROR</ref>
            </Transition>
            <Transition to='startSecondResource'/>
          </Activity>
          <Activity id='1' name='startSecondResource'>
            <Action id='0' name='start'>
              <expression>
                <invoke name='startActiveSyncOnResource' class='com.waveset.session.SessionUtil'>
                  <ref>displaySession</ref>
                  <s>%%SECONDRESOURCENAME%%</s>
                </invoke>
              </expression>
            </Action>
            <Transition to='Process Errors'>
              <ref>WF_ACTION_ERROR</ref>
            </Transition>
            <Transition to='end'/>
          </Activity>
    This will stop the first one (after it has run) and start the second one.
    Then, on the post process workflow of the second resource:
          <Activity id='1' name='stopSecondResource'>
            <Action id='0' name='stop'>
              <expression>
                <block name='start'>
                  <invoke name='stopActiveSyncOnResource' class='com.waveset.session.SessionUtil'>
                    <ref>displaySession</ref>
                    <s>%%SECONDRESOURCENAME%%</s>
                  </invoke>
                </block>
              </expression>
            </Action>
            <Transition to='Process Errors'>
              <ref>WF_ACTION_ERROR</ref>
            </Transition>
            <Transition to='end'/>
          </Activity>This stops the second one.

  • Re-Start Active Sync process where ever it was left

    I was forced to delete the SA runner active sync process. By this time the process completed 200 records.
    Now I want to re-start the Async process from 201 record.
    Any ideas how to achieve this?
    THanks.

    ActiveSync sorts by the uniqueId for each record.
    1) Backup the full files as you will need to copy back over the modified files for processing a subset of the records
    2) Make sure the ActiveSync & FFAS files are sorted correctly
    3) delete the 200 records that processed already such that the 201 is the beginning
    4) Before processing the diffs of the modified ActiveSync & FFAS files you need to complete a processing of the modified FFAS file without any diffs (ActiveSync = FFAS). This tricks AS into starting at the 201 without reprocessing the 1st 200.
    5) Now process the modified ActiveSync against the modified FFAS.
    6) On completion set both the modified files back to the saved full AS so all records exist for future executions

  • How to shorten active sync process

    Hello, I am trying to setup IDM to use Database Table active sync to read SQL table then update couple IDM user's attributes. I used "used wizard generated input form" setting. Once it runs, IDM connects all the resources and fetches all the information of res account that each user has. We have over 6000 user. The active sync took over 10 hours to finish. Where and how can I let active sync not to connect other resource?

    I identify that the query allowing take a while.
    Periodicly, MGP send from 2 to 8 process which execute the query that takes all the processor. Even there are nothing to update.
    How to acelerate it? or how to avoid it?.
    UPDATE mobileadmin.cmp$wtgpi_10055 m
    SET dmltype$$ = 'D',
    seqno$$ = NULL,
    dtype$$ = NULL
    WHERE clid$$cs = 'XNC04615'
    AND nvl(dtype$$, 'N') <> 'D'
    AND (seqno$$ IS NOT NULL
    OR nvl(dmltype$$, 'N') <> 'D')
    AND NOT EXISTS (SELECT 'A'
    FROM (SELECT t1.*
    FROM shmk.designs_data t1, shmk.userdatakey t2
    WHERE t2.user_id = 'XNC04615'
    AND t1.ref = t2.ref) s
    WHERE s.ref = m.ref) ;

  • How to catch error in the Active Sync process

    Hi, we are using Flat File active sync to update IDM user attribute. Once IDM found matched record, it builts view. However, during this period, the the matched user is locked, for example. Then IDM stop processing this record then go to next record. How can I catch this error? In log file I saw error message but how can use workflow or other way to know the error? How can get ResultItem that contains error message during AS?

    Hi,
    I am doing the following....
    Assume a main workflow which calls many sub workflows ...
    1. Define two global variables as follows
    <Variable name='anyErrorOccured'><Boolean>false</Boolean></Variable>
    <Variable name='allErrorMsg'><s>Error..</s></Variable>
    2. In the all main and sub workflows, add an special 'Action' to check the errors after each Action
    <Action id='1' name='doSomething'>
    </Action>
    <Action id='2' name='checkForErrors'>
    <cond>
    <isTrue><ref>WF_ACTION_ERROR</ref></isTrue>
    set the anyErrorOccured variable to true
    Append a custom error message(hard coded) to allErrorMsg variable - error message may contain workflow name and in which action error occured
    </cond>
    </Action>
    3. Before ending the main workflow, if anyErrorOccured is true, then send an email to IDM administartor with allErrorMsg
    <Activity id='3' name='CheckOverallError'>
    <Transition to='SendOverallErrorNotificationToIDM'>
    <ref>anyErrorOccured</ref>
    </Transition>
    <Transition to='end'/>
    </Activity>
    Hope, this helps.
    Furthermore, I tried to catch the actual error trace from IDM using the following in each 'checkForErrors' Action and append all IDM error messages for email notification.
    <invoke name='getMessage'>
    <get>
    <invoke name='getErrorMessages'>
    <ref>WF_CASE_RESULT</ref>
    </invoke>
    <i>1</i> ???????
    </get>
    </invoke>
    But , it was not successful, as I could not extract the right error mesage at the right place from WF_CASE_RESULT

  • Automatic Active Sync failed to Start at appropriate time

    Hellos,
    Its holiday season here. We had a FF Active Sync process that failed to start up.
    Ops noted an overheating CPU at 2am. Server was brought down.. App server stopped, Database stopped. Fan fixed and Server rebooted.. Database started Ok, App server started Ok.. according to AS Log idM started up ok... but the 'automatic' Active Sync process refused to start.
    What could prevent it?!
    I have seen various people's opinions.. e.g.
    "Hi,
    There can be lot of reasons , for not starting activesync.
    if you are using activesync between SIM and database ,
    then lets start from activesync wizard ,
    1)check the i/p activesync form(version should be correct)
    2)check the startup type
    3) if you are using query based activesync
    check the first and last predicate fields and you need to ensure that the logic you have used in i/p activesync form will generate some processing once you start active sync otherwise you will not see active sync in executing state.
    you can check weather activesync has performed operation or not in IAPI in the debug page under configurator
    if your CPU utilisation on server is very high activesync will not start
    these are general things
    if you can give some more specific details abt your application and problem i can help you out.
    Warm Regards,
    Gajanan"
    This process had been left unstarted for some time. Noone checked.. why should they.. its automatic (obviously IdM isnt an R.E.M. fan)
    Surely an automatic start type should (re)start after a reboot for hardware reasons!
    Is the only thing we can we put in a Solaris shell script to test that these ****ing active sync process have been started and are running after a reboot/restart of App.server is a date test of the log file? i.e. if log file has not been touched in x days raise an alarm... seems something that is better built into IdM than a script.
    How has this problem been faced and met by others out there? I am sure we are not the only people who have had to shutdown and restart IdM.

    Indeed it does. The problem is that a log is just that.. a log of what has happened. In our case the 'automatic' AS process failed to start automatically.
    We are forced to use the log and reverse apriori reasoning to detect whether the AS process actually started.
    I hope you agree this situation isnt really satisfactory, is it?

  • Can IdM use TimeStamp files in its Active Sync for Database table ?

    I have an IdM 7.1 implementation that I inherited
    and have a Database Table resource adapter with Active Sync.
    Here's a few ways to set up Active Sync, but I want to explore the latter.
    -Static Search Predicate (clause)
    You can use a flag (column) in your data table. Does not require any mapping, and presumably whatever process you're kicking off would turn off the flag, so the record is not picked up subsequently.
    -Last Fetched Predicate (documented in the Resource Reference, under Database Table),
    Normally, you'd be doing a comparison based on timestamps, and the mapping between a timestamp-User Extended Attribute AND timestamp-Database Column
    In this implementation, I do not see a User Extended Attribute (UXA) but I do see a 0 byte timestamp file on the server. Did not see anything like this discussed in the docs, but my hypothesis is that this is being used, or has been configured somehow. I wonder if I am right ?
    Let's call it 'MyTS'
    I see MyTS both in ActiveSync logs, as well as in the 'XML Data' object, resource_SYNC, that A/S creates. Maybe this is a hidden feature, or mostly undocumented, or from an earlier version. Anyone care to offer a suggestion or explanation ? Your thoughts would be welcome.
    thanks

    'MyTS' would be a resource attribute. Have a look in the schema map for your resource.
    It doesn't need to be, and would not normally be, a user extended attribute.

  • Why won't active sync stop?

    Howdy folks,
    I am having issues with active sync. It seems like it behaves haphazardly and does not always do what is expected. At the moment, my issue is that I have an active sync process that will not stop. It keeps executing and rescheduling itself to execute after the correct time interval. However it WILL NOT stop when I try to stop the synchronization.
    Other time when I have encountered similar behavior it has been because the SARunner task got messed up. But usually the thread stops executing then, even though it says it is. This time however it is executing and will not stop.
    Active Sync seems a bit flakey...

    Well I am not 100% sure how it works however let’s say you were using data last night and you went through 50%, 75% and then 100% of your data. 5 hours later in the middle of the night it sends you a 50% data usage message, 5 minutes after that it sends you a 75% usage message and so on and so forth. It’s not an ideal system because of the delay however I guess if you weren’t to get the messages people would be unhappy about that as well. The delay in the usage is the problem. 

  • Linking Multiple Resource Accounts via Active Sync

    Ok guys/gals the scenario is... We have one idm account linked to accounts on one resource, and we want to be able to link them up via Active Sync...We don't care about the attributes, just want to make sure that if a another account for a user is created outside of IDM we can grab it and link it. So far, I've seen that the active sync process will see the new account, correlate it to a user, but it will not link the user...And outside of doing a custom Process Rule workflow, I'm not seeing any other way to get the accounts to link via active sync. Is what we are trying to do a reconciliation thing only? Have I missed something?

    Yes. You can add a field to your ActiveSync form to do this: Here is an example with AD:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <Configuration name="Sample ActiveDirectory ActiveSync Form" wstype="UserForm">
         <Extension>
              <Form name="Sample ActiveDirectory ActiveSync Form">
                   <Field name="processType">
                        <Default>
                             <s>NONE</s>
                        </Default>
                   </Field>
                   <Field name="dispatcher">
                        <Expansion>
                             <cond>
                                  <eq>
                                       <upcase>
                                            <ref>feedOp</ref>
                                       </upcase>
                                       <s>UPDATE</s>
                                  </eq>
                                  <block>
                                       <set name="update.selectAll">
                                            <s>false</s>
                                       </set>
                                       <dolist name="resObj">
                                            <ref>waveset.accounts</ref>
                                            <block>
                                                 <set name="resName">
                                                      <get>
                                                           <split>
                                                                <ref>resObj</ref>
                                                                <s>:</s>
                                                           </split>
                                                           <i>1</i>
                                                      </get>
                                                 </set>
                                                 <set>
                                                      <concat>
                                                           <s>update.accounts[</s>
                                                           <ref>resName</ref>
                                                           <s>].selected</s>
                                                      </concat>
                                                      <s>false</s>
                                                 </set>
                                                 <cond>
                                                      <match>
                                                           <ref>resName</ref>
                                                           <ref>activeSync.resourceName</ref>
                                                      </match>
                                                      <cond>
                                                           <eq>
                                                                <ref>
                                                                     <concat>
                                                                          <s>waveset.accounts[</s>
                                                                          <ref>resName</ref>
                                                                          <s>].accountGUID</s>
                                                                     </concat>
                                                                </ref>
                                                                <ref>activeSync.objectGUID</ref>
                                                           </eq>
                                                           <set name="resourceName">
                                                                <ref>resName</ref>
                                                           </set>
                                                      </cond>
                                                 </cond>
                                            </block>
                                       </dolist>
                                       <cond>
                                            <isnull>
                                                 <ref>resourceName</ref>
                                            </isnull>
                                            <set name="processType">
                                                 <s>LINK</s>
                                            </set>
                                            <set name="processType">
                                                 <s>UPDATE</s>
                                            </set>
                                       </cond>
                                  </block>
                             </cond>
                        </Expansion>
                   </Field>
                   <Field name="IAPI.cancel">
                        <Expansion>
                             <s>true</s>
                        </Expansion>
                        <Disable>
                             <eq>
                                  <ref>processType</ref>
                                  <s>LINK</s>
                             </eq>
                        </Disable>
                   </Field>
                   <Field name="doLinking">
                        <Expansion>
                             <block>
                                  <append name="waveset.resources">
                                       <ref>activeSync.resourceName</ref>
                                  </append>
                                  <set>
                                       <concat>
                                            <s>waveset.accounts[</s>
                                            <ref>activeSync.resourceName</ref>
                                            <s>].accountId</s>
                                       </concat>
                                       <ref>activeSync.identity</ref>
                                  </set>
                                  <set>
                                       <concat>
                                            <s>waveset.accounts[</s>
                                            <ref>activeSync.resourceName</ref>
                                            <s>].sAMAccountName</s>
                                       </concat>
                                       <ref>
                                            <s>activeSync.sAMAccountName</s>
                                       </ref>
                                  </set>
                                  <set>
                                       <concat>
                                            <s>waveset.accounts[</s>
                                            <ref>activeSync.resourceName</ref>
                                            <s>].accountGUID</s>
                                       </concat>
                                       <ref>activeSync.objectGUID</ref>
                                  </set>
                             </block>
                        </Expansion>
                        <Disable>
                             <neq>
                                  <ref>processType</ref>
                                  <s>LINK</s>
                             </neq>
                        </Disable>
                   </Field>
              </Form>
         </Extension>
         <MemberObjectGroups>
              <ObjectRef type="ObjectGroup" id="#ID#Top" name="Top"/>
         </MemberObjectGroups>
    </Configuration>

  • Active Sync Not Starting

    Getting this crazy error:
    Error starting #ID#C4C490642F5489B6:309EE1:106A49D3C08:-7FFB.Source adapter management is initializing.
    Obviously the first bit is the resource adapter's ID. This problem just suddently started happening after a restart and no changes to the RA configuration. Thankfully it's a test box...
    Anyway, when we try and start the adapter we get this error and in the WebLogic logs we see this:
    Exception in Scheduler thread:
    com.waveset.util.InternalError: Item 'TaskInstance:SARUNNER:#ID#C4C490642F5489B6:142C63F:1069A84A3C0:-7FC6(id=null)' object is null.
    com.waveset.util.InternalError: Item 'TaskInstance:SARUNNER:#ID#C4C490642F5489B6:142C63F:1069A84A3C0:-7FC6(id=null)' object is null.
    Weird that it thinks the object is null seeing as how we'd made not changes the RA. Has anyone seen this error?

    We had a similar problem on the production environment with the same error as listed on the original post. After struggling for almost 2 work days and the weekend, the issue was that the AD gateway service hung, and restarting the gateway service started all the active sync processing again.
    The basic problem is that no error is logged related to the Gateway service (either on IDM side or on the AD server), and the active sync processing thread will hang in execute mode trying to connect to AD. No proper error led us all over the place starting with the database resource which the active sync was running against.
    So check that all the applicable resources are responding before getting deeper into Active sync debugging.

  • Io exception: Connection timed out during Active Sync

    I received this connection exception during an Active Sync Process.
    The exception caused the process to halt for 9 minutes - it then picked again and continued processing accounts.
    We are running IdM v5.0 SP6, Tomcat Application Server, and an Oracle 9 Repository.
    Any ideas?

    Hi,
    It seems the query is taking too long and eventually the connection to the database is timing out.
    I also believe that you are on the supported database configurations for WLS 10.0 MP1 :-
    Link:[http://edocs.bea.com/platform/suppconfigs/configs100/100_over/supported_db.html]
    You will also have to look in the weblogic server log for relevant errors like socket exceptions.
    Regards.

Maybe you are looking for

  • HT4528 My IPhone Bugged out/It is currently in the reset mode. I need to exchange all of my contacts from my Yahoo acct. to my new IPHONE. Can you please help me?

    Hello , I purchased my IPHONE about 2 months ago. I am visiting family in DE & this tuesday it starting to go off & on by itself. Then the icons looked like they were floating . Then I could not call or text . The SIRI device would not work. Then it

  • Mail sending everything to junk folder

    Hi all, I have an issue where Mail is sending all incoming mail to the Junk folder including good mail. Normally the good mail stays in my Inbox and the Junk mail is automatically put in the Junk Mail folder. It puts all the mail in the junk folder,

  • Splitting an event with only only clip

    Is it possible to split an event that contains only one clip into two events? Documentation indicates that in an event with at least two clips it is possible, but with only one clip selecting a thumbnail where the split is desired leaves the 'split a

  • Organizational structure graphical view

    Hi Friends, we have problem with the organizational structure graphical view in OM. the system can not read the texts fonts, we don't use english characters. what should we do? Thanks

  • Using Personal Domain

    Hello Thanks to Roddy for advice re. inserting Google maps - I think users in UK are going to have a lot of trouble ! The required address format is so specific that most people will get it wrong. Mac have used an address format which just isn't used