Delay in the delivery of File in PI 7.1

Hi Experts
I am working on a proxy to file scenario in PI 7.1 where I need to deliver the file to two receivers, When the file is delivered to the first location it needs to be delayed for some time 20 min and same file needs to be delivered to the second receiver,
How can I achive this, Do not see any delay option in file adapter, Do I need to use the enhanced receiver determination. please throw some ideas
Thanks
PR

You could set this on the mapping (using a "sleep" method), but this would cause the thread to be blocked during this time, and this would affect the whole PI's performance.
Use the BPM to accomplish this using the "Wait" block. Also be aware that this is a heavy resource user, as per help page below:
http://help.sap.com/saphelp_nw04s/helpdata/en/43/d92e428819da2ce10000000a1550b0/frameset.htm

Similar Messages

  • If the iphone 4 (8G) shipment was delay behind of the delivery date, can i cancel the order without charge?

    Dear Sir/Madam,
    Recently, I was ordered the iphone 4 (8G) in HK and got the status of receiving the iphone on date 26-Nov or before. However, I haven't receive any iphone on that day so i was contact the apple hotline on monday morning (office hr, mon-fir, 9-6). They said i can cancel the order and wavie the cancel order charge. At this moment, i believed that this is settled.
    However, afternoon in same day, Apple's customer service told me that i can't wavie the cancel order charge and suggest me to accept the order. If i can't accept the order, they will charge me 15% order fee. So i confirmed them to receive the order on next day again.
    On next day (tuesday), i waited the order, but the order was not delivery to me (result dhl was delivery it to apple store). I was angry to contact your customer service, they replied me to say "I don't know why" and convinced me to "accept it devliery on the next day". At this moment, they made me very disappointed. So, I tried to apply the cancel order again, they said if you cancel order, you will need to pay 15% cancel order fee.
    Up to now, the order was delayed two working days. I suspected the delivery date was incredible. How do i trust your product delivery on time?
    And I am so argry that why your order cannot delivery to me on time and why if your order cannot delivery to me on time, can i waive the cancel order charge?
    My order number: W239678975
    Thx a lot.
    your faithfully,
    George

        @Dougnvic, no need to worry because I'm here to help! The vibrate function is very important especially when you're in a situation where you cannot have the ringer turned on.
    If we replace your phone through the warranty you are only charged for the equipment if there is any damage on the phone. The normal wear and tare is expected and you will not be billed for the phone because of these scratches.
    Once the phone is received it is inspected for any physical or liquid damage. If damage is found you are then billed for the phone and the charge will appear on your bill. You will also receive a text message advising you of the charge. Once you are billed the charge cannot be removed even if you return the replacement.
    If you change your mind and do not want to have the phone replaced you can just return the replacement once you receive it and keep your current phone. Just use the prepaid return label that will be inside the box of the replacement.
    If you are sure there hasn't been any damage then there is nothing to worry about. You will not be charged. You can also take the phone into a store and have a store representative take a look at the phone before you return it, if that makes you feel better.
    John B
    Follow us on Twitter @VZWSupport

  • Error!! Can not find the delivery details for the delivery Id :

    hi all,
    I have a report which i need to burst in seven different reports wherein my delivery key is column "emp_id". Now when i schedule the report to burst then the report completes with a warning. I see that there are various delivery cycles for the report and for one of the cycles i get the following message
    Error!! Can not find the delivery details for the delivery Id :
    hence, what happens due to this is, even there are successful deliveries for other delivery ids but then i get only two rows of data in each of the seven bursted ouput xls files. wheareas the data runs in thousands of rows for each cycle.
    Hence whats happening is, that due to error /warning in one of the delivery cycles other reports are also not showing data.
    I am not sure whats causing the issue and why i am not getting complete bursted files out.
    Please suggest
    Thanks
    Ronny

    I guess, you are in 10.1.3.3.2 :),
    in the latest release 10.1.3.4.1, there are more enhancement wrto bursting and performance i believe.
    check th release notes
    can you send me the xml and bursting query you have, i can try simulating in my local.

  • Want to view the created zip file via Bursting in Oracle Apps

    Hello,
    I' ve created a Bursting control file and invoked the concurrent request (XML Publisher Report Bursting Program, XDOBURSTREP) within the after-report trigger in oracle reports.
    My Bursting-Control file as follows:
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/XXMI_OM_QUOTE/LIST_G_ORDERS/G_ORDERS">
    <xapi:delivery>
    <xapi:filesystem id="file1" output="/usr/tmp/DEV1/${QUOTE_NO}"></xapi:filesystem>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="123">
    <xapi:template type="xsl-fo" location="xdo://XXMI.XXMI_OM_QUOTE.en.US">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    It works fine. e.g. Bursting creates two pdf-files and one zip file in unix, which I can see when pushing the View Output of the request(XML Publisher Report Bursting Program):
    <?xml version="1.0" encoding="UTF-8" ?>
    - <BURS_REPORT>
    <REQUESTID>643527</REQUESTID>
    <PARENT_REQUESTID>643525</PARENT_REQUESTID>
    <REPORT_DESC>XXMI OM Quote</REPORT_DESC>
    <OUTPUT_FILE>/u00/erp/dev1APP/inst/apps/DEV1/logs/appl/conc/out/o643527.zip</OUTPUT_FILE>
    - <DOCUMENT_STATUS>
    <KEY />
    <OUTPUT_TYPE>pdf</OUTPUT_TYPE>
    <DELIVERY>FILESYSTEM</DELIVERY>
    <OUTPUT>/usr/tmp/DEV1/10000012.pdf</OUTPUT>
    <STATUS>success</STATUS>
    <LOG />
    </DOCUMENT_STATUS>
    - <DOCUMENT_STATUS>
    <KEY />
    <OUTPUT_TYPE>pdf</OUTPUT_TYPE>
    <DELIVERY>FILESYSTEM</DELIVERY>
    <OUTPUT>/usr/tmp/DEV1/10000026.pdf</OUTPUT>
    <STATUS>success</STATUS>
    <LOG />
    </DOCUMENT_STATUS>
    </BURS_REPORT>
    But instead of this XML-output I wish a link to the file on unix. How can I link <OUTPUT_FILE>/u00/erp/dev1APP/inst/apps/DEV1/logs/appl/conc/out/o643527.zip</OUTPUT_FILE> within the view Output-Button of this request?
    Thanks in advance for any clues

    That is not how bursting works in EBS.
    The View Output from XDOBURSTREP is the Bursting Status Reprot.
    The bursted results are (potentially) multiple files so cannot be linked to view output.
    Depending upon the delivery channel chosen you have to either read the email, check the fiel system or printer, to see the results.
    The delivery channel bypasses the standard EBS request view.
    Kevin

  • Formatted HD, but have backup of all the folders and files of Firefox. How can I restore everything, including plugins, bookmarks and saved settings?

    I have formatted my computer's HD because of a problem with Windows 7, the thing is that Windows 7 didn't start, so I couldn't backup my Firefox settings, bookmarks, plugins, themes, personas and etc. the right way.
    I also don't have a Firefox Sync account.
    What I do have are all the folders and files of Firefox, because I just created a new partition and installed Windows 7 again, what I'm having trouble is finding a way (if there's any) to restore everything from my previous installation to the new one.
    I have searched for days on both Google and on te Firefox forum with no success, the only questions I found are about restoring a profile, but what I'm trying to do is the same thing that the Firefox add-on " FEBE " does, which is restoring everything to the previous configuration.
    Here's alink to the add-on: https://addons.mozilla.org/pt-br/firefox/addon/febe/
    I have tried copying, pasting and overwritting from the " .default " folder to my new installation of Firefox (yes, Firefox was closed), but when I opened it again, nothing was restored.
    I every single folder and file Firefox ever created on my computer, this includes the installation folder (at Program Files), the profile (.default at AppData) folder, the Mozilla folder (ProgramData) and the Mozilla Firefox folder (also at AppData).
    I also had the FEBE add-on installed, but like stated before, unfortunately I couldn't start Windows 7, forcing me to create a new partition to install a new copy of the OS.
    Thanks in advance.
    PS. Sorry if I made the text too long and/or if I mentioned the same things twice, just trying to be thorough.

    Hi Sdarts,
    I apologize for the delay in replying to your question, and I am sorry to hear that you are having issues restoring your Firefox user data.
    Please see the following article, which explains how to restore your Firefox user data using a previously backed up Profiles folder, which seems to apply to your situation:
    * [https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles Backup and Restore information from Firefox Profiles]
    Please let us know if this solves your problem or if you have any questions.
    Thanks!!
    - Ralph

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • Error message - "The iTunes Library file is full could not be saved" - Help

    Hi folks.
    I looked for current / recent chatter on this iss before creating this topic. Didn't see anything that addressed this issued recently. If I missed it, sorry, if not, here you go!
    I got an error message last night while using iTunes. It just popped up during use, not while using. The error message read "The iTunes Library File could not be saved." Now my hard drive is DEFINITELY not full. I have hundreds of gigs of unused space. This appears to be an issue strictly related to my library.xml file. Stupidly, I clicked the don't show me this again and closed the message. My concern now is that I'll rip new content that won't end up in my iTunes library even though it's on my hard drive, thus that content will not be findable by iTunes.
    I don't want to just rebuild the library from scratch as I have fixed tons of errors in how iTunes classifies my music over the years and all that work would be lost.
    Any ideas on how to get past this glitch?
    I noticed this problem also cropped up circa the original iPhone launch. I had that phone and did not experience this prob, and I just upgraded to the 3G four days ago. It makes no sense to me that the phone is causing this, but perhaps the upgrade to the iTunes version 7.7 (necessary to use the iPhone with my Windows computer) is the cause of the prob.
    I did erase a bunch of videos and unsubscribed to several video casts. That was one recommended solution way back when.
    My concern though is that since I chose the don't show me this error message again option, I won't know whether the problem persists or not.
    Oh the humanity...

    I have seen this a few times, usually when other 3rd-party applications are using itunes. Such as, lastfm & the Tivo remote music player.
    And, I've also seen it when I was copying a bunch of digital photos to the exHD in the background while playing music and the song changed. iTunes saves the playcount in the ITL file when the song ends.
    You might check this Microsoft article about "Enable write caching on the disk". I haven't seen that iTunes error since I turned mine back on for the exHD. The Tivo "delayed write failed" errors are back, but that's a different problem...
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;330174
    Anyway, long story short, it gets saved OK later and I make frequent backups of that ITL file.

  • I want to open a domain.site2 file outside the default folder (User/Library/Application Support/iWeb) with iWeb11, but iWeb only opens the domain file in the default folder. If I delete the default domain file, iWeb wants to create a new site. Help please

    I want to open a domain.site2 file outside the default folder (User/Library/Application Support/iWeb) with iWeb11, but iWeb only opens the domain file in the default folder. If I delete the default domain file, iWeb wants to create a new site. Does anyone have the same problem or know how to fix it?

    In Lion the Finder folder is now invisible.  To make it permanetely visible enter the following in the Terminal applicaiton window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion for the first time or to switch between multiple domain files  Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an applicaiton.
    Just launch the applicaiton, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    OT

  • Internal delivery chnl, file doesn't get picked up, no trace log file gener

    I have defined an internal File delivery channel as part of a trading agreement between host and remote partner (Custom doc over Internet - AS2), configuration including agreement has been deployed, but the file doesn't get picked up. I have made sure that the directory specified in the delivery channel does exist and all permissions are set up (Windows 2003 server).
    A have specified directory for oracle.tip.adapter.b2b.transportTrace property in ip.properties, however no log file gets generated (restarted b2b).
    I am sure it must be something basic I have overlooked, any ideas, folks?

    Thanks again,
    There is an exception in the log file, I guess that explains why the file doesn't get picked up. Not very informative, though :
    2007.11.05 at 12:40:54:856: B2BStarter thread: B2B - (DEBUG) B2BStarter - configuration obtained
    2007.11.05 at 12:40:54:856: B2BStarter thread: B2B - (DEBUG) B2BStarter - clear global cache
    2007.11.05 at 12:40:54:856: B2BStarter thread: Repository - (DEBUG) CacheServiceManager.clearGlobalCache()
    2007.11.05 at 12:40:54:856: B2BStarter thread: B2B - (ERROR) Error -: AIP-50055: Error in configuration file
         at oracle.tip.adapter.b2b.init.Repository.b2bEngineConfiguration(Repository.java:611)
         at oracle.tip.adapter.b2b.init.Repository.initialize(Repository.java:552)
         at oracle.tip.adapter.b2b.init.B2BServer.readRepository(B2BServer.java:432)
         at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:164)
         at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:217)
         at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:104)
         at java.lang.Thread.run(Thread.java:534)

  • Printing from the Delivery Engine to non CUPS enable printers

    Hello,
    I have a EBS R12.1.1 customer who has a requirement to either Email or Print AR Invoices. However, they have rejected using BIP the Bursting and Delivery Engine because their printers are not CUPPS enabled and they dont want them to be. So instead they have designed a custom solution which forces the invoice print to run for an individual invoice at a time. Obviously this is now causing them some performance issues.
    Is there a workaround that is used to get round the restriction that the delivery engine can only to to CUPS enabled printers?
    Thanks
    Mark
    Edited by: user717274 on Jun 16, 2010 8:46 AM
    Edited by: user717274 on Jun 16, 2010 8:46 AM

    Hi,
    Assuming you are generating PDF output you can actually print via Delivery Manager directly to printers without a CUPS installation as long as the print itself is enabled for IPP requests.
    This is done on the print server itself using Microsoft Internet Information Services (MIIS) and will need to be done by the clients infrastructure team. Once it has been enabled you can navigate to the print server via a web browser using the supported syntax (something like http://<print_host>/.printer - check internet for syntax). You will then see a list of printers enabled for IPP printing on that server. You will be able to click on the printer which will take you to a standard page showing the current printer status. After selecting the printer, make a note of the URL from the print server as you will need this.
    You can then use delivery manager to submit a request entering the print server for DeliveryPropertyDefinitions.IPP_HOST and the path to the printer and printer name for DeliveryPropertyDefinitions.IPP_PRINTER_NAME.
    You will also need to convert your PDF file to PostScript so that the printer can interpret it. See documentation on using GhostScript (pdf2ps) to do this. Once the conversion utility has been installed on the server you can set DeliveryPropertyDefinitions.IPP_DOCUMENT_FORMAT_POSTSCRIPT and DeliveryPropertyDefinitions.FILTER to the executable on the server which will perform the conversion.
    Some of the newer models of printer support PDF natively in which case you won't have to perform the conversion (which can cause a slight shifts in the report layout since the PDF file is actually converted using an algorithm).
    One other thing, you won't be able to use the same approach for faxing to IPP enabled devices. In this case you definitely need the CUPS request broker having been through a lot of pain in trying to get it working.
    Good luck.

  • Is it possible to lose all calendar settings on exchange server if you delete the Library/Calendar file?

    I set up on Office 2011 for mac calendars for multiple direct reports that I have given access to a deligate. She will put info into the calendar and it will show up on her side, but not mine, and vise versa. All on Exchange 2007 server. So I read a piece that said to delete the Library/Calendar files and it will reconnect as it sees there is not one. 
    Now I have no calendar or appointments. What to do.
    Bye the way the reason I was doing this was I was tired of Office and was migrating back to iCal and Mail.app

    hargate2338 wrote:
    OK fromsouth.
    Is the CalDAV account information specific to me or would it be specific to the author of the calendar who initially sent out the invite?
    Will all the petinent updating and manipulating permissions remain as they were intended per the original invite?
    Many thanks again.  I was hesitant to post thinking I was missing something simple and standard.  Thanks for your quick and courteous response.
    You are welcome.
    Since shared information is temporary yours (temporary while being shared) you should be fine. CalDav is just underlying exchange protocol. So as long as you can see that info shared -CalDav is just a delivery vehicle.
    As far as permissions - yes they are going to stay. Thousands of us share for example Google calendars, cause Google integrated calendars sync in IOS mail. The question is just as simple as if your exchange supports it and if they(your IT) are going to allow your ipad/iphone connect to it.(Make sure to get their instructions if your exchange requires specific setup)

  • Unable to use the xdodelivery.cfg file values

    Hi folks ,
    I am working on 11.5.10 Apps application.
    I have a requierment to delivery the generated report to an FTP.
    I have the FTP credentails which I dont want to hard code in Bursting control file. I went through few links and found about xdodelivery.cfg file.
    And please find my Datatemplate file , Bursting file and xdodelivery.cfg file as shown below ...
    The problem I am facing is , the program completes successfully but the file will not moved to ftp.
    Please guide me how can I access the value of the User Name and password in the Bursting control file.
    Please let me know where I am missing the actual working part.
    Data Template file
    some code here
    , ( select pov.profile_option_value VALUE
    from FND_PROFILE_OPTIONS_VL po,
    FND_PROFILE_OPTION_VALUES pov,
    fnd_user usr,
    fnd_application app,
    fnd_responsibility rsp,
    fnd_nodes svr,
    hr_operating_units org
    where po.profile_option_name like '%IBY_XDO_DELIVERY_CFG_FILE%'
    and pov.application_id = po.application_id
    and pov.profile_option_id = po.profile_option_id
    and usr.user_id (+) = pov.level_value
    and rsp.application_id (+) = pov.level_value_application_id
    and rsp.responsibility_id (+) = pov.level_value
    and app.application_id (+) = pov.level_value
    and svr.node_id (+) = pov.level_value
    and org.organization_id (+) = pov.level_value ) CONFIG_FILEPATH
    some code here
    <dataStructure>
    <group name="G_PARAM" source="Q_PARAM">
    <element name="CONFIG_FILEPATH" value="CONFIG_FILEPATH"></element>
         some code here
    Bursting control file is as below .......
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/XXXXXXX_TP/LIST_G_PARAM/G_PARAM">
    <xapi:delivery>
    <xapi:ftp id="ftp_delivery" server="xxxxxxx.Xxxxxx.com" user="${CONFIG_FILEPATH/username}" password="${CONFIG_FILEPATH/password}" remote- directory="/" remote-file="XXXXXXXXX_${FILE_EFF_DATE}_${INSTANCE}.xls" Secure="false" >
    </xapi:ftp>
    </xapi:delivery>
    <xapi:document output="XXXXXXXXXX_${FILE_EFF_DATE}_${INSTANCE}.xls" output-type="excel" delivery="ftp_delivery">
    <xapi:template type="xsl-fo" location="xdo://XXXX.YYYYYYYYYYY.en.US">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Here is xdodelivery.cfg file ......
    <?xml version='1.0' encoding='UTF-8'?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <!-- ************************************************** -->
    <!-- servers section -->
    <!-- List your pre-defined servers here. -->
    <!-- ************************************************** -->
    <servers>
    <server name="xxxxxx.xxx.com" type="ftp" >
    <username>[email protected]</username>
    <password>Xxxxxxx</password>
    </server>
    </servers>
    </config>
    Please guide me how can I access the value of the User Name and password in the Bursting control file.
    Anticipating for your replies.
    Regards
    Raghu

    Found an alternate for this.
    Used UDT tables to Store the Server name , user name and credentials and remote directory.
    Fetched the values from the data template query and used them in the tags(element ). These tag values are used in bursting control file.
    Finally I was able to FTP the file to Remote directory.
    Regards
    Raghu
    Edited by: 865767 on Aug 29, 2011 5:36 PM

  • Is it possible to introduce a 60s delay in the encoding process?

    I have what seems to be a fairly unique situation to deal with.  I am successfully streaming "LIVE" using FLME to an FMS server.  Currently the buffer on the FMS is set to 30s which means that our viewers have a native 30s delay on the live action.  I actually want to INCREASE this delay, but I need to do it without increasing the FMS buffer size.
    My thinking at this stage is to introduce some sort of pre-processing in the live encoding process so that the data that is sent to FLME is 60s "after" the live action takes place.  This gets streamed to FMS which, together with the 30s buffer size, results in the live action being broadcast a full 1m30s after it has actually been captured.
    My problem is that I have no idea how to do this - anybody else doing something similar, or that can point me at an application I could use that would give me the combo of "live" streaming with a built-in encoder-side delay?

    I can see 3 different scenarios:
    1. You want to do some processing (graphics, overlay, etc) on the captured stream before passing it on to FMLE.
    2. You want to delay the live stream at FMLE end.
    3. You want to replace the audio or video content with some other content (mute the audio for a sec, show a black screen, etc)
    1st case - FMLE wants raw input from a direct show filter (device) and FMLE doesn't have any buffer for the captured data. That means, whatever arrives is encoded without any delay. So, if there is a way to insert some other devices and process the stream before giving it to FMLE, then you can do that. But ensure that data which reaches FMLE is in raw format. If you find any set up capable of doing this, please share it.
    2nd case - As i have explained above, FMLE doesn't have any buffer. So, you cannot configure it to delay the stream. But there is a way to accomplish this task. On the machine which is running FMLE, limit the outgoing bandwidth to 0 kbps. Now start encoding and watch the buffer grow in FMLE stats panel. When buffer reaches 60 sec, remove the bandwidth limit. Doing this will flush out the buffered content to FMS and FMS would pass the data to subscribed clients. So, ultimately the data will be buffered at subscriber's side.
    3rd case - If you want to mute the audio for a short span of time, there are 2 workarounds to do this. First one is to unplug the audio cable from the capture card, right at the moment when you want it and again plug it back. You can time this by watching the previews. Another way is to lower the volume slider bar in FMLE which remains enabled throughout the encoding process. If you want to play any other sound during this short span, then you can connect a different source to the card for the moment. This is easier to do, if your audio device is sound card, because you can simply mute one file and play another. The problem with above 2 methods is that they are cumbersome and it's difficult to be precise in timings. Moreover, if the feed is live, which is probably the case, and you have no idea what's going to come, then the whole process of unpluging/pluging, mute/play becomes very difficult. For video, there is a more elegant way to replace frames. There are many virtual cameras (ManyCam, Webcammax, etc) which acts as a source for FMLE. In these softwares you can have a list of video sources. While encoding is going on in FMLE, just choose a different video source in the virtual camera, that will change the FMLE video feed also. But these virtual cameras are not very reliable, in this forum you can find many posts describing issues with them. As your use case, is to replace only audio and not the video, you cannot do server-side switching. Server-side switching replaces the whole stream. Switching only audio or video is not possible.

  • Delays in mail delivery

    I've recently noticed big delays in the time that messages show up in my Mail app, sometimes hours after they were sent to me. Today I noticed that there were at least ten messages visible to me on the mac.com web site, but I couldn't get those messages until I forced a mailbox synchronization.
    Is anyone else experiencing something similar? Any resolution to this?
    Thanks
    Nestor

    Hi Richard,
    I recommend you to do few testing to narrow-down the root cause 
    Does this mail delivery getting delayed only for  external users or its both for internal and external users ?
    How many Exchange servers  you have ? Is this a combination of HUB & CAS together if its 2013 or you have them Separately?
    Do you have any antispam configured in your environment ?
    Is there any antivirus installed in the exchange servers?
    I would recommend you to run Get-TransportAgent and see the list of transport agents installed on your Exchange servers
    As a part of testing i would suggest you to disable all the transport agents installed on the servers disable antivirus send a test email and check if the delay is happening or not . Also disable the exchange antispam if its installed and see if the mail
    delay exists. Because mostly any transport agents acting in the categorization part might be causing this problem if their configuration has any problem.
    Let us know the results so that we can proceed further.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you.
    Regards, 
    Sathish
    Sathish

  • Delay into the inbound qRFC queue

    Hi:
    I am sending a pack of idocs with an xml message through an idoc channel from XI to R/3.
    Can I do a delay between the sending of each idoc?
    Thanks

    Hi,
    It is very simple.
    If you use BPM,
    See first you need to collect IDocs as you mensioned pack of Idocs,this can
    be done by the following way
    - first import Idoc into IR,
    - export the IDoc structure file WSDL and change max occur as 0..unbounded.
    - again import into IR under external def
    After this collect Idocs and MM,IM target as unbounded msg.
    In BPM Use steps
    Receive - receive msgs and maitain loop upto satisfying your business requirement condition
    maitain the block with foreach mode and put wait step whatever you want to delay
    each mesg od IDoc can be send to target by transformation step which will send each record as IDoc sending to target by send step
    Try..
    Please let me know you got it clear or not.
    Regards
    Chilla...

Maybe you are looking for