Creating a format file to map Incident records being imported from another tool in Service Manager.

Hello, we are trying to import some of our Incident records from BMC Remedy into Service Manager.  Our data architect is running into some difficulty finding the necessary information to create the format file (we plan to use the CSV import process). 
Is there a comprehensive document that details out all of the properties available for Incidents, affected users, relationships, etc. in order to build the XML format file?  For example, System.WorkItem.Incident is the main type for Incidents.  Under
that, there is an 'Affected User' class. 
Is anyone aware of this type of documentation for Service Manager?
Thanks in advance,
Brett

Hi,
Affected user' is a relationship. System.User is a class. Your data architect has to investigate SCSM management packs to get the required info. Use this PowerShell command with standard SCSM poweshell console to get all management packs in pure XML. "c:\mp"
is a path that you could change.
Get-SCSMManagementPack | Export-SCSMManagementPack -Path c:\mp
Cheers,
Marat
Site: www.scutils.com  Twitter:
  LinkedIn:
  Facebook:

Similar Messages

  • Create XML format file in bulk insert with a data file with out delimiter

    Hello
    I have a date file with no delimiter like bellow
    0080970393102312072981103378000004329392643958
    0080970393102312072981103378000004329392643958
    I just know 5 first number in a line is for example "ID of bank"
    or 6th and 7th number in a line is for example "ID of employee"
    Could you help me how can I create a XML format file?
    thanks alot

    This is a fixed file format. We need to know the length of each field before creating the format file. Say you have said the first 5 characters are Bank ID and 6th to 7th as Employee ID ... then the XML should look like,
    <?xml version="1.0"?>
    <BCPFORMAT xmlns="http://schemas.microsoft.com/sqlserver/2004/bulkload/format"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <RECORD>
      <FIELD ID="1"xsi:type="CharFixed"LENGTH="5"/>
      <FIELD ID="2"xsi:type="CharFixed"LENGTH="2"/>
      <FIELD ID="3" xsi:type="CharFixed" LENGTH="8"/>
      <FIELD ID="4" xsi:type="CharFixed" LENGTH="14"/>
      <FIELD ID="5" xsi:type="CharFixed" LENGTH="14"/>
      <FIELD ID="6" xsi:type="CharFixed" LENGTH="1"/>
    </RECORD>
    <ROW>
      <COLUMNSOURCE="1"NAME="c1"xsi:type="SQLNCHAR"/>
      <COLUMNSOURCE="2"NAME="c2"xsi:type="SQLNCHAR"/>
      <COLUMN SOURCE="3" NAME="c3" xsi:type="SQLCHAR"/>
      <COLUMN SOURCE="4" NAME="c4" xsi:type="SQLINT"
    />
      <COLUMN SOURCE="5" NAME="c5" xsi:type="SQLINT"
    />
    </ROW>
    </BCPFORMAT>
    Note: Similarly you need to specify the other length as well.
    http://stackoverflow.com/questions/10708985/bulk-insert-from-fixed-format-text-file-ignores-rowterminator
    Regards, RSingh

  • Creating xml format file with double dagger ‡ as delimiter

    Hi,
    My source files are delimited with double dagger (‡) and I am using openrowset to load the files to SQL Server. When I am creating the format file by specifying the delimiter as ‡, the format file created has a different delimiter than the specified one.
    The new delimiter appearing in xml format file is ç.
    Any help?
    TIA
    Nitesh Rai- Please mark the post as answered if it answers your question

    How did you create format file?
    Try this method and see if it works
    http://visakhm.blogspot.com/2013/10/generate-format-files-based-on-table.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?

    How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?
    I currently run OS X 10.10.1
    Now i have been trying to work on this for a while now and what i want to do should be simple but its apparently not.
    Here is an example of what i want to happen.
    I will have 2 tabs: Contact | Sales
    Now Contacts will have the list of names and various information about a customer, While Sales will have one drop-down box for each Cell Row that will show the names of the person in tab contacts
    for what i am wanting to do i cant use the data format pop-up menu because the list is edited everyday several times a day.
    Now how do i do this, Excel can do this so how can numbers do it?

    Hi Shegra,
    Paste this into a applescript editor window and run it from there. In the script you may need to adjust the four properties to agree with your spreadsheet. Let me know if you have any questions.
    quinn
    Script starts:
    -- This script converts column A in one table into an alphabetized list of popups. It copies the last cell in that column. Then reverts the column to text. It then refreshes popups in column A of a data table starting with a user defined row.
    property DataEntrySheet : "Sheet 1" --name of sheet with popups to be refreshed
    property DataEntryTable : "Sales" --name of table with popups to be refreshed
    set copyRange to {}
    property PopValueSheet : "Sheet 1" --name of sheet with popup values table
    property PopValueTable : "Contacts" --name of table with popup values
    set PopStartRow to {}
    tell application "Numbers"
      set d to front document
      set ps to d's sheet PopValueSheet
      set pt to ps's table PopValueTable
      set s to d's sheet DataEntrySheet
      set t to s's table DataEntryTable
      set tf to t's filtered --this records filter setting on data Entry Table
      display dialog "Start from row #..." default answer "" with icon 1 -- with icon file "Path:to:my.icon.icns" --a Week # row
      set PopStartRow to {text returned of result}
      tell pt --convert list to alphabetized popups
      set ptRows to count rows
      set copyRange to ("A2:" & name of cell ptRows of column "A")
      set selection range to range copyRange
      set selection range's format to text
      sort by column 1 direction ascending
      set selection range's format to pop up menu
      -- popupsmade
      set selection range to cell ptRows of column 1 of pt
      set v to value of cell ptRows of pt
      end tell
      activate application "Numbers"
      tell application "System Events" to keystroke "c" using command down
      tell pt
      set selection range to range copyRange
      set selection range's format to text
      end tell
      tell t
      set filtered to false
      set tRows to count rows
      set pasteRange to ((name of cell PopStartRow of column "A") & ":" & (name of cell tRows of column "A"))
      set selection range to range pasteRange
      tell application "System Events" to keystroke "v" using command down
      set filtered to tf
      end tell
    end tell

  • I couldn't migrate outlook .pst files to thunderbird.when i tried to import from the tools tab all the options are grayed out.

    I couldn't migrate outlook .pst files to thunderbird.when i tried to import from the tools tab all the options are grayed out.

    http://kb.mozillazine.org/Import_.pst_files

  • Creating CSV format/files from Objects

    Hi,
    Context : I need to convert a linear object (having only one level of member variables) into CSV format.
    Progress: I have been able to create CSV format if strings are passed.
    Requirement: However, I was wondering if it is possible to create the entire CSV at one shot, instead of having to pass the object members separately, as this wud turn out to be very cumbersome for objects with lots of members...
    Is there a way to create a csv file or formatted text, if given a linear object?
    Any pointers appreciated
    Cheers!
    Nick

    i was wondering....
    if the class is dynamically created at runtime, then we would not be able to build such a functionality. Any thoughts?

  • How to create a new row for a VO based on values from another VO?

    Hi, experts.
    in jdev 11.1.2.3,
    How to create a new row for VO1 based on values from another VO2 in the same page?
    and in my use case it's preferable to do this from the UI rather than from business logic layer(EO).
    Also I have read Frank Nimphius' following blog,but in his example the source VO and the destination VO are the same.
    How-to declaratively create new table rows based on existing row content (20-NOV-2008)
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/13-create-with-params-169140.pdf
    I have tried:
    1.VO1(id,amount,remark1) and VO2(id,amount,remark2) are based on different EO,but render in same page,
    2.Drag and drop a Createwithparams button for VO1(id,amount,remark),
    3.add: Create insertinside Createwithparams->Nameddata(amount),
    4.set NDName:amount, NDValue:#{bindings.VO2.children.Amount}, NDtype:oracle.jbo.domain.Number.
    On running,when press button Createwithparams, cannot create a new row for VO1, and get error msg:
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: For input string: "Amount"
    java.lang.NumberFormatException: For input string: "Amount"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    Can anyone give some suggestions?
    Thanks in advance.
    bao
    Edited by: user6715237 on 2013-4-19 下午9:29

    Hi,CM,
    I'm really very appreciated for your quick reply! You know, today is Saturday, it's not a day for everyone at work.
    My principal requirement is as follows:
    1.select/check some rows from VO2, and for each selection create a new row with some attributes from VO2 as default values for VO1's corresponding attributes, and during this process the user may be cancel/uncheck or redo some of the selections.
    --so it's better to implement it in UI rather than in EO.
    2.it's better to implement this function with declarative way as in Frank Nimphius' blog.
    --little Jave/JS coding, the better. I only have experience in ORACLE FORMS, little experience in JAVA/JS.
    In order to get full information for the requirements of my use case, can take a check at:
    How to set default value for a VO query bind variable in a jspx page?
    (the end half of the thread: I have a more realworld requirement similar to the above requirement is:
    Manage bank transactions for clients. and give invoices to clients according to their transaction records. One invoice can contain one or many transactions records. and one transaction records can be split into many invoices.
    Regards
    bao
    Edited by: user6715237 on 2013-4-19 下午11:18
    JAVE->JAVA

  • A few image files disappeared: can't be re-imported from backup

    There are at least a 4 dozen pictures imported into LR 5.x last September that now cannot be searched and which are not in the dated folder where they should be - even if searched in Windows Explorer. It's part of an event, and it appears to be all those on one card from one body. I remember seeing these images in the Library module at the time. No Previews with question marks.
    If I go to the duplicated import created that day I find the "missing" images in the folder created at that time. Yea Adobe for creating the easy back-up for importing. In this backup folder the images can be searched and opened in either Windows Explorer or a viewer like FastStone. .  If I put the files into the date-organized database folder (to "Synchronize" in the main directory) LR says it cannot import them as they are already part of the database. I tried copying these files in Explorer to a different hard drive and tried importing again: no help.
    How can I convince LR that these need to be re-imported? More importantly, can anyone offer a scenario by which these image files disappeared from the disk and didn't leave a preview with a question mark? I didn't actually do any work (Dev module) that I remember on these. I certainly can go through with Bridge and batch rename this little set and present them again  as an import request. But what causes something to drop out of the DB and disappear as a file? Obviously some kind of operator error is the most likely, I understand.
    Deleting all Previews? Seems like that would make the machine work for hours to redo Previews for 90,000 pix.

    Thanks for the suggestions (and warnings). I am pretty experienced with Lightroom and know the structure behind it. What was weird here was that when I try to bring one of the images back in through Synch or Import, says "It's already part of the database" BUT when searching for the image by file name LR finds others that share the same file number (not strange) but NOT the image I want (strange). This search was performed at the root of the file/folder structure, so should be looking into every folder in the database. An Explorer search shows that the image is no longer in the database folders. It is only found in the "Backup" folders created by LR when ingesting the card at the original import.
    OK, so use the OS to move some of the files (12) back "inside" the folder, click Synch folder and it tells me there are 12 new photos. So far so good. BUT -- although they are now "there" in the folder and re-imported they still do not show up in the Library thumbnail view and can't be searched in Lightroom (by file name). The 12 didn't show up on a import screen with one lone PS image in that batch that was newly created this afternoon and DID show as a new import. I expected to see the 12 on that screen.
    To answer one question offered today: No, the images do not show in the Develop module.
    So something tells Lightroom these are not new and that they are aready there. However, not searchable.
    Next step changing the names of the offending file, like appending a letter. See if that makes them look "new".
    I think I can fix this as long as I have to original CR2 files unprocessed, which thankfully, I do. Anyone have a theory about what causes this? Never had it happen.

  • File handling in LightR 2.6RC importing from Leica M9

    Please help - there is something going on here I don´t understand;
    1. I shoot compressed DNG in my Leica - get lovely images!
    2. I import to Lightroom 2.6 RC as DNGs via USB cable from the camera/device - usb port set in PTP protocol mode (have not tried "mass storage" yet)..
    3. The dng file sizes in Lightroom as viewed in Library is only 8-10 MB (dimension 5212x3468). The file sizes on the SD card is 17,89 MB if I look at the files via a card reader (this is according to spec.). Do Lightroom compress the files?
    4. I ask Ligtroom to back up the image files into a separate catalogue. However - here the files are in TIF, size 17,89 MB BUT dimension only 320x216???? Not possible to use.
    Can anyone explain??
    Thanks
    /Anders
    BTW - thanks for an excellent form with a lot of help!!

    In LR terminology, a "catalog" is a LR database of settings and locations of photos.  It is not a subfolder of My Pictures that contains photos, but I think I know what you were trying to say.
    Everything seems normal about what is happening except the files in the backup folder are TIFs instead of DNGs.  If your camera is producing DNGs then the files that get backed up should be DNGs.  Can a Leica produce either DNGs or TIFs?  Some of the higher-end Canon's create their RAWs with a TIF extension, but they are still just RAW-type files.
    I think something may be interfering with the import when you do Import from Device directly from the camera.
    In an effort to isolate the source of the strange behavior, as others have suggested, if possible, take the card out of the camera, put it in a card-reader and use Import from Device on that. 
    Also look at the folder of files on the card when it's in the card-reader and see if those files are TIFs or DNGs.
    You might just rename one of the TIFs in the backup folder to .DNG and see if things can open it normally.  Maybe Win7 or some other application is doing something to the files because they are under My Pictures and it is a watched folder?  You might try moving the backup folder somewhere else out from under My Pictures.
    Did this behavior occur with LR 2.5 and earlier, or is this the first version of LR that you've tried with the camera?
    What happens when you use the released version of LR 2.6 not the release candidate, or is that was you are using, despite the subject of the thread?

  • MP3 files not maintaining integrity when being imported into CP

    I am imported MP3 voices files into my Captivate slides and
    strange things are happening. I need your help! Some of the MP3s
    will import properly into a CP file, but some sound like a machine
    gun when played while others import no sound whatsoever. I have
    tried a variety of ways to import and I have tried to alter the
    properties of the imported MP3. But nothing seems to fix it. When I
    listen to the MP3 prior to importing it, it sounds fine. The
    problem is happening during the import.
    Additionally, many of the MP3s slow down and play the voice
    too slowly after being imported. Again, they sound fine before the
    import but become distorted once I have imported them.
    Please let me know if there is a work-around or solution for
    this problem! Thank you!!!

    I was dragging to a folder with no playlist
    Drag the folder to the word Playlist in iTunes and it will create a new playlist nmaed after that folder with the songs in that folder.

  • Is there any way to retain the formatting of text being imported from Excell as datasource?

    My client has given me text formatted with italics, bold and colors. I have all the data for my app in an Excel spreadsheet. In Excel, the text formatting is preserved. However, when I import the data into my Siena app, all of the text formatting reverts
    to whatever the format of the label control. Is there another type of control I can use to preserve the rich text formatting?

    Hi Robingo,
    Excel is strictly treated as a data source and Siena only imports the data in your tables, not the formatting.
    If there is some business logic behind the formatting, you could mimic the same logic in Siena. For example, the font is bold or red if a value is in a certain range, the font is in italics if the data is for a specific customer, etc.
    Thanks
    Robin

  • How do I remove certain data being imported from a php file

    I have data being loaded from a php into an xml class.
    My host (which is free for testing purposes) keeps adding data to the php file which causes errors.  I need to know how I can delete this extra text before I put the data into an XML class so I do not get the error.  I did a trace of the data and this is what comes up below.  I need everything below the </data> tag to be removed but do not know how to do this.  Can someone please help me.
    <?xml version='1.0' encoding='UTF-8'?><data>
        <google rate='21' />
        <yahoo rate='3' />
        <msn rate='2' />
        <tv rate='10' />
        <diger rate='4' />
    </data>
    <!-- www.000webhost.com Analytics Code -->
    <script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
    <noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
    <!-- End Of Analytics Code -->
    Thanks,
    Jason

    in your load complete function:
    var s:String=e.target.data;
    var xml:XML=XML(s.split("<!-- www.000")[0]));

  • Create a Formatted report for a single record

    I am trying to create a report for a single record in a document format instead of row and column format
    For example to list a custome information with list of orders.
    CustomerID ---------------------        Name ------------------------------------
    Address 1 ----------------------         Address 2 ------------------------------
    City --------------------------------        State -------------------------------------
    Zip ---------------------------------
    Order List
    Order 1            Qty          Total Cost
    Order 2            Qty          Total Cost
    We dont have crystal reports setup yet.  I am trying to use report designer...but it is not allowing me to do it.  It creates different group for each row in the query.   Can any one suggest how to do it using report designer or another way in BI 7.0 to create this kind of document.   I want to be able to print this document as pdf or other types.
    Any help is greatly appreciated..
    Thanks

    you can do this both in a formatted report or bex, depending on what kind of an outcome that you are looking for.
    basically, you are first going to present the data in a tabular format and then move the cells around, so the next time you execute the report (analyzer or report designer) it will stay in that format.
    if you are doing it in report designer, first create a query that pulls all required data points and gives them to you in an output as a table.  Then, add that query as a data provider for the formatted report, and you can create additional cells and move the key figures around.  Report designer is a little crude for formatting, but it works
    if you are doing this in BEx Analyzer, then you can do the same thing: create a query and then use the BExGetData formula to pull the required data into required cells
    if you are looking for HIGHLY formatted report (for example you want the output to come out on forms, etc), then you would need to use the Crystal Reports.
    Regardless of what you use for the presentation of the data, the data generation is controlled by the Query itself.  This is one of the tools that SAP is not planning to take away: all the future presentation options will use the query as the data source.
    good luck

  • Number of records being pulled from OLAP/ SQL in BPC 5.1

    Hello BPC gurus,
                         We are experience performance issues with EVDRE.basically the report errors out and the error log states " Decompressing request failed". We are in BPC 5.1
           We were trying to understand how many number of records the evdre is pulling from from OLAP / database  so that we can look into some fine tuning opportunities of the EVDRE. 
          In the BI world we have RSRT where in which we can view the number of records from database, number of records transferred. Is there any such feature in BPC, where in which we can information on record counts.
    We have turned on the error logs , but none of them give us an idea of the record count.
    Appreciate your help in advance.
    Thanks
    sai

    Hi Sorin,
                   Thank you very much for getting to me on my clarificaiton on the record count. As per your suggestion, we have already looked into this OSS note, and changed the entries in the table. After making these changes, the queries that normally execute in 1 min, now take 30 minutes to complete. Believe this was the observation also in some of the threads related to this issue. 
    You had mentioned that there might be an issue with the communication between application server  and BPC Client. or SQE generating MDX query.  Can you please give us some pointers on how to investigate this. Have turned on error logs evdataserver_debug.txt & EVDATASERVER_TRACE.txt on the file server,  but i believe there is an OSS note 1311019, that talks about these logs not workign with SP9.
    If you can guide us in the folllowing that would be helpful
    1  how to bebug this issue that we are currently facing.
    2. How does the concept of compressing / decompressing work in BPC.
    Thanks
    sai

  • Do not disconnect show continually.  Error message is files on the ipod are being used by another program

    I get the "Do not disconnect" message all the time.  When I try to eject the ipod the error message is that the ipod can not be disconnected because it is in use with an other application.  I turn off all antivirus protection and the same result.  I can not find what other application is accessing the ipod.  The only way I can disconnect is to go to the drive that it is assigned to, and do an eject.  The unit will sync properly but will not eject for itunes.

    Forgot to say the mananging files manually and disk usage are not checked

