What is the process of changing name of IT Resource Type without breaking..

I need to change the name of an IT Resource Type and at the same time include additional fields. I also have existing IT Resources that are provisioned that are of the old name. What I thought I could do was to use the Design Console, bring up the IT Resource Type and simply rename it. I did that. Once I did the rename I checked my existing process form and the IT Resource Field Lookup now shows the new IT Resource Type name. Ok, so everything looks good.
I now need to deploy this to other OIM systems. So, I exported out my IT Resource Type definition to one XML export file, and my Resource Object, Process Definition and PRocess Form and child forms to another XML export file.
Before I imported the XML files into the other OIM system, I first ran the Design Console and renamed by IT Resource Type to the new name. Then I imported the XML containing the IT Resource Type definition and this worked. My IT Resource Type now has additional fields.
However, when I tried to import the XML containing the Resource Object, Process Definition and Process forms, I get a dependency error that says it can't resolve the dependency on the old IT Resource Type name. Where did this come from? I checked the XML source, and sure enough it references the old IT Resource Type by name, but I can't figure out why it has that in there. But in any case, I manually edited the XML file and changed those references to the old IT Resource Type to the new name and tried to re-iimport that XML again. I still get the same dependency error.
Now I am really confused since my XML import is not referencing the old IT Resource type name any more, so where is this dependency coming from?
Does anyone have any ideas on this one?
-Dave Herrmann

