Bursting from a dataTemplate

Hi,
I'm having trouble bursting from a dataTemplate. The problem I'm having is with how to pass the request id to my default package at the after report trigger.
I have my dataTemplate set up and without the dataTrigger section it all works fine.
When you're doing bursting from the xml output produced by a .rdf file, one of the parameters is the request id, so you can simply go to the afterReport trigger in the rdf and call the bursting program using that request id parameter, as outlined by Tim Dexter http://blogs.oracle.com/xmlpublisher/2007/04/05/ and reproduced several times round the blogs & help.
I've tried including the concurrent request id in the sql using fnd_global.CONC_REQUEST_ID but that doesn't appear to be available outside the dataDefinition section.
I've tried various ways of passing the concurrent request id from the apps, such as calling CURRVAL from the fnd_concurrent_requests_s sequence (that doesn't work as you have to call nextval before currval is available to a session)
Any ideas? Or do I have to work with Report Builder to burst xml output?

Hi,
Thanks for the prompt response, though I don't think those links answer my question. They give a very comprehensive tutorial on how to implement bursting where the starting point for the report is created using Oracle Reports Builder - you create the rdf, set the output to xml, then use the afterReport trigger to call the bursting program using the concurrent request id that Oracle Reports has passed to it as a parameter.
What I wanted to know is whether it's possible to do bursting when NOT using oracle reports, but using a dataTemplate to define both the sql query (or queries) and the data structure. In the documentation it says you can include a dataTrigger section such as <dataTrigger name="afterReport" source="myDefaultPackage.SomeFunction(:PARAM)"/> (The exact example they give is <dataTrigger name="beforeReport" source="employee.beforeReport(:Parameter)"/>)
Are you saying what I'm trying to do is just impossible and I need to use an rdf report?

