{PSWSYNC}*ON-DEMAND*SYNCHRONIZATION*REQUIRED*

Hi all,
i had successful installed the "Sun ONE Directory Server 5.2" and "Identity Synchronization For Windows 1.0", then i started to synchronize the password from AD to Sun One Directory Server, but why the userpassword attribute always showed "{PSWSYNC}*ON-DEMAND*SYNCHRONIZATION*REQUIRED*", what does the on-demand synchronization mean and how to test that if the synchronization work fine? Could you help? Thanks.

My setup works as follows:
I change the password in AD and if I then do an ldapsearch with userID and NEW password then the bind is successful.
BUT, this scenario does not work
change the password in AD
I try telnet to a solaris 9 LDAP client workstation with the new password and it fails.
I bind to LDAP using LDAPSEARCH with the new password and it works
I can now login to the unix client successfully with the new password.
QUESTION: When I attempt to login to the unix client after changing the password in AD, why does it fail?
Why does only an LDAPBIND using LDAPSEARCH recognize the new password?
(I setup the solaris 9 client using ldapclient init and the default profile from the ldap server. The passwords are stored in crypt).
Here is output
# ldapclient list
NS_LDAP_FILE_VERSION= 2.0
NS_LDAP_BINDDN= cn=proxyagent,ou=profile,dc=otnnet,dc=com
NS_LDAP_BINDPASSWD= {NS1}5489ea86c6c084a6ee
NS_LDAP_SERVERS= 10.40.1.146
NS_LDAP_SEARCH_BASEDN= dc=otnnet,dc=com
NS_LDAP_AUTH= simple
NS_LDAP_SEARCH_REF= FALSE
NS_LDAP_SEARCH_SCOPE= one
NS_LDAP_SEARCH_TIME= 30
NS_LDAP_SERVER_PREF= 10.40.1.146
NS_LDAP_PROFILE= default
NS_LDAP_CREDENTIAL_LEVEL= proxy
NS_LDAP_BIND_TIME= 10

