Receiver channel file-name

Hi,
Scenario File -> File (using an SFTP adapter)
Is there anyway I can configure my receiver determination in a way to look at a file-name which determines which comm channel is used? The mapping does not contain this info, only the filename so I can't look at the mapping..
Thanks,
Jan

Hello,
Do you know if I can use <filename> as a right hand operand?
No, it is not possible to use contextObjects and xpath in the right hand operand. The values there are always hardcoded.
for example if the filename is:
GoodsMovement_20110610.Ready can I specify GoodsMovemen which will pick up all those specific files?
If you will be picking files, you should use file sender instead Filename would be GoodsMovement_*
Hope this helps,
Mark

Similar Messages

  • Changing time stamp format in the file receiver adapter file name

    Hi all,
    How can we change the standard date time stamp from
    filename_yyyymmdd-hhmmss-mil
    to
    filename_yymmdd_hhmmss
    i.e.,  I want "underscores" instead of "hyphens" and also I do not want the MilliSeconds.
    I read in the forums that I have to use the combination of variable substitution and mapping functions to do this, but not sure how exactly.
    Can the experts help me with this please?
    Many thanks.

    Hello Ramesh,
         You can make this possible using runtime filename creation using UDF.
    Please go though the below steps.
    Message mapping:  
    Create an UDF and include the piece of code that captures the Filename and Timestamp from source side via ASMA.
    Modify them according to our requirement by adding the <Timestamp> at the end of <filename> with _.
    Map the UDF to any of the top level node so that the modified filename will be available for the target communication channel
    UDF Code is:
    try {
    String filename    = "";
    String timestamp = "";
    DynamicConfiguration conf1 = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key1 = DynamicConfigurationKey.create( "http:/"+"/sap.com/xi/XI/System/File","FileName");
    DynamicConfigurationKey key2 = DynamicConfigurationKey.create( "http:/"+"/sap.com/xi/XI/System/File","SourceFileTimestamp");
    filename = conf1.get(key1);
    timestamp = conf1.get(key2);
    filename = filenametimestamp".xml";
    filename = filename.replaceAll( "-" ,"_" );
    conf1.put(key1,filename);
    return filename;
    catch(Exception e)
         String exception = e.toString();
          return exception;
    Click on Advanced tab and check the Option u201CSetAdapterSpecificMessageAttributesu201D in addition to that check the attribute that are required to be captured during run time. In our case File Name and Source File Time Stamp are required to be checked
    In the receiver communication channel Mention u2018 * u2018as File Name Scheme.
    Click on Advanced tab and check the Option u201CSetAdapterSpecificMessageAttributesu201D in addition to that check the attribute u201CFile Nameu201D which will carry the modified value in the UDF .
    i hope this will help you.
    Monica

  • Listening channel : File name format.

    Hi All,
    We have below use case.
    1# We need to poll and read files from EDI_OUT folder using Generic-FTP.
    2# The files in that folder will follow  EDIOUT_TimeStamp.txt format.
    3# But our FROM_TP name is "GREEK" and TO_TP name is "LATIN".
    Then what configuration changes we need to make , So that the listening channel delivers these files to GREEK_To_LATIN agreement.
    in simple words, Can we read files which does not contain FROM_TP as starting string in their file names.?
    Thanks,
    Sid.

    Please refer -
    http://www.oracle.com/technetwork/middleware/b2b-integrations/learnmore/b2btn030b2bbinarytransfer-1648763.pdf
    The B2B identifies all the properties while transmission but gets HTTp 400 Error.It is connectivity issue and has nothing to do with the content of the file. Cross-check the connection details provided in the partner channel configuration.
    Also if I try to download payload from B2B UI through Report->Business Message, it does not give the correct zip file. The payload is corrupted.It will be. Reports are not meant for displaying/downloading binary data.
    I get the error for Document protocol identification error.Refer to the above document. You need to set two HTTP headers for receiving binary doc over AS2 -
    DOCTYPE_NAME and DOCTYPE_REVISION
    Regards,
    Anuj

  • File sender channel - file name "null"

    Hi all,
    I am designing a scenario where I am reading 2 files from 2 different senders, and these 2 messages are fed to a multi mapping in BPM, which creates a single target message. I need to read the name of only one of the two source files and populate it in one field of the target message.
    I have read some blogs and forum threads about how to access the file name from the sender file channel. It calls for turning on the adapter specifc parameters in the channel and writing the following UDF (taken from Michal's blog #2664) -
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName;
    After doing all this, I am getting file name as "null". Can someone pls let me know the cause for this ? My concern is since I want to read only one file name, so I have updated only that specific file sender channel for adapter specific attributes.
    Regards,
    Shankar

    Hi Raj,
    I checked the ASMA for second channel also, but no luck
    I can see both the files names in their respective messages in SXMB_MONI under node 'Dynamic Configuration'. But the two messages enter the multi-mapping within BPM (where I have put trace to print the file name as per above code), the value is shown as "null".
    1) Is this file name access is possible only in simple scenarios ?
    2) Also, is the file receiver mandatory ? I have email receiver in my scenario.
    Any clues ?
    Regards,
    Shankar

  • Receiver side file name same as Sender side file name

    Hi,
      We want to pick a file from one location and put into another location using XI <u><b>with the same name in which the file was lying there in the source directory/folder</b></u>. This we need to do it w/o opening the file and hence we cannot use the variable substitution also.
    Any clue????
    Thanks in advance
    Jayakrishnan

    Hi,
    There was a similar discussion which went on this topic.
    Retain file name
    In my opinion, we can easily achieve this using modules. The steps are very simple.
    (any file) ->[module #1]-> XML -> Sender CC
    The XML produced will have 2 tags say,
    <filename></filename><data_base64></data_base64>
    where fileame is the name of the file and data is the base64 converted data. Similarly
    Receiver CC -> XML -> [module #2] ->  (any file)
    During the second step there will be a default step module  called localejbs/CallSapAdapter. Just remove this entry and have only your module entry provided the module #2 must implement all FileOutputStream functions to write the file from the stream, extracting the filename from the xml node. Since you are removing the CallSapAdapter module, the default file which you give in the Receiver CC is not created, instead the filename which comes alone the tag is created. I hope this information helps you.
    I am planning to put a blog on this
    Best regards,
    Felix

  • Issue with file name in receiver Communication channel

    Hi Experts,
      I am sending the files from SAP Application server to third party Application server.
    In my source folder i have different types of files with different names.
    but i need to pickup the files which is coming as of type sss_3300_was.txt and sss_3400_was.txt.
    what would be the logic for this.what my understanding is if i put sss_* it will works.
    If suppose the file is Exist in the folder as sss_3300_was.txt , so it will picked up and places in target folder.
    and next time if the file type is sss_3400_was.txt then that will pick up and places in the target folder.
    my question is, in the receiver comm channel what would be the file name scheme. i have tried with * and / but system has not been accepted as * can not be given.
    Kindly suggest what should i put in Receiver CommChanne file name sheme.
    Appreciate your inputs
    Thanks,
    Bhaskar

    Hi Satish,
    Thanks for your valuable inputs.
    Actually i need to change the subjet when i am asking other question...
    first thing is suppose i have 10 files like sss_3100_was, sss_3300_was, sss_3400_was........sss_3900_was  in the sender application folder and should be moved to receiver [target] folder with the same name.
    as you said mentioned above below is my undertsanding, please correct me if i am wrong.
    In sender cc
    1.  i will give file name as sss_*
    2. i will flag ASMA and also check file name.
    In receiver cc
    1. I will give file name as sss_*
    2. i will flag ASMA and also check the file name
    The above is my understanding with respect to your inputs,  is it correct?
    in receiver cc i have tried file name scheme as sss_*  but when i see the receiver CC log its telling that * is not allowed.
    may be i have not flaged ASMA at that time, but now i will flag ASMA in receiver CC dose it works? just need to confirm from you.
    Regarding seconf issue.
    when file is picking up from the source folder from SAP Application server as i can see file is picking up well and posting in third party folder and even in the sender cc and receiver cc logs i could see all shown in success.But when i see in the SXMB_MONI in the inbound interface the data are coming in the special charater format like @$??? and so on.But when i checked in SAP Appl server the same file contains the three lines of data like material number purchase order number and so on and it is Text file.
    below mentioned are done configs for sender CC by me.
    MP: file
    TP: NFS [as  it is SAP appl server]
    filepath:/
    file name: sss_*
    file type :text
                   add time stamp
                   ..... and so on
    Kindly advise me if any changes are required and also provide me inputs in case any correction.
    Thanks,
    Bhaskar Reddy

  • Appending the Original File Name as Suffix to Receiver File Name

    Been searching and I've seen Michael's blog about creating a UDF to place the original file name in the payload.    Since this is a file->file scenario, I have no mapping. 
    I have the Adapter-Specific Attributes turned on on the Sender to pass the file name in the DynamicConfiguration of the message header and I can see it in the message.
    What I want to do it to have a target file name in the form of:   XXXXX_<i>originalfilename</i>.
    So I have turned on variable substitution and created a variable called 'file'.
    In the File Name Scheme Parameter I have entered: XXXXXX_%file%
    If I set the variable substitution refererance for 'file' to message:message_id, my file name is created as XXXXX_message_id,  or any of the other options from -> <a href="http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm">SAP Adapter Help Page</a>
    How can I get the value of FileName as the value for my variable %file%?

    > Actually, what I meant was the mapping will not know
    > the value I have entered in the receiver
    > communication channel - File Name Scheme parameter
    > value.   For example in CC for Target System 1  the
    > FNS = FMRECEIVER1, the CC for Target System 2 the FNS
    > = FM_RECEIVER2 and so on.  
    >
    > Are you saying in the mapping I could access the
    > value of FNS from the communication channel in the
    > mapping?   
    No, you cant read in mapping what you set in CC.
    However, you can ignore the parameter FileName scheme in CC and just set it in mapping runtime.
    The way you are using, you'll have to maintain the prefix for each receiver adapter you have. If you had it in mapping, you could just do something like:
    String receiver = container
        .getTransformationParameters().
        .get(StreamTransformationConstants.SENDER_SERVICE);
    DynamicConfiguration conf = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
        “http://sap.com/xi/XI/System/File”,
        “FileName”);
    String orgFileName = conf.get(key);
    String tgtFileName = receiver + "_" + orgFileName;
    conf.put(key, tgtFileName);
    and then you wouldn't have to maintain the file name scheme in CC.
    Regards,
    Henrique.

  • Get the File Name received from FTP Adapter

    Hi,
    How to get the File name reived through the FTP Adpater. I have created a variable with the Message type from ftpAdapterinboundheader.wsdl. from there I mapped the filename attribute to a local string variable.
    But I did not receive the file name. The output in the Audit trail is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <Invoke_File_Process_FileProcess_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/PIERS/SP_FILE_PROCESS_UPDATE/">
    <AS_DIR xmlns="">I</AS_DIR>
    <AS_FILE_NAME xmlns="" />
    </InputParameters>
    </part>
    </Invoke_File_Process_FileProcess_InputVariable>
    Can any one let me know how to get the recevied file name from FTP adapter.
    Thanks

    you have to define variable of type InboundHeader_msg. Then in receive activity click on Adapter tab and for header variable chose your newly created variable (InboundHeader_msg). Once you receive message from FTP you should see in this variable fileName.

  • Adding own name in Receiver Text file in receiver FCC

    hi,
    In my receiver file CC(using file content conversion)
    I want to add some names on the receiver text file name automatically.
    sender is R3 that is IDOC as MI.
    In that field called CURCY on one segment and country one segment.
    ex.
    Now the receiver file name in FTP server (example)
    Result_report_20070721-104810-765.txt
    i want to get CURCY, COUNTRY field value on receiver file name in FTP server (it varies)
    example:
    Result_report_USD_USA_20070721-104810-765.txt
    Result_report_EURO_DE_20070721-104810-765.txt
    Result_report_EURO_FR_20070721-104810-765.txt
    Thanks

    hi,
    I am getting error in my message monitoring like message are in HOLDING bec of mistake which i made in Receiver FILE CC
    as i said:
    I followed my help.sap.com link to do this req.
    In my receiver file CC(using file content conversion)
    I want to add some names on the receiver text file name automatically.
    sender is R3 that is IDOC as MI.
    In that field called CURCY on one segment and country one segment.
    ex.
    Now the receiver file name in FTP server (example)
    Result_report_20070721-104810-765.txt
    i want to get CURCY, COUNTRY field value on receiver file name in FTP server (it varies)
    example:
    Result_report_USD_USA_20070721-104810-765.txt
    Result_report_EURO_DE_20070721-104810-765.txt
    Result_report_EURO_FR_20070721-104810-765.txt
    My message mapping is
    Source is IDOC occurence is 1
    Receiver File adapter: 0 to unbounded
    My message type on receiver is
    MT_Receiver
    DT_Receiversub1 (under MT_receiver)
    COUNTRY (third value under DT_DT_Receiversub1)
    I have mentioned in receiver FILE CC advanced variable substitution like this:
    variable Name :    var1
    Reference:    payload:DT_Receiversub1,3
    I am not receiving my file in Receiver FTP server.
    The mesage are on HOLDING in message monitoring
    Thanks

  • Missing file name while receiving AS2 MDN acknowledgement

    We are using BizTalk 2010.
    We send one AS2 package to our TP and our TP send us back 4 Acknowledgement files.
    Most of the acknowledgement files that we receive from the TP contains the ReceivedFileName property which contains the file name, except for the 1st acknowledgement or the MDN, which doesnt contain the file name.
    Our TP has informed us that they do send us the MDN with a file name.
    In our BizTalk 2010 system :
    - We have a One-way receive port, which monitors all the content received from TP.
    - We have defined a CustomPipeline for all inbound AS2 packages (AS2Receive pipeline). In this custom pipeline, in the Execute method, I had looked at all the properties from the base message context. I was not able to find ReceivedFileName, PreservedFileName,
    AS2PayloadContentType properties. I also looked at the InBoundHttpHeaders and couldnt find the file name in there. 
    I heard that BizTalk 2010 has fixed this issue. Where can I find what was fixed? I had looked at the following links, but it didnt help: 
    http://geekswithblogs.net/VishnuTiwariBlog/archive/2010/10/14/as2-integration-between-seeburger-bis-6.0-and-biztalk-server-2009.aspx
    http://www.postseek.com/meta/60dd56c855adc621edd20d64f0b106d5
    Is there any other place, I could look for the file name?
    And what could be reason that, the system is able to retain the file name for all the other acknowledgement, but for Ack1/MDN?
    Or is there a way to look at the raw content with the header send by my TP? (tried using Fiddler / Wireshark)
    Or is there a way to prove, that I indeed not receive any file name?
    Thanks for your help.
    Thanks and Regards, Vikram

    Hi VNSuvarna,
    >>I heard that BizTalk 2010 has fixed this issue. Where can I find what was fixed?
    Here are a series of cumulative update package 6 for BizTalk Server 2010, please check which is available for you. Check out https://support.microsoft.com/en-us/kb/2855367?wa=wsignin1.0 for further information.
    >> Or is there a way to look at the raw content with the header send by my TP? (tried using Fiddler / Wireshark)
    You can also use Fiddler, it captures HTTP(S) traffic and logs it for the user to review.
    Best regards,
    Angie
    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.
    Click
    HERE to participate the survey.

  • File Name is Showing different

    Hi All,
    I have done a File To File
    Multiline scenario successfully.
    The sending file name is sale.txt
    and in the receiver communication
    channel, file name scheme is
    sale.xml.
    But in the destination folder i
    am receiving that file in
    different name (for eg: benzene)
    Could you please let me know
    where could be error ?
    Thanks,
    Ashok

    Hi Sergio Cipolla,
    Thanks Alot my problem was solved with your great help.
    can I have your mail ID pls for further communication.
    Thanks & Regards,
    AshokKumar.

  • CameraRoll addBitmapData file name

    How do I get the file name of the image created by addBitmapData?
    I'm capturing an image of a multiTouch drawing with this ...
       var cameraRoll:CameraRoll = new CameraRoll(); 
                                            var bitmapData:BitmapData = new BitmapData(bc.width, bc.height);
                                            bitmapData.draw(bc);
                                            cameraRoll.addBitmapData(bitmapData);
    When addBitmapData is complete, I need to receive the file name back so I can display back the resulting captured image.
    Researching the docs, it doesn't look like there is a complete event for addBitmapData.
    Thanks,
    Don

    This is not working for me. I do so.
    protected function saveCameraRoll(event:MouseEvent):void{
      var cr:CameraRoll = new CameraRoll();
                                            cr.addEventListener(Event.COMPLETE, onComplite);
                                            cr.addBitmapData(bitmapData);
                                  protected function onComplite(event:Event):void
                                            var cDir:String = File.documentsDirectory.resolvePath("DCIM/Camera/").nativePath;
                                            var cameraDir:File = new File(cDir);
                                            var files:Array = cameraDir.getDirectoryListing();
                                            var newFile:File = new File();
                                            newFile = files[files.length-1];
                                            var newPhoto:Object = new Object();
                                            newPhoto.fileName = newFile.name;
                                            newPhoto.url = newFile.url;
                                            navigator.pushView(views.ShareImageView, newPhoto);
    In next view I want to display created image and send it by mail.
    [Bindable]
                                  protected var imgPath:String;
                                  protected var loader:Loader;
    protected function shareBtn_clickHandler(event:MouseEvent):void
                                            AndroidExtensions.shareImage(imgPath, "Share:");
                                  protected function onCreationCompleteHandler(event:FlexEvent):void
                                            if(!loader)
                                                      loader = new Loader();
                                                      loader.load(new URLRequest(data.url));
                                                      loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoadComplete);
                                  protected function onLoadComplete(e:Event) : void
                                            imgPath = data.url;
                                            img.source = loader.content;
                                            shareBtn.enabled = true;
    <s:BitmapImage id="img" width="100%" height="100%" fillMode="scale" scaleMode="letterbox"/>
    <s:Button id="shareBtn" label="Share" click="shareBtn_clickHandler(event)" enabled="false"/>
    As a result, display another image which is obtained the latter with the camera.
    And when i send the mail to the link data.url() did not attach anything. If i select an image from the gallery by cr.browseForImage() it works fine.

  • Variable file name through Receiver mail Communication channel

    I need to send a file through receiver communication channel   with the following name ( YYMMDD schema)  . The YYMMDD is current date .  I know how to create these file names throug FCC ( file communication channel) , I tried in the same manner to create this file through Receiver Mail CC , but it did not work  .  If you have any ideas , can you please share with me ?
    ABC_MMYYDD.TXT
    Thanks.
    Ritvik

    Hi Ritvik,
    Also, Please look at this link and see if it helps you. It is generating variable file name through a UDF
    Re: Problem in dynamically file name generation procedure
    Best Regards

  • Regarding  File name schema in  Receiver  com. Channel

    Hello,
    I have gone thru  the blog
    The specified item was not found.
    "The same filename from a sender to a receiver file adapter - SP14 for Dynamic configuration"  by Michal Krawczyk....And here in this Scenario in ID (in Reeiver communiation channel)what should we give as file name.(or) can we leave it blank.
    If my client wants the name ,then instead of assigning it to the root can I consider a element and assign the udf...In this case how it will effect the Receiver file name schema in Rec Communication channel in ID

    Hi,
    Pass it as %FileName% which will come from dynamic configuration.
    SAP note may give some hints- 746393 and also this thread has got the answer
    Module Processor : Module exception java.lang.ClassCastException
    Thanks
    Swarup
    Edited by: Swarup Sawant on Aug 22, 2008 11:19 AM

  • Set file name with XSLT - receiver channel - elements from XML?

    Dear experts,
    I have an XSLT mapping for a message that is sent via a receiver channel to a customer.
    The customer wants a certain file name which is put toghether by elements from the XML message.
    I have looked at:
    Re: Java Map for writing the file
    The java code and the XSLT work perfectly!
    In the line
    fos = new FileOutputStream(new File("Fixed_" + new Date().getTime() + ".xml"));
    a fixed value, date and time are used for the file name.
    But I need some values from the XML message to create my name. But how do I do that? Can I somehow get values from the XML message through that java function or do I have to adapt the XSLT?
    Can someone please help me!
    Thank you,
    Peter

    Hi Udo, Hello experts,
    Now I do have a problem. I am using this XSL file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:map="java:java.util.Map"
      xmlns:dyn="java:com.sap.aii.mapping.api.DynamicConfiguration"
      xmlns:key="java:com.sap.aii.mapping.api.DynamicConfigurationKey">
    <xsl:output indent="no" />
    <xsl:param name="inputparam"/>
    <xsl:template match="/">
        <!-- change dynamic configuration -->
        <xsl:variable name="dynamic-conf" 
            select="map:get($inputparam, 'DynamicConfiguration')" />
        <xsl:variable name="dynamic-key"  
            select="key:create('http://sap.com/xi/XI/System/File', 'FileName')" />
        <xsl:variable name="dummy"
            select="dyn:put($dynamic-conf, $dynamic-key, 'TOOLDATA_.xml')" />
      <xsl:copy-of select="." />
    </xsl:template>
    </xsl:stylesheet>
    But then the output file is only named "TOOLDATA_.xml". So I assume the XSL is working.
    And I am using this Java-file:
    package pi_mappings;
    import com.sap.aii.mapping.api.*;
    import java.io.*;
    import java.util.*;
    public class SetFileName extends AbstractTransformation
         static final int BUFFER = 1024*1000;
        private Map param;
        public SetFileName(){  }
         public void setParameter (Map map)
              param = map;
              if (param == null)
                   param = new HashMap();
         public static void main(String args[])
              try
                   InputStream in = new FileInputStream(args[0]);
                   OutputStream out = new FileOutputStream(args[1]);
                   SetFileName sfn = new SetFileName();
                   //sfn.setParameter(mapOfMap);
                   sfn.execute(in, out);
              catch (Exception e)
                        e.printStackTrace();
        public void execute(InputStream inputstream, OutputStream outputstream)
        throws StreamTransformationException {
              try
                   DynamicConfiguration conf = (DynamicConfiguration) param.get("DynamicConfiguration");
                   DynamicConfigurationKey KEY_FILENAME = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
                   int len = 0;
                   byte buf[] = new byte[BUFFER];
                   FileOutputStream fos = null;
                   if (conf != null)
                        fos = new FileOutputStream(new File(conf.get(KEY_FILENAME) + new Date().getTime()) ); //sample only
                   else
                        fos = new FileOutputStream(new File("Fixed_" + new Date().getTime() + ".xml"));
                        while ((len = inputstream.read(buf)) > 0)
                             outputstream.write(buf, 0, len);
                             fos.write(buf, 0, len);
                        fos.close();          
              catch(Exception e){ e.printStackTrace();}
         public void transform(TransformationInput arg0, TransformationOutput arg1)
         throws StreamTransformationException {
              getTrace().addInfo("JAVA Mapping Called");
         this.execute(arg0.getInputPayload().getInputStream(), arg1
              .getOutputPayload().getOutputStream());
    Could you please help me find the mistake. I tried to test it locally by changing the main-method but I could not get it to work.
    Thank you very much for any ideas!
    Best regards,
    Peter

Maybe you are looking for

  • How to change a predefined group of text in JTextArea

    I am adding pre defined words to a JTextArea. How can I ensure that if I want to change the text in the text area that the entire word is changed. I would like to have the capability of keeping the text in a string. Thank you in advance.

  • Customer Consignment in Russia (CEE)

    Hi, we want to integrate our subsidiary in Moscow in our SAP 4.7. Russian accounting goverment sais that when you move goods into customer stock ( TA VA01, document type KB ) you have to move the value from account 41.1 to 45.1. In terms of SAP the c

  • How to send files back to TC from external hard drive quickly?

    Hi, I have just archived 500gb of my TC to external hard drive which was directly connected to TC. I have replaced failing hard drive in TC on 2GB (£50) and reformated gain. Now is ready to be used. Then I wanted to put archive files back onto TC fro

  • SNMP issue in shared printer

    Hi, We have a print server with Windows server 2k8 64bit, it has around 30 printers configured in it. recently we removed the legacy printer and installed new printers with same ip and name and updated the drivers. After we updated the drivers, the n

  • OBISE1 - problems installing

    I cannot complete the post installation setup since I cannot logon to BI Publisher. Tried Adminstrator/Adminstrator but no joy. Also note that support for this product is still through Siebel and not Oracle!