Changes to workflow when using LDAP

Hi
We have a repository with workflows. Everything worked ok.
Then we activated LDAP.
I had to do some changes in the workflow and went into the workflow table to do the changes. Then everything looks ok untill I open Visio. Then everything "hang". Without LDAP I have no problems. Anyone experienced the same thing?
Regard John-Kjell Hoset

Hi,
There will be 'n' number of issues in using MDM - LDAP Integration with 5.5 version. Better to implement this LDAP integration with MDM version 7.1 +
Even if you are willing to go for it then check following -
1) Whether you have activated the LDAP Fallback mechanism or not?
2) Admin user is present in LDAP or not? It you have used Admin user in workflow and the Admin user is not present in LDAP then it will hang
Regards.

Similar Messages

  • Track Changes in Pages when using Voiceover

    Has anyone successfully used theTrack Changes feature in Pages when using Voiceover? I can find out how many changes there are and navigate to them, but it's not good at telling me what the change is so I can decide to accept or reject. Has anyone got any tips for using this feature? I'm using Pages 5.2.

    TC,
    You might enjoy reading Chapter 4 of the Pages User Guide PDF. You can download it from the help menu.
    Jerry

  • Changing Export Location when using Publish Services to Hard Drive?

    Hi,
    I am aware that typically when using publish services it is not possible to change the export location once it has been set. This has put me in a very precarious situation; let me explain.
    I work for a distribution company that sells 15+ product lines. For almost every product, they have a photograph. I was asked to set up a system whereby a number of sales representatives could access these photographs in an organized fashion from their own computers. This is how I have set things up: A media computer (backed up onto an external hard drive) has all the raw files. In lightroom I have set up two publish services to hard drive. The export location for these two publish services was an external drive that was accessible throughout the company network. Unfortunately, while I was gone, the external drive was changed over to a cloud-based system. As such, the export location for my publish services no longer exists.
    Of course, I could go and re-create the publish services, but unfortunately that would be an incredibly laborious process because each publish service has 10 or so sets with 2-4 levels of folders amounting to several hundred folders that would need to be re-created. Moreover, because of the complexity of the system, I made them all smart-folders with specified attributes, etc. So re-creating all these folders would take a whole lot of time and could literally drive a guy crazy (I would know, I set the thing up and it did almost drive me crazy!)
    So, I was wondering if there is any lightroom wiz out there who knows a work-around for my issue.
    Now, I did do some digging already and I came across this article: http://blog.27shutterclicks.com/2012/03/how-to-change-the-publish-service-export-location- in-lightroom-3-4/    which outlines a method for changing the export location! However, as far as I can tell, I would still have to change the export location of each folder manually, which would basically be just as complex and confusing as recreating the publish service anyways. Am I correct in this thinking, or using this method is there a "root" folder than I can change, which will change every other folder?
    Hopefully I have outlined this clearly enough. I will really appreciate any response! Thanks and have a good day.
    -M

    MichaelKuby wrote:
    I am aware that typically when using publish services it is not possible to change the export location once it has been set. This has put me in a very precarious situation; let me explain.
    Yes, it is not possible to change the export location for a Publish service.
    But it is possible to set up another Publish Service with a different location.
    Under <Publish Services> right-click the header bar where it says "Hard Drive: .... " and select <Create Another Publish Service via Hard Drive>.
    See screen shot:
    In the editor that comes up select the "cloud" as location.

  • Problem using a group which has a space in it's DN when using LDAP Group mappings in UCS 1.4

    Hey,
    We've been implementing LDAP authentication (Active Directory) using LDAP group mapping in UCS 1.4, and we've noticed that when using a group which has a DN with a space in it (such as "UCS Admins") it wouldn't authenticate the user with the appropriate role.
    Using a DN without spaces (such as "UCSAdmins"), works just fine.
    I should mention that having a base DN with spaces works just fine as well, it's just the group mappings that doesn't work.
    I should also mention that Cisco's "Quick guide to configuring ldap for ucs 1.4" shows an example in which the group's DN doesn't include a space.
    Is there a workaround available which can make it possible using a group which has a space in it's name?
    Thanks,
    Dor

    Hey Roman,
    Thanks for your prompt reply.
    We've tried putting quotes using UCSM which is not possible at all - not for the entire entry nor for the part with spaces.
    We've also tried using CLI ("scope security/ldap/ldap-group") where you have to put quotes if you use a DN with spaces, and it still doesn't work. Furthermore, we tried adding quotes only to the part with the spaces, i.e. - CN="UCS Admins",OU=TEST,DC=TEST. It adds the entry without an error, but shows like we would use "CN=UCS Admins,OU=TEST,DC=TEST". Anyway, it doesn't work either.
    Thanks again,
    Dor

  • Connecting to PAPI Process Service when using LDAP

    We have Oracle BPM 10.3 set up with using LDAP as the directory for participants. In order to connect to the PAPI process service we want to use a system id that is a non user but set up in LDAP. How do we do this? Is there any special role or security group needed for this user, i.e. does it need Process Admin user privileges?

    HI
    Yes, this definitely will need a password, which is the same as the password you will use to log into the system (BPM Workspace or the external application that makes PAPI calls).
    The way we have implemented this is: We have an external J2EE application (app A) that makes use of the papi calls, deployed on weblogic. The BPM engine is also deployed on the same weblogic domain. THe BPM application can then be configured to be used in the Single Sign On mode and deployed. In such a scenario when the user types in the url for the BPM workspace, the login page for app A will be shown.
    THe LDAP that you use to configure the BPM directory, can also be used to create a security provider in the security realm of the weblogic (using weblogic console). THis will ensure that any application (in this case app A) deployed on weblogic will use this users/groups from this LDAP for authentication purposes. This completes the setup, so we have app A and BPM application both authenticating against the same LDAP and BPM application is configured in SSO mode.
    When the user comes to the login page of appA, the corresponding servlet can store the password in the session and then forward to the worklist app page (if you want that). The BPM login page will NOT come up, since BPM can authenticate the user based on his login into appA. Later (let us say during the external task execution; when the servlet of appA is called from BPM), you can use the password stored in the session to create the papisession object for the logged in user.
    Recently I started a blog, where I have an example of PAPI (as this is one of the favourite questions of BPM users). YOu can check it out
    http://satinderblogs.blogspot.com/2009_11_01_archive.html
    HTH
    Satinder

  • How to change download path when using webutil_file_transfer.DB_TO_CLIENT

    I am trying to change the path when downloading a file using the download_db procedure (webutil_file_transfer.db_to_client).
    Thanks,
    Terry

    Is the procedure DB_TO_CLIENT built in oracle?
    I also want to download video files from Oracle to client and save to d:\video, How can I do?
    Appreciate for your any words.
    If you know, Plz email to:
    [email protected]

  • Change sender address when use function SO_NEW_DOCUMENT_SEND_API1

    The requirement need change the sender address when use function   SO_NEW_DOCUMENT_SEND_API1.
    for example,the fixed sender  is '[email protected]'. how to change the sender address. could you please
    provide a instance?

    Hi 莫言,
    As explained in mail home wiki here, this function module is obsolete and complex to use, please use CL_BCS instead. You can find lots of example there. And it is pretty easy to change sender address using CL_BCS instead.
    Best regards,
    Jerry

  • CcBPM - can't activate workflow when using expression in Condition editor

    Hi,
    My workflow (generated by ccBPM) won't be activated when I try to do an IDOC comparison (on DOCNUM), using an index (count), in the ccBPM Condition Editor.
    The condition looks like this:
    (msgs_receive[count]./HRTRPR01/IDOC/EDI_DC40/DOCNUM = msg_receive./HRTRPR01/IDOC/EDI_DC40/DOCNUM)
    There seem to be no errors when activating the Integration Process in the Integration Repository, however when looking into the SXI_CACHE, XI Directory cache, my integration process gets return code '99', even after reactivation.
    I get this error:
    Syntax error in expression Line1 Ext. IDE63443806B4211DBC393F1DE0ACE61FE
    The exception occurred (program: CL_SAI_SWF_RULE
    Symbol 'CE/KO' expected at position 1 in expression 'count{XSDSIMPLE::xsd:string;}'
    The only interpretation I make out of this is that it doesn't like my index (count) variable.
    Can anything be done to fix this?
    I use XI 3.0 SP14
    Thanks
    Olof Trönnberg

    Hi,
    Return code - 99
    1) Export  parameter might be wrong.
    2) Check Oss Notes 901366 & 708338.
    3) 99 occurs when there is a mismatch in the mapping
    4) 99 occur if all the active correlations are not used.
    5) Try this SXI_CACHE select your business process and
       click on activate. change the  the return code to 02
       and upon activating again.
    This will help you :
    http://help.sap.com/saphelp_bw31/helpdata/en/c6/893bca449311d1893e0000e8323c4f/content.htm
    Regards
    Agasthuri Doss

  • How do i change default sound when using AirPlay Display on Mavericks

    So i am using a TV with Apple TV attached as a second display for watching movies etc in the background
    Everytime i turn on the setting to enable to the display, it sets the Apple TV as my default sound and i have to go to settings to manually re-select my speakers attached to my iMac. Is there anyway to change this so it leaves the sound from my Mac as the default sound when enabling the screen.

    I looked into this a little more carefully.  It's not the Guest account.  It clearly indicates "Managed".
    Searching for more information, this is something related to Parental Control, but I can't seem to get this account to take on the characteristics of either an administrator or user role.

  • Cursor doesn't change to bush when using brush adjustment

    I'm running into an issue when I using the brush adjustment in LR 5.5. The cursor doesn't change from the pointer to the brush cursor. Does any one have a fix for this? I'm running the latest version of LR. I have an 2011 iMac running OS 10.9.4 Any help to solve this issue would be greatly appreciated.

    Same thing here. I also find that Apple Mail is the most frequent offender. Still, like you have mentioned, it is not limited just to mail. This was not a problem for me in Mountain Lion. However, I am noticing that this is a problem for users as far back as 2006 and for every OS release since. It seems that this is not a OS- specific issue. Or if it is, Apple hasnt addressed it in 6 OS releases. This seems like it would be an easy fix. Pretty annoying that it doesnt "just work," right?

  • Change file name when using subversion

    Using CS6 / Windows 8.1.
    In our setup all files are checked into Subversion. This seems to cause problems when renaming files. I rename files from within Dreamweaver. All links on other pages get updated, but the file name doesn't change. This is not an issue if file hasn't been checked in yet, or for sites not using Subversion. Is this a bug? Is there a workaround?

    I see this was a problem in CS5. Is it still not fixed in CS6?
    Can't rename file under Subversion control.

  • Mountain Lion change color profile when use discrete video card

    MacBookPro mid 2010. Update Samsung SSD 830.
    Mountain Lion 10.8.2 just installed (new installation).
    Reset PRAM and SMC. Done. No result.
    Try with GfxCardStatus. No result.
    When the system uses the discrete video card changes the color profile.
    I'm not the only one with this problem.
    Someone managed to solve the problem (really)?
    I DO NOT ACCEPT COMMENTS OR ANSWERS USELESS.
    Sorry, but slightly altering after losing three hours in forums where no one ever answered ...
    Thanks.
    Stefano.

    Let's see...
    Sounds like you're running into an expected issue if you make an alias to removeable media.  The same thing would happen if you made the alias to a folder on a DVD-R disc or CD-R.  If you eject the original, you disable the alias.
    If you copy the entire SD card volume to your drive, the PRIVATE package should copy across.  Then, as a folder on your hard drive rather than a volume on removeable media, you could make an alias to the STREAM package for quicker access later.
    I'm pretty sure that Handbrake, like Prmeiere Pro, can see the MTS files directly.  That is, it's not dependant on the other folders in the PRIVATE directory sturcture.  As such, you could copy the contents of the STREAM package to another folder on your drive.  Just be mindful of the default MTS file names if you're using more than one SD card (you don't want to accidentally copy 00001.MTS from one card over 00001.MTS from another card).
    As long as Handbrake sees MTS directly, you could even rename the MTS files after you've copied them.
    On a side note, I almost always archive my SD cards with the data structure intact.  More often than not, that file structure is important to corretly access the video stored within that structure.  If something unexpected happens while working with the MTS files, it is good to have the original file structure to go back to.  Although, SD cards are getting to be so low cost that sometimes I just label the SD card and store it for archiving.
    -Warren

  • Change document serie when using a drop shipment warehouse

    Hey all,
    I have the following question:
    We have a customer wich has 2 document series related to purchase orders.  When we use a drop shipment warehouse in our sales documents the SAP system runs the procurement wizard to add a purchase orders related to the sales order.
    Now our customer wants to choose the correct document serie to post the purchase order in.
    I've already tested this with SAP 8.81 PL 08 but for the moment this is not supported.
    If you take a look at the MRP functionality, there is a possibility to change the document series when creating Purchase orders from the order recommandation screen
    Will this be on the roadmap of SAP?

    Drop-down lists work a little differently than expected; in the Change event the rawValue contains the previously selected text.  That's why it works the second time.  The current selection is contained in: xfa.event.newText

  • Qosmio F60 - Change screen settings when using DVD player

    When I try to play DVD using BD DVD Player a message appears that tell me to change the screen setting I have followed their instruction to no availo. I am running Windows 7. The DVD plays on windows media ok.
    Any help would be appreciated

    Hi ametec,
    Was this BD DVD player preinstalled on your computer?
    Which message you getting exactly? Maybe you can upload a screenshot or something else
    In my opinion this problem is only related to this DVD player because on Media Player everything works
    For example I use VLC media player for all my audio and video files. Its a small freeware player that can play the most audio and video files. Furthermore its not necessary to use a special DVD player software.

  • Proper workflow when using both Final Cut (Motion) & Adobe Effects

    I am trying to use some Red Giant Software, and its capabilities are severely limited in Final Cut and Motion because you can not use the bezier pen to create shapes on the fly. For Final cut and motion you have to create the shape you want in illustrator 1st, and then import it as an SVG in final cut or motion. There are quite a few plugins that have this issue.
    What is the best way to have all my movie editing only in FCP, but to use adobe effects in place of motion (or in addition to). My major fear is that I am continually want to be making changes to my already compressed video out of adobe effects, so when I pull it into FCP I may want to make a change further compressing in effects, and back into FCP and so on and so forth. If I save it as uncompressed video my video files would be so large then it would take years to render each time.
    Any suggestions?

    Your solution was definately helpful, however if you don't mind I have a few more questions.
    This is the only thing that I found that would help me move FCP into AE without rendering & compressing and degrading quality.
    http://www.studiodaily.com/main/training/howtutorials/f/post/Final-Cut-Adobe-CS4 -Workflow_10122.html
    The problem with this is that I would never use premier to edit my video, I only want to use After effects for very specific plugins (like Trapcode 3stroke and Particular). If you look at this video it seems you would need you get the entire studio which serves no purpose as I don't want to use Encore or Premier just AE. I was hoping that I could something like the video (save it as XML format - something non-destructive), to transfer my movies between both applications.
    It looks like your solution however is the best thing that I have been able to find. I also read on some posts that were labeled in October 2008 that there were some 3rd party translation software products that were supposedly going to be released in 2009. If anyone has any information about it - please let me know. If I don't find anything else I think the reference movie workaround is probably the best thing - the danger is (as another person said below), I was afraid that if I use more then 1 application to edit a reference movie that it would screw up audio & video sync or screw up the final render in some way.

Maybe you are looking for

  • Hard disk error "boot drive not found...."

    After screwing around to see how hard it would be to upgrade my hard disk, I started getting the ol' boot device not found error. So, I went online on another machine and found that I could boot into a menu of boot devices by holding down the OPTION

  • Help please on my nokia 111

    I have flash my phone in past month but now i realise i can not download and install a new updated version and the version installed after flashing it's of low quality in comparison of new version which you can watch video online, help please

  • Formula node, condition

    I want to use conditional expressions such as if () then statement else end if in the formula node, but there were error messages "unassigned output". I followed Ankita's suggestion to use if (x<5) y=4; z=8; else y=8; z=4; but there were same error m

  • How can i create my own HashMap implementation?

    Do i extend HashMap and just override the needed methods?

  • Load an interactive slide into an AIR iOS app. Is it possible?

    HI, Imagine having a Flash app which could dynamically load an external interactiveSlide.swf with which you could interact with. You could then unload/remove the interactiveSlide.swf. I'm wanting to create a similar model for iOS. So I create my AIR