Similar Messages

  • Demand management - Requirement type

    Dear SAP Experts
    Could someone kindly explain to me  What  "Requirement type" ( eg.LSF , BSF) controls, and what settings do i have to make to use any each of them.
    How does each affect planning calculations?
    Thanking you all in advernce.
    Richard.

    Hi,
    Hope you would have gone through the SAP notes on Requirement Type which is reproduced as under
    Strategy for Determining the Requirements Type
    1. First, an attempt is made to find a requirements type using the strategy group in the material master.
    2. If the strategy group has not been maintained, the system will determine it using the MRP group.
    3. If the MRP group has not been defined, the system uses the material type instead of the MRP group when accessing the corresponding control tables.
    4. If no requirements type is found here, the system assumes a special rule and attempts to find a requirements type with the aid of the item category and the MRP type.
    5. If this is not possible, a last attempt is made to find a requirements type with the item category only.
    6. If the last attempt fails, the system declares the transaction as not relevant for the availability check or transfer of requirements.
    Now why we require it.
    becuase same requirement types can be assigned to any number of item cateogies for different MRP types. Since item cateogories cannot be assigned to requirement class directly, requirement type is a link between them.
    Though requirement type has no feature associated with it, it helps in assigning the correct requirement class in a sales document. Any number of requirement types can be assigned to requirement class. So MRP type in material master plays a vital role in fetching the rquirement class. Hence, you can enter manually the Requirement type in sale order but not Requirement Class.
    Thanks.......rakesh

  • When is synchronization required?

    My application runs a number of threads inside a Tomcat server, each of which is updating a replicated cache (checking for pre-existing entries in some cases).
    I have been getting irregular problems in the classloader - apparently due to what seem to be scrambled class names (see below - edited slightly).
    (Wrapped)
    java.io.IOException: Class initialization failed: java.lang.ClassNotFoundException: 14714277.rest.of.class.Name <=== corrupted!!
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1332)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.tangosol.util.ExternalizableHelper.loadClass(ExternalizableHelper.java:1887)
    at com.tangosol.util.ExternalizableHelper.readExternalizableLite(ExternalizableHelper.java:1480)
    at com.tangosol.util.ExternalizableHelper.readXmlBean(ExternalizableHelper.java:1556)
    at com.tangosol.util.ExternalizableHelper.readObject(ExternalizableHelper.java:1746)
    at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:187)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$ConverterFromBinary.convert(DistributedCache.CDB:4)
    at com.tangosol.util.ConverterCollections$ConverterMap.put(ConverterCollections.java:1317)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$ViewMap.put(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
    at [... CUT HERE...]
    I have tried putting coherence locks in place but with no impact - in fact the only thing which seems to make a difference is to synchronize all my calls to the NamedCache - but even this is not completely sufficient (i.e. problems still occur, just less frequently).
    I realise that this may be a problem in my code (though I can't really see how).
    Do you have any suggestions? Is access to the cache meant to be synchronized?
    Thanks (for this and all the previous help!)

    I have seen a similar problem (using Coherence 3.0.0 build 315) :
    java.io.IOException: Class initialization failed: java.lang.ClassNotFoundException: No ClassLoaders found for: 10.120.45.rest.of.class.Name <=== <b>corrupted!!</b>
         at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:198)
         at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:464)
         at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:374)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at com.tangosol.util.ExternalizableHelper.loadClass(ExternalizableHelper.java:1887)
         at com.tangosol.util.ExternalizableHelper.readExternalizableLite(ExternalizableHelper.java:1480)
         at com.tangosol.util.ExternalizableHelper.readXmlBean(ExternalizableHelper.java:1556)
         at com.tangosol.util.ExternalizableHelper.readObject(ExternalizableHelper.java:1746)
         at com.tangosol.run.xml.XmlSerializableAdapter.readExternal(XmlSerializableAdapter.java:163)
         at com.tangosol.run.xml.XmlBean.readExternal(XmlBean.java:687)
         at com.tangosol.util.ExternalizableHelper.readExternalizableLite(ExternalizableHelper.java:1492)
         at com.tangosol.util.ExternalizableHelper.readXmlBean(ExternalizableHelper.java:1556)
         at com.tangosol.util.ExternalizableHelper.readObject(ExternalizableHelper.java:1746)
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:187)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$ConverterFromBinary.convert(DistributedCache.CDB:4)
         at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1300)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$ViewMap.get(DistributedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
         at com.tangosol.coherence.component.util.collections.WrapperMap.get(WrapperMap.CDB:1)
    When I have looked closely at the data, this seems to occur when there is a null value in a Map that is being serialised/deserialised using an XmlBean.
    The "10.120.45." above which has overridden part of the fully qualified class name can actually be found in the data that is being (de)serialised.
    So far this appears to be a problem in 2 out of more than 250,000 objects that we have processed (in one day), so it is a problem in our data and our handling of it, which we will fix ourselves.
    However, it is a concern that nulls like this cause problems with (de)serialisation in Coherence.
    Are null values in Maps supported for serialisation/deserialisation via XmlBean? Are null values in general supported for (de)serialisation via XmlBean?
    Have you seen this problem before? Are you able to fix it?
    Thanks,
    Rohan

  • Table for Demand/Requirements quantity

    Hi ,
    Can you help me determine if there is a table in PP and MM module that contains the demand or requirements quantity for each material? I need to create a customized report that will show the demand per period of time(monthly).
    Thanks in advance.
    Regards,
    Melvin Salayo

    Hi,
    Check the below tables you will get the reuired stuff
    *Planned indepedent requirements:*
         PBIM                    Independent requirements for material
         PBED                    Independent requirement data
         PBHI                    Independent requirement history
         PBIV                    Independent requirement index
         PBIC                    Independent
    Reservations
         RESB                    Material reservations
         RKPF                    header
    Thanks
    Satya

  • Demand Capturing on the basis of MTO and MTS

    Dear Sir,
    I am new in SAP PP so i require help on following points
    How demand is captured in SAP and under what transaction code for make to order and make to stock  production. For both scenarios what production strategy is used.
    Regards
    Rinku

    Make to stock:
    Main Strategies Used are 10,11, and 40
    Demand will be captured in MD61 ( Planned Independent requirements)
    Make to Order:
    Main strategy used is 20
    Demand / Independent requirements will be captured in MD81(Customer requirements) .or sales order
    After MRP run and Execution of production, the demand disappears when stocks delivered to Either sale order or cost center.
    Please go through the following link to have further clarity regarding planning strategies.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/cb/7f9b7043b711d189410000e829fbbd/frameset.htm
    Revert back for any specific clarification
    Regards
    Venkat. V

  • OneToManyMapping Synchronization

    I have a case where a group of object mappings contains three levels of one-to-many relationships with indirection turned off.
    I have a query that retrieves the top level object in this relationship, which in turn forces Toplink to invoke several subsequent queries to fulfill the one-to-many mapping requirements. In total four queries are executed for the operation.
    If a single client session executes the query the entire operation takes from ~5 seconds to complete. However, if multiple client sessions execute the query in parallel the operation takes n clients * (~5 seconds). For 5 simultaneous sessions this translates into 25 seconds for all invocations to return.
    After a bit of investigation it turns out that the extractresultFromBatchQuery method in OneToManyMapping is synchronized. This, in itself wouldn't be terrible if the synchronous behavior was forced around the full grouping of query executions. However, what is happening is that the calls are being interspersed from all of the sessions, forcing a wait on all previous query calls. For example, if session1 executes the query at the 0 second mark, and session5 at the 20 second mark, assuming 5 total sessions, the operation for session 5 will complete in 5 seconds, at the 25 second mark, but the calls for sessions1-4 will also complete at the same time.
    Is synchronization required on this method? Is there some reasonable approach that will avoid this type of behavior?
    I'm working with Toplink v9.0.3.

    Hello Rajko and welcome to the BlackBerry® Support Community Forums.
    Sorry to hear you are having difficulties synchronizing your BlackBerry® smartphone Contacts with your Microsoft® Outlook®.
    To locate the record that is causing the error, enable logging as shown in KB01451 How to turn on advanced synchronization logging if a wired synchronization fails.
    Once the record is located delete it then try the sync again.
    Let me know how you make out.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Netting independent requirements with strategy "50"

    Hey Gurus,
    We are using strategy "50" for our top level materials.  We would like to net the independent demand (VSF requirement) that we have entered in the system but it seems that it is only netting for strategy "40".
    Is there a way to use strategy "50" and net the independent requirements placed against those materials? 
    Sincerely,
    Nina

    We found the answer in the strategy group set up.

  • Tcode to view total demand

    Hi All,
    I need a tcode to list all the demands(independent requirements and dependent requirements) and the stocks for a list of materials.
    I found that tcode MD79 is capable of listing the ind. req. for a list of materials.  Same way MD07 for listing the stocks.
    Is it possible to view the dep.req. for a list of materials?  Or is there any tcode to view all these in a single transaction?
    Arun

    Hi,
    You may use using MD04 - Stock requirement list. to display depend demand. In this you need to define your selection rule to display specific element in MD04. Then on MD04 screen, click on Filter --> assign required selection rule required so that only required elements (Dep Demand) will be displayed
    You may define selection rule to define PIR, Stock as well as Dep. Demand at atime
    Alternatively try Planning table to display required contents.
    If doenot solve your requirement, you may have to look for some simple custom report using existing Function Modules
    Thanks,
    Mangesh. A. Kulkarni

  • Password synchronization between OID and AD - 10.1.2

    Hi,
    I've some questions about the following issue:
    I've tried to setup the password synchronization between OID 10.1.2 and active directory, with the intent of exporting ldap users from OID to AD..
    Well, the bootstrap gone fine, but when I tried to activate the export of password in the activexp.map configuration file,
    I've obtained this:
    *Writer Thread - 0 - [LDAP: error code 53 - 0000001F: SvcErr: DSID-031A0FC0, problem 5003  (WILL_NOT_PERFORM), data 0*
    for each entry I tried to export...
    I've opened a SR on metalink and I've received the following answer:
    _"  As shown by the synchronization profile, currently you have a mapping for the password from OID to AD._
      _userpassword: : :person:unicodepwd: :person:_ 
      _According to the documentation, password synchronization requires the directories to be configured for SSL mode:_
        _http://download-uk.oracle.com/docs/cd/B14099_12/idmanage.1012/b14085/odip_actdir003.htm#CHDEFIED_
    _18.3.2.8 Synchronizing Passwords_
      _You can synchronize Oracle Internet Directory passwords with Active Directory._
       _You can also make passwords stored in Microsoft Active Directory available in Oracle Internet Directory._  
       _Password synchronization is possible only when the directories run in SSL mode 2, that is, server-only authentication."_
    The SSL setup is the only way to achieve this, or there's another alternative?
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Yes. It needs to be in SSL.
    http://download-uk.oracle.com/docs/cd/B14099_12/idmanage.1012/b14085/odip_actdir003.htm#CHDCJHHB
    Some excerpts:
    Active Directory Connector uses SSL to secure the synchronization process. Whether or not you synchronize in the SSL mode depends on your deployment requirements. For example, synchronizing public data does not require SSL, but synchronizing sensitive information such as passwords does. To synchronize password changes between Oracle Internet Directory and Microsoft Active Directory, you must use SSL mode with server-only authentication, that is, SSL Mode 2.
    -shetty2k

  • Two 5132 synchronization

    Hi All
    Could I synchronize two NI new USB-scopes?  I checked the web info and know it provides a SYNC terminal.
    So I would be able to  send a trigger signal into SYNC terminal and trigger a 5132, however, could I share the
    clock between them? 
    USB-scope is a good idea, but I need more than 2 synchonized channels.
    Thank you
    Kirika

    Hi Kirika,
    The 5132 has one PFI terminal.  It can be used to receive an external sample clock or external digital trigger.  It can also be used to export a trigger from the device.
    You can synchronize 2 devices by sharing an external sample clock **OR** by exporting a trigger from one device and to another.  Since there is one PFI terminal, you can’t combine the two methods.
    What are your synchronization requirements?
    Jeff B.
    NI R&D Group Manager

  • Imlementing synchronized access to shared objects in LabVIEW OOP

    Many objects in object-oriented programming have an
    identity, such as a file, a front-panel object or a hardware device.
    These objects cannot be modelled using present LabVOOP (LabVIEW Object Oriented Programming) objects as
    LabVOOP objects gets copied as wire is branched; multiple different
    wires cannot all represent a single object. This issue has been
    irritating the community of LabVIEW users since the release of LabVOOP
    a few months ago.
    It seems that there is a huge demand for
    objects with unique identity i.e. by-reference objects in LabVIEW. The
    central problem why LabVOOP propably doen't have these objects is the
    difficulty in implementing synchronized access to these objects from
    multiple parallel threads. The problem of synchronized access can be
    divided into two different separate topics. First how the
    sychronization should be implemented in LabVIEW runtime engine. Second
    how this synchronization mechanism should be visible to the developer.
    I'd like to start this thread to discuss these two issues.
    Synhronization under the hood
    Traditionally
    people talk about locking of an object and about get-modify-set pass
    when accessing the object. Locking is traditionally done by acquiring a
    mutex for an object, modifying the object and releasing the mutex so
    that other threads can access the same object instance. This is how
    inter-thread synchronization is traditionally done. However, besides
    the mutex based locking, the computer science community has innovated
    also different kinds of methods on synchronizing the access to objects.
    One way to get object-level synchronization is modify the
    runtime engine so that it only allows a single method of a synchronized
    object to run at any time. This mechanism of syncrhonization is
    implemented in programming languages like O'Haskell, which is a Haskell
    variant with object orirented features.
    Also different
    transactional mechanisms[1,2] have been successful. In transactional
    mechanisms multiple threads are allowed to access a synchronized object
    simultaneously. As each method accessing an object commits their
    changes, they verify that no other object has modified the object
    simultaneously in a manner than would break the transaction. If such a
    modification has occurred, everything is rolled back. Transactional
    mechanism do not suit to every possible situation as not everything can
    be rolled back. For example it's hard to roll back an action that
    somehow modifies the physical world.
    User experience of synchronization
    How
    the synchronization is generally implemented in LabVIEW shouldn't be
    directly visible to the developer end-user. The developer should
    understand the general concepts of synchronization to take full
    advantage of it, but in general the synhronization mechanism should be
    integrated directly to development environment. There should in general
    be no need to acquire a mutex by calling acquire mutex node but instead
    the end-user should be able to specify which data needs synhronized
    access in more sophisticated way.
    In the following I propose a
    mechanism of integrating the synchronized access of by-ref objects to
    the development environemnt of LabVIEW. The proposal is very
    preliminary but I hope it breaks the ice and the community would start
    innovating in how should NI implement the syncrhonization support in
    the user interface of LabVIEW.
    Wire level synchronization
    Only
    methods can access object private data members. In synchronized access
    to the object, it's the methods accessing the private data members that
    need to be synchronized. The private data members are accessed by
    applying unbundle node to the class wire and data is written back to
    the object using bundle node.
    What I propose is the following.
    An unbundle node could either be normal or "synchronized". A
    synchronized unbundle would guarantee the access to the private data
    members in synchronized manner. All data wires originating from
    synchronized unbundle would be of synchronized type, in a little
    similar manner as a dynamic dispatch wire is of special dynamic
    dispatch type. Such a wire must evetually be connected to a bundle
    node. When the wire is bundled back to the originating object, the
    synchronization requirement is released.
    These synchronized
    wires would look somewhat different from normal wires so that the
    developer instantly knows that the wire is synchronized. The developer
    can branch the wire, but only one wire branch can own the synchronized
    type. The developer could easily select which wire would be
    syncrhonized by Ctrl+clicking the wire. Such a wire can be considered
    as a combination of a data and a mutex, even though mutexes don't need
    to be the underlying synchronization method. The wire just guarantees
    that there is a mechanism in the runtime engine that makes sure the
    access to the wire data is synchronized.
    There is a need to wire
    data originating from a non-synchronized wire to a synchronized wire so
    that it can replace the private data member of the class. This is
    accomplished with a new node similar to bundle node, that would allow
    replacing the data in a syncrhonized wire with some data originating
    from a non-synchronized wire.
    The synchronized wire can be
    connected to a front panel controls of special syncrhonized type. This
    way the synchronized wire can originate from a method and allow passing
    the synchronized data to the calling VI and back to another method.
    This is practical for example in a situation when the developer wants
    to run different analyzes to a data class but don't want to rewrite all
    the existing data analysis tools as class members. So the developers
    writes a syncrhonization acquiring getData method that let's the
    calling VI to access the syncrhonized data. Then the developer passes
    this data to an analysis VI and passes the result back to a setData
    method that writes the result back to the class wire.
    There
    will probably be technical problems in allowing the user to connect
    such a synchronized wire to all existing VIs since these VIs. Therefore
    the programming model for all nodes that do not support such
    synchronized wires will be branching the wire and passing the
    non-synchronized wire branch to the node and then bundling the result
    back to the synchronized wire.
    To increase performance and
    decrease unnecessary buffer copies when a syncrhonized wire is
    branched, if the syncrhonized wire continues directly to the new bundle
    synchronized wire node, no buffer copy is made.
    Discussion
    The
    syncrhonized access to a by-ref LabVOOP objects can be implemented in
    multiple ways by National Instruments. The synchronized access should
    be divided to two different and independent parts: 1) the user
    experience of synchronization and 2) the runtime engine synchronization
    mechanisms. As LabVOOP objects have special properties compared to
    other LabVIEW data types, optimal user experience can be gained by
    designing the user experience specifically for LabVOOP objects. From
    user experience point-of-view this syncrhonization mechanism may not
    work for other data types. Separating object syncrhonization from
    synchronization of other data types is advantageous also for other
    reasons. Due to the fact that object data can only be accessed via
    object methods, more advanced synchronization methods may be used with
    objects than can be used with other data types. O'Haskell
    synchronization implementation is an example of this. Integrating the
    synchronization directly to the user interface allows NI to change the
    mehcanisms under the hood, when computer science comes up with more
    advanced methods. Therefore NI could begin with traditional and quite
    easy mutex-based synchronization and later move to more advanced
    perhaps transaction based syncrhonization methods or even combinations
    of multiple different methods.
    I hope this topic generates
    discussion that would help NI to implement an excellent synchronization
    mechanism in LabVOOP. I hope that all talented individuals in the
    community participate this discussion to help NI to reach this goal. I
    also hope that if you just have time, it would be great if you could
    surf the computer science resources to find out what kinds of new
    techniques there exists for synchronizing access to shared resources. A
    Large community may find much more innovative solutions than a few engineers at NI. Let's give NI the power of open source design
    Tomi Maila

    Hello Tomi,
    First, thank you for taking the time to write such a well
    though-out suggestion.  Are you familiar
    with the “LabVIEW Object-Oriented Programming: The Decisions Behind the Design”
    document?  I think the reason we chose to implement a ‘by
    value’ strategy, is that is more in line with the LabVIEW programming paradigm
    of dataflow, and would make sense to most of our LabVIEW users.
    I think your suggestion is interesting, and it does
    highlight the need to think outside of the conventional LabVIEW box and look to
    some of the innovative things other languages do.  However, I think we all agree that
    synchronization takes careful planning and extra work for the programmer.  Even with an ‘ideal’ solution I see no way
    around this.  For LabVIEW users today,
    one great way to get synchronized ‘by reference’ semantics with your objects is
    to use a single-element queue to pass your object.  The queue itself is passed ‘by reference’ and
    is inherently synchronized!  The does
    have the disadvantage of adding one more small layer of complexity to your
    program, but some complexity would have to be introduced in any situation.  The other disadvantage with this is that it
    is not always an intuitive way to implement your program and requires some
    amount of LabVIEW knowledge before one would generally come across this
    technique.
    In any case, I appreciate the time and effort you put in to
    your suggestion.  Please make sure that
    you submit the suggestion formally through the NI Product Suggestion Center so
    that it can be reviewed by some of the decision makers here.
    Thanks again,
    Travis M
    LabVIEW R&D
    National Instruments

  • Laptop for Premier Pro CS6 (and CS6 suite)

    We are wanting to either purchase the CS6 suite which includes Premier Pro CS6, or get a subscription to the Creative Cloud. Our quandary is that I need a new computer to get up to specs. Although building a desktop would probably be ideal, I would like to get a laptop that I can use for other purposes during the work day, and for editing short videos when needed (5-20 minutes in length). Can someone school us on the feasibility of using either a new macbook pro (i7, 8GB Ram, 1GB video) or a new Dell XPS 15z (Win7, i5, 8GB RAM, 1GB GT 525M video) and if anyone is successfully doing this... or if anyone tried it unsuccessfully. Can Premier Pro, specifically, run on these laptops with no problem? Do i need to use additional harddrives (oerhaps a thunderbold external)?
    Thank you!

    ....consensus on this forum is to STAY AWAY from Dell and Mac......editing today's demanding codecs requires a beefy, well thought out laptop suited for the task. Some beefy gaming laptops from Asus have the necessary components, along with MSI , Sager and others,
    ADK has laptops set up and tested specifically for video editing. Read the current and previous posts here on this forum regarding your question....it has been asked innumerable times before!! Before you "jump in the water" there is much to learn on this forum regarding the technical requirements to successfully edit digital video using PPro....especially from Harm Millard, Bill Gehrke,  Eric and Scott at ADK, and others.

  • Is there any way to install muliple notes apps on my iPad/iphone, Is there any way to install muliple notes apps on my iPad/iphone

    I love the notes app, esspecially now that its sycronised with iCloud. I've downloaded and tried many similar notes/journal/task apps but nothing seems to compare to the one given to us from Apple. I think many of us multi-taskers would be willing to pay Apple for additional notes apps. (ie notes1, notes2, notes3, notes4 . . . ) We live in a multi-task world in which our demanding lives require us to move ahead and advance with several projects/subjects at one time. For a student it would be like having a 5 subject binder, for a business you could use each notebook to track a project, and for a writer each notebook could represent any creative thought that comes to mind. A few after market products come close to filling this void but I'd much rather have one notebook for each topic, that opens up directly by taping that topics icon on my ipad or iphone or mac. So thank you Apple for creating the notes app and giving it to us for free, now can you make additional notes apps available to is for a price? Ultimately, I would like to be able to add additional information to any of my my subject notes, as soon as the thought enters my mind.
    Thank you,
    John Franco

    Submit your feedback directly to Apple using the appropriate link on the Feedback page:
    http://www.apple.com/feedback

  • How to get current viewed task

    For an external synchronization requirement I need to maintain or be able to retrieve the current viewed task by a user. I'm hopeful that this has been solved before. Does anyone have any insight there? I'm considering setting up a table to maintain the current viewed taskid for the user, but even that is proving challenging with my lack of ADF exposure. I see the 'TaskSelectedEvent' in the wizard generated task form I'm using but I'm not sure how I might leverage that.
    Any help is appreciated.

    Yes. there is no API to get the current task.
    Try this:
    WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("wi_id");
    But i still say a bit confused with your requirement.
    The task id gets created only upon creation of a task. And you want this current task id in the BPM Process context? How is it possible unless and until some action takes place and the data is passed from WDJ to BPM Context?
    Please clear my doubt.

  • Asset Retirement

    Hi Gurus
    I am Getting A Problem While POsting Asset Retirement, As it Is giving the Error While GiVing The Fixed Asset Gl As Follwing
    Rules for posting key 50 and acct 3520500 set incorrectly for "XAABG" field
    Message no. F5272
    Diagnosis
    One of the rules specifies that the field demands a required entry, the other rule says that the field is to be suppressed.
    Procedure
    Correct one of the two rules for the field selection.
    You find the field status group in the G/L account master record:
    Execute function
    You can find the rules for the field status group in the Financial Accounting Implementation Guide in the activity Maintain field status  variants.
    You can find the posting key in the Financial Accounting Implementation Guide in the activity
    Define posting key.
    I had Checked the FSG And The Posting Key But I am Unable To Solve The Error Plz Help
    I had Changed the Field Status Of asset Retirement Field As required
    If It Is The Mistake I had Removed it , Where As I am Not Getting the Field retieremnt In the Sale Of Fixed Asset Screen
    Regards
    Prasanna
    Edited by: prasanna raj on Oct 13, 2008 8:02 AM

    When we go for posting a retirement of asset with revenue, 2 sets of process takes place.
                                                                                 Loss                         Profit
    a.    01    Customer                  Dr                            5000                        15000
           50    Revenue                    Cr                           (5000)                      (15000)
    b.     75   Asset                         Cr.                        (35000)                      (35000)
            70   Accumulated Dep.       Dr.                        27000                        27000
            40   Revenue                      Dr.                         5000                         15000
            50   Profit                           Cr.                                                         (7000)
            40   Loss                           Dr.                         3000
    We add both the options a & b, exactly the same result we get for Asset Retirement with revenue

Maybe you are looking for