.tpz files naming convention / export from PI 7.0

Hi,
When I export the repository or Directory content from PI 7.0 the naming convention PI gives its own naming convention. Starting wit XI3_0 * .tpz
Why does it start with XI3_0*.tpz for we have PI 7.0?
Do we need to change any Visual admin or exchange profile parameter to get the naming convention to PI7_0*.tpz
Thanks
Sachin

Hi,
The import and export functionality of XI 7.0 uses the expression 'XI 3.0' instead of 'XI 7.0' in all transport screens of the Integration Builder. Furthermore the name of XI 7.0 exports will always start with the prefix 'XI_3_0' and not 'XI_7_0'.
<b>Reason and Prerequisites</b>
The reason for this behaviour is that the transport code and format of XI 7.0 and XI 3.0 is identical.
<b>Solution</b>
There is no fix for the naming convention, but there is a positive consequence: XI 3.0 export files can be produced by XI 3.0 and XI 7.0 and can be imported into XI 3.0 and XI 7.0.
Refrence Note
Note 936254 - XI 3.0 Imports and Export in XI 7.0
Award points if helpful.
Thanks,
Tanuj

Similar Messages

  • Script file naming conventions & behaviour from gui

    (I'm sure there is documentation out there for this topic somewhere, but searches are next-to useless because the words are all so common... ".command", script, etc...)
    I'm accustomed to writing legit cli programs in xcode, but I occasionally just want to slap down a few lines of shell script and make it executable. I'm wondering what filename extension(s) to use and, (since I'm used to shell commands, but new to script files), what else there is to know. I've read that with, say, ...sh scripts, in addition to an appropriate hashbang in the script, '.sh' would be an appropriate file-name extension. I've seen and tried using 'foo.command' though and can then run the script by double-clicking it as well as typing its path from a shell. Is '.command' really an OS X thing? Are there other tricks I should know or things to be careful about? Also, is there any way to run (non-interactive) shell scripts from Finder without them launching terminal?
    Any links or straight advice appreciated. Thanks in advance.

    One way to run non-interactive scripts from Finder without them launching Terminal is to run them from within an AppleScript using it's "do shell script" command. For example:
    do shell script "/path/to/shell/script"
    or
    do shell script "/path/to/shell/script arg1 arg2 etc"
    You could also fairly easily write a generic "droplet" AppleScript that would allow you to drag-and-drop an arbitrary shell script onto it rather than hard coding a specific path into the script.
    If your shell script generates output on stdout it will be returned to the AppleScript. You can recieve the output in an AppleScript variable and then display it or manipulate it in some way... like this:
    set scriptOutput to do shell script "/path/to/shell/script"
    -- code to parse or display "scriptOutput"
    If the shell script is long running or redirects it's output to files then I believe you can have AppleScript run the shell script as a "background process". This will allow the "do shell script" command to return immediately so the AppleScript can quit.
    do shell script "/path/to/shell/script &"
    In all these examples the shell script will be run without launching Terminal or opening a Terminal window.
    The file extensions you use are not particularly important, but the execute flag must be turned on as another poster has stated in order for the shell script to run.
    Steve

  • Output CSV File Naming Convention - Receiver File Adapter

    Dear SAP experts,
    I need help regarding my scenario.
    My scenario is this, Customer will send EDI message to XI. XI will then translate the message and convert it into XML.. After, a Receiver File Adapter will receive the XML then convert it into .csv file.
    I've already configured the Receiver File Adapter to convert the XML into .csv file.
    But, my problem now is how will I configure to have my output .csv file has a File Naming Convention.
    The output .csv file must be "CustomerName_YearMonthDate".
    From the EDI message, there is indicated Sender GLN in which, each customer has its own Sender GLN.
    E.g., Globus --> 200, Karstadt --> 300,  Metro --> 400.
    How will I configure so that I can have an output .csv file of,
    If Globus sends the EDI message, the output .csv file is Globus_20080304.csv.
    If Karstadt, Karstadt_20080304.csv.
    If Metro, Metro_20080304.csv.
    Kindly advise for a clear and complete solution.
    Thank you very much for your usual support.
    Fred

    Hi Nisar,
    My target message (XML) in the mapping is this,
    - <ns0:CSV>
        -  <SLI>
               <PERIO> </PERIO>
               <ILN> </ILN?
               <EAN> </EAN>
    perio, iln, and ean was rooted on SLI field. and the CSV is the rootnode of the target message.
    I have created a UDF on the message mapping to accomodate the output customer name, here is the codes:
    String fname="";
    if(GLN.equals("23456"))
    fname ="Globus" +dat;
    else if(GLN.equals("5678"))
    fname ="Karstadt"+dat;
    else if(GLN.equals("6789"))
    fname ="Metro"+dat;
    DynamicConfiguration conf = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
        "http://sap.com/xi/XI/System/File",
        "FileName");
        conf.put(key,fname );
    E.g.,
    Globus --> 23456 (Sender GLN)
    Karstadt --> 5678 (Sender GLN)
    Metro --> 6789 (Sender GLN)
    This UDF i've made in the Message Mapping was mapped in the root node CSV.
    Is this UDF correct?
    Then on the File Receiver Configurations, here are the configs,
    Transport Protocol: File System (NFS)
    Message Protocol: File Content Conversion
    Adapter Engine: Integration Server
    File Access Parameters
    Target Directory: /var/opt/gsss/sample/csv
    File Name Scheme: .csv
    Processing Parameters
    File Construction Mode: Create
    - Overwrite Existing File
    Write Mode: Directly
    File Type: Text
    Variable Substitution --> ???
    Adapter Specific Message Attributes
    - Use Adapter-Specific Message Attributes
    - Fail if Adapter-Specific Message Attributes Missing
    - File Name
    Run Operating System Command After Message Processing
    Command Line: chmod 664%F
    Content Conversion Parameters
    Recordset Structure: SLI
    SLI.addHeaderLine: 3
    SLI.headerLine: PERIO;ILN;EAN
    SLI.fieldSeparator: ;
    SLI.endSeparator: 'nl'
    Adapter Status:
    Status: Active
    Kindly advise if my configs are correct.
    Thank you very much!
    Fred

  • Regarding file naming convention(while publishing a file to FTP)

    Hi,
    In one of our usecases, we need to configure the file name based on the client’s requirement.(to place the file in FTP. But the file name should be customized by us.) We referred to the link given below.
    http://www.b2bgurus.com/2008/04/customizing-file-naming-convention-in.html
    Can you please briefly explain about where should we setup the 'macro' so that we can change the file name(which will be placed in FTP) as we like.
    Thanks,
    Shanmuga S.
    Edited by: user655473 on 16 Oct, 2008 11:42 AM

    Hi,
         As you said we had applied the patch(number 7233222).In the Transport parameter, we entered the values for 'filename format' as given in the link,
         http://www.b2bgurus.com/2008/04/customizing-file-naming-convention-in.html.
         But we couldn't put the file in FTP.
         Our usecase is to send file(with customized name) to FTP.
         Before applying the patch, this scenario works fine and we could put the file into FTP. In this case the default file name is '%FROM_PARTY%_%TIMESTAMP%.dat'.
         After applying the patch (number 7233222), we got the entry 'filename format' in 'Transport parameter'. There the default value is given as '%FROM_PARTY%_%TIMESTAMP%.dat'. But in this flow(after applying patch) we couldn't put the file in FTP. No error logs were seen in b2b.log file.
         In 'b2b_dc_transport.log' file, we were getting the following logs,
         "2008.10.17 at 19:47:16:273: Thread-20: (DEBUG) FTPAgent.login(): Enter
         2008.10.17 at 19:47:16:273: Thread-20: (DEBUG) Host name is 'PC022350.cts.com'.
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) Host PC022350.cts.com FTP command: USER sss
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) FTP Command: USER, reply:
         331 Password required for sss
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) Host PC022350.cts.com FTP command: PASS
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) FTP Command: PASS, reply:
         230 Logged on
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) FTPAgent.login(): Exit
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) Host PC022350.cts.com FTP command: PASV
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) FTP Command: PASV, reply:
         227 Entering Passive Mode (10,232,65,97,7,197)
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) Passive: ip = 10.232.65.97, port = 1989
         2008.10.17 at 19:47:16:289: Thread-20: (STATUS) Connecting to PC022350.cts.com:1989
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) Host PC022350.cts.com FTP command: NLST /FTP/Acme
         2008.10.17 at 19:47:16:289: Thread-20: (DEBUG) FTP Command: NLST, reply:
         150 Connection accepted
         2008.10.17 at 19:47:16:304: Thread-20: (ERROR) FTPClient.listNames(): LIST REPLY: 226
         2008.10.17 at 19:47:16:304: Thread-20: (DEBUG) Disconnecting from PC022350.cts.com
         2008.10.17 at 19:47:16:304: Thread-20: (DEBUG) Host PC022350.cts.com disconnected."
         Please help us in resolving this issue.
    Thanks,
    Shanmuga S.
    Edited by: ShanmugaS on 17 Oct, 2008 7:51 PM
    Edited by: ShanmugaS on 17 Oct, 2008 7:52 PM

  • What software is needed to be able to open the olm file I have exported from Outlook to my documents when transfering my Microsoft Office Contacts to my Mac Addressbook?

    what software is needed to be able to open the olm file I have exported from Outlook to my documents when transfering my Microsoft Office Contacts to my Mac Addressbook?

    You might find a solution here: how to convert microsoft outlook contacts to apple address book - Google Search
    OT

  • TMG Logs file Naming Convention

    Hi,
    Can i change the TMG logs file naming convention. I am using Wc3 Extended log file format.
    Default is: ISALOG_yymmdd_FWS_nnn
    Want to change in ISALOGTMG01_yymmdd-FWS_nnn
    Thanks

    Hi,
    I haven't seen a way to change the log name. But you could change the location of the log to ISALOGTMG01 folder you created. Can this help?
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Operating Firefox 3.6.3 on a new net book w/windows8. How to install the .json file that I exported from home machine

    Operating Firefox 3.6.3 on a new net book w/windows8. How to install the .json file that I exported from home machine

    I have the same problem
    Use Bookmarks > Organize Bookmarks -> Import & Backup - Restore = Choose file....
    i have backup of 6 .json files
    when i choose 1st one
    This will replace all of your current bookmarks with the backup. Are you sure?
    then i click on ok
    but there is no chage in my new bookmark
    please help
    thanks in advance

  • Data file naming convention!

    Hi,
    My question might be silly but I am not sure about the naming convention of my control/log/dbf file. I am oracle 11g and asm is configured with OMF enabled. When I checked the filename, I am getting filename with some numbers. What is that number refers to.
    ASMCMD> ls
    EXAMPLE.265.790927371
    ONKAR.267.791219239
    SYSAUX.257.790927221
    SYSTEM.256.790927219
    UNDOTBS1.258.790927221
    USERS.259.790927223
    ASMCMD> Could anyone please tell me what these numbers represents? I tried google but did not got any reasonable answers.
    -Onkar

    sybrand_b wrote:
    I just searched the documentation on your behalf (as you know, the documentation is that what most people here refuse to read and avoid at all cost)
    and came up with http://docs.oracle.com/cd/E11882_01/server.112/e25494/omf003.htm#ADMIN11492
    by simply typing 'Oracle Managed Files' in the search bar.
    I think ASM naming is different from OMF. The default OMF % formats are not used with the fully qualified name. its an ASM system generated dotted pair in the format
    +diskgroup/dbname/filetype/filetypetag.file.incarnation
    http://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfiles.htm#i1010333
    EDIT: cross post with previous poster. same info.
    Edited by: deebee_eh on Aug 13, 2012 11:22 AM

  • Large PDF file sizes when exporting from InDesign

    Hi,
    I was wondering if anyone knew why some PDF file sizes are so large when exporting from ID.
    I create black and white user manuals with ID CS3. We post these online, so I try to get the file size down as much as possible.
    There is only one .psd image in each manual. The content does not have any photographs, just Illustrator .eps diagrams and line drawings. I am trying to figure out why some PDF file sizes are so large.
    Also, why the file sizes are so different.
    For example, I have one ID document that is 3MB.
    Exporting it at the smallest file size, the PDF file comes out at 2MB.
    Then I have another ID document that is 10MB.
    Exporting to PDF is 2MB (the same size as the smaller ID document)... this one has many more .eps's in it and a lot more pages.
    Then I have another one that the ID size is 8MB and the PDF is 6MBwhy is this one so much larger than the 10MB ID document?
    Any ideas on why this is happening and/or how I can reduce the file size.
    I've tried adjusting the export compression and other settings but that didn't work.
    I also tried to reduce them after the fact in Acrobat to see what would happen, but it doesn't reduce it all that much.
    Thanks for any help,
    Cathy

    > Though, the sizes of the .eps's are only about 100K to 200K in size and they are linked, not embedded.
    But they're embedded in the PDF.
    > It's just strange though because our marketing department as an 80 page full color catalog that, when exported it is only 5MB. Their ID document uses many very large .tif files. So, I am leaning toward it being an .eps/.ai issue??
    Issue implies there's something wrong, but I think this is just the way
    it's supposed to work.
    Line drawings, while usually fairly compact, cannot be lossy compressed.
    The marketing department, though, may compress their very large TIFF
    files as much as they like (with a corresponding loss of quality). It's
    entirely possible to compress bitmaps to a smaller size than the
    drawings those bitmaps were made from. You could test this yourself.
    Just open a few of your EPS drawings in Photoshop, save as TIFF, place
    in ID, and try various downsampling schemes. If you downsample enough,
    you'll get the size of the PDF below a PDF that uses the same graphics
    as line drawing EPS files. But you may have to downsample them beyond
    recognition...
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Where is the file when you export from share to you tube?

    1. where is the file when you export (share) to you tube?
    I want to use the moivie again in another movie or DVD menu or just to save it etc. I cant't find the location after uploading to you tube.
    The only way to this can not be "export to media" or devices and from there to you tube?
    2. Does it make any differances for the quality on you tube wich way you choise?
    thanks, bruce

    Yes, i found it there. In fact; a logic place...
    The second q. means the way you load upo; dirtectly from the menu share to you tube of first make a QT and from there to the sky.
    I quess there must be no differance but you never know...
    Thanks again.

  • End of file error - avi exported from PPRO

    Encore 1.5
    PPro 1.5
    I have a project with 16 avi files exported from PPro. Four of them caused the error. I re-exported them and one was fixed. The other three keep causing the error.
    I am starting to get a little crazy trying to figure out what is going on. Seems I remember that if the audio and video duration get goofed up in PPro then Encore gets cranky.
    Is there a way I can fix this other than re-editing from scratch?
    Thanks in advance.

    Mark,
    Are you Exporting as DV-AVI files? If you are, and they are mux'ed (Audio & Video multiplexed into one file), try as elemental steams, i.e. Video only DV-AVI and Audio only as PCM/WAV 48KHz 16-bit (or AC3 if you're doing DD 5.1 SS). If you have tried as elemental streams, then try with mux'ed DV-AVI (both Video & Audio). Elemental streams work best for me, and there are only the extra few steps:
    Import Video (only) as Timeline
    Import Audio (only) as Asset
    Drag Audio from the Project Panel to appropriate Timeline. With proper Export from PP, they WILL match up perfectly in Duration.
    With mux'ed files, you just Import as Timeline and are done - if that works.
    Yes, Encore does get really picky. I always Export as elemental streams and never have any issues, but some have, and a mux'ed DV-AVI works for them - why? I do not know.
    I do not know if there are any limitations with PP & Encore 1.5, as I have never used them, but others here WILL know if you need to watch out for version-specific issues.
    Good luck,
    Hunt

  • File Format for export from Ciscoworks to ACS

    Hi,
    I want to export devices from Ciscoworks lms 3.2 to ACS 4.1 with the cli-tool
    dcrcli expAcs
    But, what is the file format I have to use
    lsattr gives me just the complete list of all cs-attributes
    thanks, William

    If you do not specify the file name,
    –In Non-ACS mode all the devices from DCR will be exported to the specified server.
    –In ACS mode, only the devices that are not configured in ACS will be exported from DCR to the specified server.
    The file format is the same as when you export the devices from DCR.  If you perform an export to a CSV for example, the tool will use that last file unless another file is specified.

  • Publication\Zip file naming convention

    Hi Folks,
    In XI3.1 when you schedule a Publication and select zip file package as format the documents inside the Publication get named like: "tempWebiArtifact35744728274_2.PDF" 
    Any idea why we have this unusual naming convention?
    Kind regards,
    John

    Developers of this feature think that is normal to have files named like "blablablah", but customers dont think so.

  • Importing a vCal file that was exported from Palm Desktop

    Hopefully someone can help me out here. My wife uses Palm Desktop v4.2.1 to manage her Treo (we share a Mac mini). I figured out how to export the Datebook from Palm Desktop as a vCal file, and then import it into iCal. The problem is, there appears to be an error or corruption happening in the process. Some events are duplicated, while others are recurring every single day even though they weren't originally set that way. On her Treo and in Palm Desktop, the events are correct and appear as they should. So either the Palm Desktop is corrupting the data on the way out, or iCal is misreading it on the way in.
    Has anyone experienced this (or similar) situation and if so, were you able to resolve it? I use iCal to manage my calendar on my iPod Touch (syncing via iTunes), and I'd like to have my wife's calendar on there as well, but not have to import or recreate events one at a time. I should also mention that her Treo 650 is not supported by iSync, so that option is out. Thanks for any suggestions you may have.

    Please allow me to pile on this thread as I, too, am looking for answers to this problem. I am using Palm Desktop 4.2.2 to export my calendar from my Tungsten T3 to something iCal and my new iPhone 3G can understand, but the results so far have been a pig's breakfast of recurrence errors and birthdays that last two days.

  • Hitting a specific file size when exporting from Flash CS5

    I need to export three banners to .swf from flash and they all need to be under 61K.  They all use photographs and are 5-7 seconds long each and the dimentions are 300x250 px, 300x600 px & 728x90 px.  Is there any way I can put in the specific file size in the program and make it under 61k?  I tried using the publish settings and lowering the quality and even at 40% quality the file size only went down 20KB from 147 to 127.  If you cannot do that in the program is there any third party programs that can be used to do this?  Thanks for your help!

    What you should do is set the Publish Settings to generate a size report.  That way you will have a detailed listing of what each element of the design contributes to the file weight.  I would guess that the images are going to be the heavy hitters, so you might need to use image software to optimize them as much as possible before importing them into Flash.

Maybe you are looking for