You can do it with CSS disjointed rollovers like this:
http://alt-web.com/DEMOS/CSS-Image-Viewer.shtml
Or using a Modal Window script like this:
http://alt-web.com/GALLERY/Photo_Gallery.html
Or log-in to Adobe Exchange with your Widget Browser and grab the jQ Zoom widget (free).
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • What is the process for changing iCloud id's once you have already set up a shared one with your spouse?

    When originally setting up iCloud, on both our iphones, my husband and I used the same email address (mine). What a big mistake! We really only wanted to share the same id for purchasing in itunes, not sharing everything else (or so i now figured out). If we want to give him his own iCloud id, what exactly is the process? Will he lose all of his contacts and have to input them all again, or can he restore a backup from his iTunes on his computer? I hate having all of his contacts on my iPhone, and vice versa, but i have messed up his phone before trying to do this and I am freaked out about doing it again. I just want to be sure of the process before I try again. Any help would be appreciated.

    When originally setting up iCloud, on both our iphones, my husband and I used the same email address (mine). What a big mistake! We really only wanted to share the same id for purchasing in itunes, not sharing everything else (or so i now figured out). If we want to give him his own iCloud id, what exactly is the process? Will he lose all of his contacts and have to input them all again, or can he restore a backup from his iTunes on his computer? I hate having all of his contacts on my iPhone, and vice versa, but i have messed up his phone before trying to do this and I am freaked out about doing it again. I just want to be sure of the process before I try again. Any help would be appreciated.

  • Changing IP for server, what's the process?

    Hi all-
    I have a Xserve running 10.5 Server. It is an XSAN metadata controller and Open Directory master. The powers that be decided to switch to a faster internet service, meaning we are losing the static IPs that the outside network is using. I'm wondering what the best way to switch over to the new network will be.
    All the computers on the Fibre network have 2 NICs- currently one is on 216.87.x.x (outside), and the other is on 10.0.0.x (inside). The fibre network communicates over the inside, but the Open Directory communicates over the outside network.
    The inside network will not be changing. We will be moving the outside network to a 10.1.10.x IP.
    Since the clients use Open Directory via the outside network to login, what is the process to switch them over? I am assuming I switch over the server, and then the clients, correct? Then, I would log in using a local account, and add the new Open Directory server to Directory Utilities. Then, I should be able to log in to the Open Directory accounts.
    Anything else I should be thinking of? Tips? Advice?
    Thanks!

    Very simple, export them as VCARDS then drag them into Address Book. Assuming your PC's mail program can export more than one at a time the whole process should take less than 10 minutes. We aren't PC people here so you need to look into the mail program you're using on it and look for the Export command. Almost surely it can export to VCARD. Once you have the VCARDS, open Address Book and drag them onto the Address Book and you're done.

  • What is the order of Column Names in Sqlite query results?

    I am writing an application using Adobe Air, Sqlite, and Javascript.
    After writing the following select statement:
              SELECT field1, field 2, field 3, field 4 FROM TableA;
    I would like to get the columnName/data combination from each row -- which I do successfully with a loop:
              var columnName="";
              for (columnName in selResults.data[i]) {
                   output+=columnName + ":" + selResultsdata[i][columnName] + ";";
    My issue is that the column names come out in a different order every time I run the query and never once have they come out in the desired order -- field 1, field 2, field 3, field 4.  If I run the query in Firefox's Sqlite Manager, the columns come out in the "proper" order. When I run them in Adobe Air, the order will be the same if I run the query mulitple times without closing the app.  If I make a change such as declaring the columnName variable with "" before the for column, or declare it as (var = columnName in selResults.data) , then the order changes.  If I shut down my app and re-open after lunch and run query, it comes out in another order.  At this time, I'm not interested in the order of the rows, just the order of the columns in each output row.  I've even tried assiging an index to columnName which seems to just pick up a single letter of the columnName.
    I'm in the process of changing my HTML presentation of the data to assign a precise columnName to an HTML table title, but I'm reluctant to let go of the above concept as I think my separation of HTML/presentation and Javascript would be better if I could use the solution described above.
    So, does anybody know how to force the order of the columnNames in my output -- or what I'm doing to cause it to come out in a different order?
    Jeane

    Technically there isn't any "order" for the return columns. They aren't returned as an Array -- they're just properties on an Object instance (a "generic object"). The random order you're seeing is the behavior of the for..in loop iterating over the properties of the object. Unfortunately, with a for..in loop there is no guaranteed order for iterating over properties (and, as you've seen, it tends to vary wildly).
    The only solution is to create your own list of the column names and sort it the way you want to, then use that to create your output. For example, use the for..in loop to loop over the properties, but rather than actually get the values, just dump the column names into an Array:
    var columnName="";
    var columns = [];
    for (columnName in selResults.data[i]) {
        columns.push(columnName);
    columns = columns.sort(); // just uses the default alphabetical sort -- you would customize this if desired
    var j = 0;
    for (j = 0; j < columns.length; j++) {
        columnName = columns[j];
        output+=columnName + ":" + selResultsdata[i][columnName] + ";";

  • What is the use of change pointer concept in ale?

    what is the use of change pointer concept in ale?
    Edited by: Alvaro Tejada Galindo on Feb 6, 2008 5:10 PM

    ALE Architecture:
    It consists of an Outbound process, an Inbound process, and an Exception – Handling process.
    Outbound Process:
    ALE Outbound Process in SAP sends data to one or more SAP Systems. It involves four steps.
    1. Identify the need of IDoc: This step starts upon creating a application document, can relate to a change to a master data object.
    2. Generate the Master IDoc: The document or master data to be sent is read from the database and formatted into an IDoc format. This IDoc is called as a Master IDoc.
    3. Generate the Communication IDoc: The ALE Service layer generates a separate IDoc from the Master IDoc for each recipient who is interested in the data. Separate IDocs are generated because each recipient might demand a different version or a subset of the Master IDoc. These recipient-specific IDocs are called Communication IDocs and are stored in the database.
    4. Deliver the Communication IDoc: The IDoc is delivered to the recipients using an asynchronous communication method. This allows the sending system to continue its processing without having to wait for the destination system to receiver or process the IDoc.
    Inbound Process:
    The inbound process receives an IDoc and creates a document in the system.
    1. Store the IDoc in the database: The IDoc is received from the sending system and stored in the database. Then the IDoc goes through a basic integrity check and syntax check.
    2. Invoke the Posting Module: The control information in the IDoc and configuration tables are read to determine the posting program. The IDoc is then transferred to its posting program.
    3. Create the Document: The posting program reads the IDoc data and then creates a document in the system. The results are logged in the IDoc.
    Over view of IDocs:
    IDoc is a container that is used to exchange data between any two processes. The document represented in an IDoc is independent of the complex structure SAP uses to store application data. This type of flexibility enables SAP to rearrange its internal structure without affecting the existing interface.
    IDoc interface represents an IDoc Type or IDoc data. IDoc Type represents IDoc’s definition and IDoc Data is an instance of the IDoc Type.
    IDoc Types:
    IDoc type structure can consist of several segments, and each segment can consist of several data fields. The IDoc structure defines the syntax of the data by specifying a list of permitted segments and arrangement of the segments. Segments define a set of fields and their format.
    An IDoc is an instance of an IDoc Type and consists of three types of records.
    i. One Control record: each IDoc has only one control record. The control record contains all the control information about an IDoc, including the IDoc number, the sender and recipient information, and information such as the message type it represents and IDoc type. The control record structure is same for all IDocs.
    ii. One or Many Data records: An IDoc can have multiple data records, as defined by the IDoc structure. Segments translate into data records, which store application data, such as purchase order header information and purchase order detail lines.
    iii. One or Many Status records: An IDoc can have multiple status records. Status record helps to determine whether an IDoc has any error.
    Message in IDoc Type:
    A Message represents a specific type of document transmitted between two partners.
    Outbound Process in IDocs:
    Outbound process used the following components to generate an IDoc. A customer model, and IDoc structure, selection programs, filter objects, conversion rules, a port definition, an RFC destination, a partner profile, service programs, and configuration tables.
    The Customer Model:
    A customer model is used to model a distribution scenario. In a customer model, you identify the systems involved in a distribution scenario and the message exchanged between the systems.
    Message control:
    Message control is a cross application technology used in pricing, account determination, material determination, and output determination. The output determination technique of Message control triggers the ALE for a business document. Message control separates the logic of generating IDocs from the application logic.
    Change Pointers:
    The change pointers technique is based on the change document technique, which tracks changes made to key documents in SAP, such as the material master, customer master and sales order.
    Changes made to a document are recorded in the change document header table CDHDR, and additional change pointers are written in the BDCP table for the changes relevant to ALE.
    IDoc Structure:
    A message is defined for data that is exchanged between two systems. The message type is based on one or more IDoc structures.
    Selection Program:
    Is typically implemented as function modules, are designed to extract application data and create a master IDoc. A selection program exists for each message type. A selection program’s design depends on the triggering mechanism used in the process.
    Filter Objects;
    Filter Objects remove unwanted data for each recipient of the data basing on the recipients requirement.
    Port Definition:
    A port is used in an outbound process to define the medium in which documents are transferred to the destination system. ALE used a Transactional RFC port, which transfers data in memory buffers.
    RFC Destination:
    The RFC destination is a logical name used to define the characteristics of a communication link to a remote system on which a function needs to be executed.
    Partner Profile:
    A partner profile specifies the components used in an outbound process(logical name of the remote SAP system, IDoc Type, message type, TRFC port), an IDoc’s packet size, the mode in which the process sends an IDoc (batch versus immediate), and the person to be notified in case of error.
    Service Programs and Configuration Tables:
    The outbound process, being asynchronous, is essentially a sequence of several processes that work together. SAP provides service programs and configuration tables to link these programs and provide customizing options for an outbound process.
    Creation of IDoc:
    Basic Type:
    Basic IDoc type defines the structure and format of the business document that is to be exchanged between two systems.
    Segments:
    Segments form the basic building blocks of an IDoc type and are used to store the actual datta. A segment type is the name of a segment and is independent of the SAP elease. A segment definition is the release-specific name of a segment.
    Steps in creating Segments:
    T.Code WE31
    Enter the name for your segment type and click on the create icon.
    Type the Short text.
    Enter the variable names and data elements.
    Save and Go back.
    Go to Edit -> Set Release.
    Repeat the steps to create more segments.
    IDOC TYPE:
    Business data is exchanged with an external system using the IDoc Interface.
    IDoc types (Special Structures) An IDoc type is defined through its permitted segments. Segments can be dependent on each other (parent and child segments). The IDoc interface can check for each IDoc whether thhe segments contained are compatible with thhe definitiion of its type. This systax check is activated or deactivated in the Partner Profiles.
    Steps in creating IDoc Type:
    T.Code WE30 to create IDoc Type.
    Enter the Object Name, Select Basic Type and click Create Icon
    Select the create new option and enter a description for your basic IDOC type and press enter
    Select the IDoc name and click Create icon
    The system prompts us to enter a segment type and its attributes
    Choose the appropriate values and press enter
    The system transfers the name of the segment type to the IDoc editor.
    Follow these steps to add more number of segments to Parent or as Parent-child relation.
    Save it and go back.
    Go to Edit -> Set Release.
    Message Type:
    Steps in Creating Message Type:
    T.Code WE81.
    change the details from Display mode to Change mode
    After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back.
    Assign Message Type to IDoc Type:
    T.Code WE82
    Change the details from Display mode to change mode.
    After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 6, 2008 5:10 PM

  • What's the difference between "Full Name" and "Account Name"

    Just re-install a new OS X Lion. On the "Create Your Computer Account" screen, what's the difference between "Full Name" and "Account Name"?

    Your computer name by default would be "John David Appleseed's Macbook Pro"
    But you can always change that in System Preferences->Sharing
    And yes, the first account you set up will be an administrator.

  • What does the top level instance name "iop" mean?

    What does the top level instance name "iop" mean?

    Dear Humility,
    In general term higher level account group means which account group is used to the higher level customers in the Customer Hierarchy process.
    Or
    Which of these account groups are valid for higher-level customers in the hierarchy.
    I hope this will help you,
    Regards,
    Murali.

  • What is the use of change pointer technique in IDOC

    hi
    could anybody suggest me
    what is the use of change pointer technique and how to use it
    thank you
    kalyan.

    Change pointers are used for changes to the master data objects are flagged for distribution by SMD Tool.i.e.shared Master Data.
    You need change pointers to distribute changes with the ALE SMD tool. If you do not use this tool, you do not need to write change pointers.
    You can deactivate change pointers and activate them again with the transaction BD61
    The SMD tool is connected to the change document interface. If the master data changes are to be distributed, the application writes a change document. The contents of this are passed to the SMD tool. The tool writes change pointers, reads the application data and creates the master IDoc.
    The master IDoc is then passed to the ALE layer, which sends it to all interested systems.
    The change pointer tables (BDCP und BDCPS) should be as small as possible. Use as few change pointers as possible and delete change pointers which you no longer need.
    You can increase the rate of processing by using the Analyze Change Pointer and Reorganize Change Pointer functions.

  • What is the process to upgrade at full retail, switch SIM cards, and keep old plan with unlimited data feature

    I'm on a really old plan...America's Choice Family Share 500, Free N&W, with 2 lines, and each line has the unlimited data feature on the line.
    Neither line has a texting package.
    I currently have a Droid Bionic (large SIM card) & want to get a Droid Turbo (small SIM card).  It is literally cheaper for me to pay full retail for a phone (actually 2 phones) than switch to a "More Everything" plan because my plan is so old.  Across the two lines, we probably only use 3-5 GB/mo, so we aren't 'heavy' data users, but we aren't using 1-2GB/mo either.
    I went into a VZW Corporate store, and they said I should be able to keep my plan with unlimited data if I pay full retail, but the sales person said their system has been knocking off unlimited data for other customers, even for something as small as a SIM card change.
    I tried upgrading on verizonwireless.com, and the system tried to kick me out of my America's Choice Family Share 500 plan.
    What is the process to get a new phone, pay ~$600 for it, get the new SIM card assigned to the account, and keep my calling plan with unlimited data?
    (I also have the option to turn on & off Mobile Hot-Spot for $30/mo at will...but probably only have it active for 1 week a year, if that)
    Thanks!

    Just log into your my verizon and order a phone at the full retail price. When you add the phone to the cart you choose 2 yr price, edge or full and then hit add. You will have to choose a plan but that plan does not go into effect since you are buying a phone out of contract, it is just part of the process. You then will not lose the data

  • What is the process to update song plays count ?

    Hi,
    i'm using iTunes Match on 5 devices : 2 windows, iPad, iPhone and MacBook
    Everything is ok, sync is perfect for new songs i add anywhere.
    If i rate a song, it appears rated the same way on all other devices in a fex seconds.
    BUT
    what is the process to update the song plays count ? 
    because it doesn't seem to sync correctly.
    I have updated song plays count by scripts on one iTunes and it doesn't update at all anywhere else. I havez tried to "Update iTunes Match" and it just brought back the old song plays counts.
    How can i update the song plays and make the value change on all devices ?
    Thanks

    Take a look here:
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)
    Regards.

  • I am in the process of changing Iphones, I have synced everything from my old phone, how do i transfer it to the new phone??, I am in the process of changing Iphones, I have synced everything from my old phone, how do i transfer it to the new phone??

    I am in the process of changing phones. I have synced all the information off my old phone onto itunes, i now wont to get this information onto my new phone, how do i do this??

    Follow the directions here, this document even tells you what to do with your old phone:
    http://support.apple.com/kb/ht2109

  • HT201250 I use Time Machine to back up my entire computer with my external hard drive. I am getting a brand new iMac this month and was wondering what is the process of using this back up to restore my new computer exactly how my old computer was?

    I use Time Machine to back up my entire computer with my external hard drive. I am getting a brand new iMac this month and was wondering what is the process of using this back up to restore my new computer exactly how my old computer was? I want to make sure I will still have various important files on my new computer, like my songs in iTunes, my photos in iPhoto, etc, etc. Thanks so much in advance!

    Welcome to the Apple Support Communities
    When you turn on the new iMac for the first time, Setup Assistant will ask you to restore a backup, so connect the external disk and follow steps to restore all your files to your new iMac. Your new Mac will have the same settings and programs as your old computer.
    In other cases, I would recommend to restore the whole backup without using Migration Assistant or Setup Assistant, but a Late 2012 iMac uses a special OS X build, so the OS X version that you're using on your old Mac won't work on the new one. For more information, see > http://pondini.org/OSX/Home.html

  • What is the field and table name to describe -Employee Hourly Rate or Emplo

    Hi,
    Can any one please tell me what is the field and table name to describe 
    Employee Hourly Rate or Employee Rate.
    Thanks for ur time.
    Murali.

    Hi Murali,
    The hourly rate is tied to a Wagetype & maintained in Infotype 0008. The database table is PA0008.
    the field could vary depending on the No of wagetypes maintained.
    regards,
    Suresh Datti

  • What are the consequences of changing the scratch disc??

    What are the consequences of changing the scratch disk? Everything was fine with my project until I tried to work on a new project for someone else. I uploaded new footage to a new session and changed the scratch disk to my other external hard drive. Now there is confusion with my initial project..

    This is something we all live with. You have to be careful going back and forth between projects, if you are using different scratch disks for each. If you are editing a project on one scratch disk, then start a new project on another, remember to switch back to the original scratch disk when you go back to the original project. Otherwise render files will wind up on the wrong drive, or worse, you will capture to the wrong drive. Each issue is correctable by managing your media over to the proper drive, and deleting then deleting from the other.

  • What is the process of "slpgwserver" Bell (Nokia 6...

    what is the process of  "slpgwserver"  Bell (Nokia 603).
    He constantly gets into the internet, through Wi-Fi or EDGE and the battery runs out.
    Interrupting him, but after a time he again establishes a connection.

    I also discovered this briefly on my Nokia 808.
    After 90 minutes of mobile data connected no data was sent or received.
    I suspect that it could be a widget of some of the following apps;
     My position
     Maps
     Wheater prognose
     Vlingo
     Or Nokia sleeping screen...
    I really dont know, but I was setting up some widgets just before I charged the phone.
    Well, perhaps it is not a problem at all, just when doing some adjustments with the widgets above mentiuoned.
    Nokia 808 again (delight Belle), Nokia E7 and X7 ( again, all on Delight Belle...after some time on Nokia Lumia 925 (retired), 1020 (not that great)and Lumia 820 (Replaced my router at home, great for internet sharing).., N9 The best device ever (use it as much as Lumia 1020), Nokia 700 (Sport Phone/My Love :-) ) Nokia 701, Nokia E6 (Should have a follow-up from Nokia among with larger screen, NFC, Autofocus), Lumia 800 (Retired After 6 weeks), -Sports Tracker-Nokia Internet Radio-Handy Safe-Skype-Bambuser-Screenshot app pro-fMobi-ComingNext-Manual TaskSwitcher-jagiTimer-Easy StopWatch-Boldbeast-Equalizer-Financial Calculator-WiMP Music-YTasks-Davi-Thumbnail Folders-BizCalendar-Tiny7-Situations-nn reeder-Sport Timer-CameraLover-CameraPro-GrabRadio-LiveScore-Poddi-Gravity-SkyFilesPro

Maybe you are looking for

  • Schedule line delivery problem...

    When you create outbound delivery with reference to a SO for first material, it is delivered...and when you create outbound delivery for second material, system generates a message...NO SCHEDULE LINE DELIVERY UP TO SELECTED DATE.....what should be do

  • How to use chart in jsp by using  MS Acess Db

    hii My application is to generate the report using the chart with the help of MS Acess i heard abt the JFreeChart . I downloaded it but i dont know how to link and use it in my application plz help me..... Thank u in advance

  • Creating app for Android/Kindle with App builder and Single Edition (No professional or Enterprise)

    Hi there, I know there is no official support for Android in Single Edition, but, once you have installed Indesing CC and App Builder in a mac, and you create app from your Folio menu, is it possible to create then an Android/Kindle apk app for publi

  • Strange folder icon

    When I looked in my template folder I saw this one for "Stylize" effects. Can someone explain this little minus sign or is it simply as it should be ?

  • PC shows network in wireless but will not connect

    I have an open connection and my mac works fine but the pc will not connect...what exactly do I need to do in order to get the pc to work?