Similar Messages

  • Bursting from an XML file

    I have a BIP Report that I'm generating from an XML file. The XML file also contains the email addresses to which these reports should be bursted to. When creating the data model from the XML file, I have the option of defining my bursting options but it seems that "SQL Query" is only allowed option.
    Is it not possible to burst dynamically from an XML file?
    Could you show me how I can get this done. The docs haven't really been too helpful.
    Thanks

    Of course, this is possible. But what kind of "GUI XML" are you talking about? Is the XML given? Does it already conform to some GUI-XML-API? Give more infos!

  • Email Bursting from Oracle BI Publisher

    Hi,
    I am new to BI Publisher and trying to do Email bursting.
    I configured our email server (gave host ip address and port) in admin->email tab.
    Enabled bursting in the report and gave the bursting query.
    After scheduling,it says success but no email is received.
    What could be the reason for the same?
    Any inputs will be of great help.
    Following is my burst query:
    select DISTINCT UNITHOLDERID KEY,
    'ZipCodeProcess'TEMPLATE,
    'RTF'TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'EMAIL' DEL_CHANNEL,
    email PARAMETER1,
    '[email protected]' PARAMETER2,
    '[email protected]' PARAMETER3,
    'Statement OF Account' PARAMETER4,
    'Hi'||UNITHOLDERID||chr(13)|| 'Please find attached your
    SOA.' PARAMETER5,
    'true' PARAMETER6,
    '[email protected]' PARAMETER7
    from sssl_holder_info_tbl where report_type='B'
    AND unitholderid='SBBNAA114570'
    My XML data
    - <BURST_ROW>
    <KEY>SBBNAA114570</KEY>
    <TEMPLATE>ZipCodeProcess</TEMPLATE>
    <TEMPLATE_FORMAT>RTF</TEMPLATE_FORMAT>
    <LOCALE>en-US</LOCALE>
    <OUTPUT_FORMAT>PDF</OUTPUT_FORMAT>
    <DEL_CHANNEL>EMAIL</DEL_CHANNEL>
    <PARAMETER1>[email protected]</PARAMETER1>
    <PARAMETER2>[email protected]</PARAMETER2>
    <PARAMETER3>[email protected]</PARAMETER3>
    <PARAMETER4>Statement OF Account</PARAMETER4>
    <PARAMETER5>HiSBBNAA114570 Please find attached your SOA.</PARAMETER5>
    <PARAMETER6>true</PARAMETER6>
    <PARAMETER7>[email protected]</PARAMETER7>
    </BURST_ROW>
    </burst>
    Thanks and Regards,
    Tanna

    Hi,
    Can you please tell me how to access this XML Bursting Definition file? I cant seem to find this. In BI Publisher User Interface bursting section, I see only the Delivery Data Source section which allows me to enter my bursting parameter in SQL Query form. Can you please tell me how to access the XML file directly. Thanks in advance!

  • 11.5.10 emailing customers their invoices bursting from RAXINV.rdf

    Dear all
    I have been asked how easy it is to send electronic invoices to our customers (assuming they are set-up correctly with the requisite email address) as and when we need them. (Forgive me I am a PM not a techie :-) ) I know that we use XML Publisher to send out statements to our customers on request via the collections workbench but understand that doing it from RAXINV is a lot harder as it spawns another process which generates data.
    We do not use iRec we just have AR and IEX. Appreciate anyones comments.
    Jane

    Hi Jane,
    It should be a straightforward exercise, one option is to convert RAXINV output to XML and create an XML Publisher template to mimic your current output. Then use XML Publisher Bursting.
    See the following for similar sort of process (but the post is for Remittance rather than invoices):
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth

  • What NI card will allow me to analyze the video sig (lum, burst,) from the 5431

    We are currently using a tektronics 130A to generate luminance, chroma, RGA and multiburst waveforms. We are using a tek 1765 vector/waveform monitor to capture these signals. Does NI have a card that will be able to capture this sort of video waveforms and analyze it?
    Attachments:
    video.jpg ‏111 KB

    Hello,
    NI 5431 is a high-accuracy video signal generator that follows M-NTSC, B/G-PAL, M-PAL, N-PAL, and SECAM standards. NI 1411 would be the best frame grabber to analyze the generated signals since it supports those standard video formats.
    Hope this helps!
    Regards,
    Yusuf C.
    Applications Engineering
    National Instruments

  • Odd Bursting error i haven't seen before... maybe you have?

    Running into an odd error when trying to run the 'XML Publisher Report Bursting Program' on a request that contains XML data generated from a datatemplate... if their is an RTF template associated with the data definition get the output with no issues.
    My problem is when i try to burst the file using an email delivery type...
    If something was wrong w/ the XML data i would think it would the request generating the data would fail, or at least fail when their is an rtf template associated with it?
    Metalink isn't turning out to much info either... "shrug"
    *********** OPP process Error: ***************
    [10/19/08 7:45:09 PM] [OPPServiceThread0] Post-processing request 26821773.
    [10/19/08 7:45:10 PM] [218204:RT26821773] Executing post-processing actions for request 26821773.
    [10/19/08 7:45:10 PM] [218204:RT26821773] Starting XML Publisher post-processing action.
    [10/19/08 7:45:10 PM] [218204:RT26821773]
    Template code: BURST_STATUS_REPORT
    Template app: XDO
    Language: en
    Territory: US
    Output type: PDF
    [10/19/08 7:45:11 PM] [UNEXPECTED] [218204:RT26821773] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:319)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 more
    ************** Control File ****************
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/PROGRAMS/LIST_BACKLOG/BACKLOG">
    <xapi:delivery>
    <xapi:email id="123" server="server.xyx.com" port="25" from="[email protected]">
    <xapi:message id="123" to="[email protected]" attachment="true" subject="BackLog Report" reply-to="">backlog
    attached</xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="excel" delivery="123">
    <xapi:template type="rtf" location="/usr/tmp/Backlog.rtf"></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    *************Request Log error: **************
    XML/BI Publisher Version : 5.6.3
    --Exception
    null
    java.lang.NullPointerException
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.getSystemTempDirectory(JCP4XDOBurstingEngine.java:413)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:106)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    *********** XML Structure Snipet **************
    <?xml version="1.0" encoding="windows-1252"?>
    <PROGRAMS>
    <org_code>MPK</org_code>
    <LIST_BACKLOG>
    <BACKLOG>
    <SCHEDULE_SHIP_DATE>2008-08-13T23:59:00.000-07:00</SCHEDULE_SHIP_DATE>
    <ORDER_NUMBER>639429</ORDER_NUMBER>
    <LINE_NUMBER>1</LINE_NUMBER>.....
    Edited by: jeremy21 on Oct 19, 2008 8:04 PM

    If you're still needing assistance on naming the email attachment (and you're bursting from EBS using XDOBURSTREP concurrent program); then here's a sample burst control file that names the email attachment baed on fields from the XML data:
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/APXCRRCR/LIST_G_PAY_GROUP/G_PAY_GROUP">
    <xapi:delivery>
    <xapi:email server="mailserv.domain.com" port="25" from="[email protected]" reply-to="[email protected]">
    <xapi:message id="EMAIL" to="${C_RECIPIENT}" attachment="true" content-type="text/html" subject="AP Cash Requirements Report for Business Unit: ${C_BUSINESS_UNIT}">
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="AP_CashRequirementsReport_${C_BU_NO_PUNC}_${C_FNAME_ADDENDA}" output-type="excel" delivery="EMAIL">
    <xapi:template type="xsl-fo" location="xdo://XXAP.XAPXCRRCRD_EXCEL.en.US" filter=".//G_PAY_GROUP[C_RECIPIENT!='NONE']">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    This one bursts each page to a user(s) identified in the XML (C_RECIPIENT) and names the attached file AP_CashRequirementsReport_<business unite name>_<first receipient name> and sends it as an excel file.
    Jennifer

  • Bursting and Delivery on BIP EE

    Hello all,
    I'm using the BIP EE (standalone) version 10.1.3.4.1 (build:1145).
    I'm trying to create the 2 pdf files and upload them to the FTP directory '/inbox/'.
    the Data model query:
    select 'SUPPLIER1' supplier from dual
    union
    select 'SUPPLIER2' supplier from dual
    the Bursting query:
    SELECT SUPPLIER KEY,
    'dev_bur' TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'FTP' DEL_CHANNEL,
    'ftp.my-server.com' PARAMETER1,
    'dev' PARAMETER2,
    '123' PARAMETER3,
    'inbox/' PARAMETER4,
    'tsflog_'|| SUPPLIER ||'.pdf' PARAMETER5
    FROM (select 'SUPPLIER1' supplier from dual
    union
    select 'SUPPLIER2' supplier from dual)
    I'm using the delivery and bursting from the "Schedule" button and the Run emmidiatelly option.
    Does any one have a successfully pdf file uploaded to the FTP?
    Can any one suggest me where is the problem?
    The delivery and Burst return with the following errors:
    LOG Part:
    [043010_141400782][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :ftp
    [043010_141400794][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    ERROR:
    [043010_141400795][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.batch.DeliveryHelper.getFtpDeliveryRequest(Unknown Source)
         at oracle.apps.xdo.batch.DeliveryHelper.addRequest(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.addDeliveryRequest(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitEnterpriseDeliveryRequest(Unknown Source)
    In addition:
    I've tried to upload file using the "Send" button. The file have been successfully uploaded to the ftp. But the file is corrupted, i.e. can't be readable in the PDF reader. seems the the file was uploaded using the non-binary mode.
    Thanks in advance!
    Eldar.A.

    Hi all,
    within the delivery note specification the FTP Server name has been set the same to the IP address.
    For example:
    OLD
    FTP server name: Test
    IP: 1.1.1.1
    Port:21
    NEW
    FTP server name: 1.1.1.1
    IP: 1.1.1.1
    Port:21
    Then issue was resolved.
    Please, refer to the SR# 3-1488517361.
    with regards,
    Eldar A.

  • JCP4XDOBurstingEngine.java  BURSTING - UNABLE TO USE SPECIFIC FILENAME MORE

    Hello
    I am getting Bursting Issue duplicate entry: /XXXXXX.pdf issue in Oracle XML Publisher, I think I have same issue what is explain in ML#1109893.1 and I am thinking to apply the Patch.
    I NEED to Know the File location and version of JCP4XDOBurstingEngine.java in UNIX
    Can Any body tell me please?
    -------------Issue listed in Meta Link------
    Concurrent Job Getting Java.Util.Zip.Zipexception When Bursting From Xml Publisher Report [ID 1109893.1]
    Bursting code is not allowing to send mail having the same filename in attachment for multiple recipients
    This is due to
    Bug 8937963 - BURSTING - UNABLE TO USE SPECIFIC FILENAME MORE THAN ONCE CAUSING ZIPEXCEPTION
    Thanks
    Ed

    Under Network Adapter -> Advanced Features. I read there
    Enable MAC Address Spoofing (not checked)
    Enable DHCP Guard (not checked)
    Enable router advertisement guard (not checked)
    At all VM states (install, copy, clone, export, import) I never touched the advanced network settings. Only the necessary changes to have networking up (aka attach to the correct, working network switch).
    Also made some extra tests involving attaching / detaching a legacy network adapter (just in case) and checking the MAC Addresses on all VM's (active / inactive).
    Did not figured out a MAC Address issue, all VM's had got their MAC from the pool and were different. Also the MAC address pool between 2 Hyper-V Servers was different (as expected since they have different "real" IP addressee but you never know)

  • No Attachment in Bursting email

    Hi, I am practicing the bursting functionality of BIP. So far I've got it work with "File" and "Email". I used SQL query to retrieve Delivery Data from a temporary database table which contains values for bursting criteria such as "delivery channel" , "output format". Once I kick-off the scheduled job, it actually sent PDF files to my designated folder for two sets of data and emails to my inbox for another two sets of data. However, I couldn't see any attachment which should contain the content of my report with my email. Does anyone have any idea of this? Thanks a lot.

    I am assuming, you are using bursting from Enterprise Release. First try file delivery. If it works fine, then make sure you set the delivery SQL setting properly. You can validate from the following mapping.
    KEY
    TEMPLATE_FORMAT
    TEMPLATE
    LOCALE
    OUTPUT_FORMAT
    DEL_CHANNEL=>     EMAIL
    PARAMETER1 =>     To Email address
    PARAMETER2 =>     Cc Email address
    PARAMETER3 =>     From
    PARAMETER4 =>     Subject
    PARAMETER5 =>     Message Body
    PARAMETER6 =>     Attachment (true/false)
    PARAMETER7 =>     Reply-to
    Regards
    Ashish

  • HTML dynamic content email bursting (no attachment)

    Hello,
    Could you please advise if the below scenario is feasible using BI Publisher:
    An email need to be bursted. This email should have an html template in it (with some dynamic values, like name, etc. - "Dear X,"). This html template should include some images and a very specific format.
    There has to be no attachment - the only place with dynamic fields should be an email body formatted as a specific template (html).
    I've done some investigation on the web and metalink so I know I can specify the body content (parameter 6) and even a dynamic one.
    Can I include HTML tags/HTML template as the email body?
    Could anyone please advise?
    Thanks,
    Michal
    Edited by: MichalB on Aug 1, 2011 12:36 PM
    We're using BIP Release 10.1.3.4
    Edited by: MichalB on Aug 1, 2011 4:35 PM

    I am assuming, you are using bursting from Enterprise Release. First try file delivery. If it works fine, then make sure you set the delivery SQL setting properly. You can validate from the following mapping.
    KEY
    TEMPLATE_FORMAT
    TEMPLATE
    LOCALE
    OUTPUT_FORMAT
    DEL_CHANNEL=>     EMAIL
    PARAMETER1 =>     To Email address
    PARAMETER2 =>     Cc Email address
    PARAMETER3 =>     From
    PARAMETER4 =>     Subject
    PARAMETER5 =>     Message Body
    PARAMETER6 =>     Attachment (true/false)
    PARAMETER7 =>     Reply-to
    Regards
    Ashish

  • MICR font Using Bursting Engine

    Hi,
    Is the setup different to show the MICR font using the Bursting engine ? I tried placing the font file and xdo.cfg file in /$XDO_TOP (as per white paper) but that didn't work
    need some suggestions
    Thanks
    Patrick

    Hi Tim,
    We are calling the bursting engine from the after report trigger of the .rdf file.
    Here is the bursting engine's control file which is called by the java prog. :
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/APXPBFEG/LIST_G_CHECKS/G_CHECKS">
    <xapi:delivery>
    <xapi:print id="printer1" printer="http://spo-erp-cupsvm:631/printers/grande" copies="2" />
    <xapi:email server="smtp.itron.com" port="25" from="[email protected]" reply-to ="[email protected]">
    <xapi:message id="123" to="[email protected]" cc="[email protected]" attachment="true" subject="A Burst from oracle.">You got it? </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="123">
    <xapi:template type="rtf" location="/crp/app/crpcomn/itron/XML-APCheck-Domestic.rtf"></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    here the config file in $AF_JRE_TOP/jre/lib
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <!-- Properties -->
    <properties>
    <!-- System level properties -->
    <!-- PDF compression -->
    <property name="pdf-compression">true</property>
    </properties>
    <!-- Font setting -->
    <fonts>
    <font family="GnuMICR" style="normal" weight="normal">
    <truetype path="/$AF_JRE_TOP/jre/lib/fonts/GnuMICR.ttf"/>
    </font>
    </fonts>
    </config>
    Thanks
    Patrick

  • 'XDOBURSTREP' fails with a JAVA null error

    Hi everyone!
    I am trying to submit bursting from an after report trigger in a RDF. The request starts and then fails with this error :
    --Exception
    null
    java.lang.NullPointerException
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.getControlFile(JCP4XDOBurstingEngine.java:401)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:237)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    Has anyone else run into this issue? Could it be my bursting control file? This is the first time I am trying bursting, so I'm not sure where to look. Any help would be great!
    -CC

    Yes, the temp directory is set to /usr/tmp
    I see in the log file :
    Retrieving XML request information
    Node Name: [our instance name]
    Preparing parameters
    null output = [path to bursting concurrent request id file]
    inputfilename =[path to request id file calling bursting with XML data]
    Data XML File:[path to request id file calling bursting with XML data]
    Do you have that in your log files?
    I believe that I have done all of the steps correctly. I have the call to the bursting conc program in the after report trigger. I have a Data Definition where I attached the bursting file and I have a template definition with a template attached. Did I miss anything?

  • Slow transfer rate to time capsule - 2nd generation - mb pro 5ghz

    alright
    have time capsule with dual networks, macbook pro with n enabled connected to 5ghz network with full bars, yet while copying files to the time capsule, it seems slow
    500kbs per second
    about 7 min to copy a 744mb file to time capsule (according to finder)
    time capsule connected via ethernet to 2wire 2701hg modem + wireless router ( wireless turned off )
    configure ipv4 using : dhcp
    ethernet wan port: automatic
    connection sharing : share a public ip adress
    ipv6 : link local only
    wireless options
    country - mexico
    multicast rate - high
    transmit power - 100%
    use wide channels
    any ideas?
    thanks in advance

    Hi,
    In the Manual Setup->Advanced->Logs and Statistics page of Airport Utility you'll find information on wireless signal quality for each client connected. Primarily, signal quality will determine the connection speed of your file transfers, the best you can do to improve things is to find a wireless channel with the least interference, Manual Setup->Wireless.
    My Macbook Air connection is showing -66 Signal, -89 Noise, 122 Rate which gives me a wireless file transfer rate in bursts from 500kbps to 22Mbps. Time Capsule is not the fastest combo device, even file transfers over LAN Ethernet are around 50% slower than a regular Airport Extreme and I've found transfers to the disk from a GigE connected Mac Pro top out at around 60Mbps.
    The Time Capsule is more useful as a convenience tool than speed I think so just be patient.

  • Microsoft Calendar – BB Z30 Fix – Well it worked for me!

    I am an avid MS Outlook user on my home PC and where I am based at work (I'm freelance). I chose my Z30 because I have owned BB’s before and they were excellent with synchronising to Outlook, but had strayed to Apple then Samsung but found my way back to BB because the calendars wouldn't work as I needed them! So think of what I felt when my brand shining new Z30, would no longer do what my previous BB’s did for breakfast! Since that fatal day I have literally tried every fix I could read from these and many other blogs, but to no avail. I was about to launch this Z30 out of an open window, when a light bulb inside my head suddenly got switched on.
    Could MS Outlook.com be the answer? It was a similar plan to one I had already tried using my Easily,co.uk calendar with an Open exchange server (recommended and downloadable from Easily.co.uk), but one which had completely and utterly failed; and Easily.co.uk to my horror were less than useless in trying to resolve all the issues I had trying to employ this solution!
    Anyway, I registered for a MS Outlook.com email account. I already have my own personal domain and email (let’s call this mydomain.co.uk) account with Easily.co.uk which I forwarded direct to my new outlook.com account. My initial fear was that by using Outlook.com all my emails would be addressed outlook.com. But MS in their infinite wisdom provide options to add email accounts and for the user to be able to promote your chosen one to be the default primary. So the first issue out of the way!
    The next thing was to create a new email account in my MS Outlook using [email protected] via MS’s very own Exchange ActiveSync! All I had to do was to:
    Goto E-mail Accounts; New; chose E-Mail Account; [Next]; then enter: Your Name; email address ([email protected]); password (my outlook.com password); retype password (as before); (Next) and away it goes and creates your new exchange account!
    Now your new account includes your email, calendar and contacts!!! It will show up at the top of your folder list (left hand side) possible named [email protected] (or whatever your email address is). SIMPLES!
    But here comes the tricky part, as much as you are attached to the safety of the bosom of your PST/IMAP outlook, it’s time to say goodbye and go out into the big wide world of exchange services! BUT FIRST LOCATE AND MAKE A BACKUP OF YOUR CURRENT PST or OST and ARCHIVE FILES. YOU HAVE BEEN WARNED.
    Next is to delete your PST/IMAP email (NOT YOUR DATA FILES): WARNING Do not delete your data files if asked (as you will lose any emails contained in there)!!!!
    Goto E-mail Accounts; highlight your pst or imap email account; chose [Remove]! You should be left at minimum with your new outlook.com account! Then go to the Data Files tab and you should see your new data file [email protected] and possibly your pst/imap data files! If you can’t see these and you wish to keep these in operation, you can add them by clicking add; then navigating to where your pst/ost file was and click on it. There it should be loaded and all your old folders should reappear, once again in the left hand folder list possibly named ‘Mailbox’ but whatever your pst/imap file was named.
    Now as the calendar was my biggest issue, the thing you need to do now is make your new outlook.com calendar the primary (in fact I no longer use my pst version – it’s still there for prosperity but no longer used). I did a combination of copying the entries from old to new (do this by showing both calendars side by side and literally moving an event from old to new) however, for everything to sync properly I would recommend that you resend any work events from your work pc again (as not all behaved as expected when I originally copied them over) and any local events redo in the new calendar. I know it’s frustrating and ball-aching but the results will far outweigh this!
    Now its time for the BB Z30! Goto Settings; accounts; [Add Account]; [Advanced} [outlook.com]; fill in the relevant blanks. If outlook.com does not appear on the advanced page, return to add account; enter your outlook.com email address; [Next]; enter your outlook.com password; [Next] and the email app should go away and find all the correct settings and that should be that, you should be set up with your new account.
    Once it was all complete and I knew my emails were all working I deleted my old account. I then crossed my fingers, my toes and even my eyes, and went to calendar, ticked the show calendar box and there she was! Brilliant, I hear you say, but NO! Only a few of the events eventually started to show! Disaster and quite a few expletives burst from my mouth! I was extremely gutted!
    However I decided to persevere and so the next day I sent myself a new invite from my work PC and it was delivered to my BB. I opened it and pressed [Accept] and it placed the invite exactly where it should. Success! I then altered my event on my work PC and sent an update and once again success, it was delivered and I accepted and it updated! I then cancelled the event on the PC, and received the cancel notice opened it and hit [Remove] and it did it! Absolutely brilliant and exactly what I needed it do! This type of thing isn't rocket science, but it had taken nearly 4 months to get here!!!!
    So then I noticed one or two more events had appeared in my calendar! Strange or what and over the next few days they all turned up! So do be patient! Now my home PC calendar and my Z30 are in full sync, emails and calendar and even contacts!
    All I will add is that this worked for me, I hope it works for you but I can’t accept any blame if it causes any of your pc’s or phones any harm, damage or loss of critical data. ALWAYS BACK THINGS UP FIRST! Good Luck!

    i have done similar for my wife, active sync with a smart phone works well with outlook.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • IMac error: Failed to issue COM RESET

    After my iMac got slower en and freezed i tried resetting the Pram and in single user mode i did *fsck -fy*
    then i get the following error:
    *Failed to issue COM RESET successfully after 3 attempts. Failing...*
    after that nothing worked anymore!!! only the Windows vista partition worked for a day or two. is this a harddrive failure something worse?
    Message was edited by: Birkhoff (title changed)

    I believe posting relevant facts is productive, & a very relevant fact here is that you are trying to use a drive with an interface (SATA-II) that Apple does not currently support in its laptops.
    SATA-I controllers are supposed to be compatible with SATA-II drives, but many of them are not. The problem is how some controllers implement auto negotiation, which is supposed to tell the drive to fall back to SATA-1 speeds with the slower controllers. Some SATA-II drives have a jumper to force the slower speed if auto negotiation doesn't work; some do not.
    How this compatibility problem came about, & why the jumper is required, is complicated but the short version is that at least four different specification bodies had some responsibility in producing SATA specifications, & not all controllers were designed to the same standards. This includes not just the controllers Apple has been using but those in many PC's as well.
    So I agree that Apple dropped the ball, but not necessarily the way you might think: it should have made it very clear that the firmware update implemented an unsupported interface speed, that it might cause problems, & (most importantly) provided a reversion strategy to the former firmware if it did.
    Hopefully, Apple will take another 'swing' at this & either provide that reversion strategy or a new update that at least allows the controller to work more reliably with the faster interface. But until then, unless your drive has the jumper, my previous suggestion is probably the best you can do.
    BTW, none of the current mechanical drives available for laptops can saturate a SATA-1 bus except for brief bursts from the drive's buffer, so the real loss in performance of running a single SATA-II drive at SATA-1 speeds is almost negligible, something you might notice in a benchmark but not in real-world use.

Maybe you are looking for

  • OSD - Build and Capture - Client reinstall

    Hey guys - In our current "reference" image, we have Office, .NET framework, and security updates integrated into the WIM.  We then advertise the WIM, and add more applications, the SCCM client itself (which doesn't exist in the WIM) and any new upda

  • Need to compare values in two columns of one table against values in two columns in another table

    Hi, as the title reads, I'm looking for an approach that will allow me to compare values in two columns of one table against values in two columns in another table. Say, for instance, here are my tables: Table1: Server,Login ABCDEF,JOHN ABCDEF,JANE F

  • IFS on Solaris 2.7

    Hello - Has anyone installed iFS on Solaris 2.7? Does it work? Did you have to apply any Solaris patches first? Are you running in 64 or 32 bit mode? Many thanks. - Lian.

  • ADF Mobile _back without iterator refresh (11.1.2.3.0)

    Hi Forum Group, In ADF Mobile, does anyone know how to prevent the iterator from refreshing if using the back built-in? Let me try to explain the scenario. I have an amx page with that has two results from two separate rest web services. Both of thes

  • Enterprise Manager login authentication

    Hello, All, Is there a way to authenticate login using LDAP? If there is a prior discussion on this topic, I would appreciate being directed to that. Otherwise, any thoughts on how this can be implemented would be appreciated. Thanks.