Maybe you are looking for

  • My Apple Mini Display Port/HDMI adapter is not working after upgrading to Maverick?

    I am using my 13" Macbook Pro Purchased July 2013 on my 42" Samsung TV.  I route through a HDMI adapter (purchased from Apple) to do my presentations. As a note my setup has been working great for the last year. Immediately following the upgrade to M

  • Why do I have to reinstall the content CD for Premiere Elements 10?

    Hello, I've installed the software Adobe Premiere Elements 10 and Photoshop Elements 10 an WIN7 (x64) GERMAN The content CD is installed, too. After some correct software initializations (start ups), let's say I used it 5 times successfully, the next

  • Method from Random class yields unexpected results

    Hi, I understand that the following code should generate a random integer within the range of 0 - 3, but the range is actually 0 - 4. Can someone tell me why it doesn't behave as expected? Could it be the version of Java I'm using? Random rand = new

  • From many input jars to one out put jar

    Hi, I want to read many jar files and generate one big jar file as output. The output file must contain all information from the input files. As all of them are .jar files I suppose I can't just copy the content from the input files to the output fil

  • Take folder correction no being saved

    Hi Regarding my earlier post ("take folder problem")about certain takes in a take folder not starting at the right time, I unpacked the takes and managed to set them back to the original recorded postions. But when I saved the track, the corrections