<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84959#M36023</link>
    <description>&lt;P&gt;Hi Gopal,&lt;BR /&gt;I just wanted to check back and see if you had any ideas for me.&amp;nbsp; Still spinning my wheels on this one.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Mar 2020 16:38:00 GMT</pubDate>
    <dc:creator>JonathanHolstin</dc:creator>
    <dc:date>2020-03-11T16:38:00Z</dc:date>
    <item>
      <title>OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84952#M36016</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am running into an issue I haven't experienced before. I have an OLEDB connection where I am running three different sql statements through getting collections. One of these is not pulling any data. If I copy the statement over to my sql developer and run it, it pulls data.&amp;nbsp; It isn't causing any errors or bombing out, just not pulling any data.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Does anyone have any ideas regarding what may be the cause or has anyone ran into this issue before?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Feb 2020 23:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84952#M36016</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-02-24T23:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84953#M36017</link>
      <description>My first thought is maybe you need some character escaping. One odd thing I've found is that Blue Prism will perform its own character escaping when you put a query statement inside of a data item rather than putting it directly in the input of an action such as in the OLEDB object. Where does your query string sit in Blue Prism? If you have it hard coded or dynamically built, try putting the static portions into data items to start with and see if it works.&lt;BR /&gt;&lt;BR /&gt;I'm surprised it wouldn't throw an exception though. That's a head scratcher.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2020 12:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84953#M36017</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-02-25T12:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84954#M36018</link>
      <description>Hi Dave,&lt;BR /&gt;Thanks for your response.&amp;nbsp; I create the sql from a calculation (as some things are passed through via data items that change depending on the invoice). Then that calculation is stored in a data item and the data item is used as the Value in the collection pull.&amp;nbsp; This method has worked numerous times.&amp;nbsp; The sql that is being created and stored in the data item can be copied and directly pasted to sql developer and it works.&amp;nbsp; No exceptions are being thrown in BP.&amp;nbsp; It just runs and doesn't pull anything........&lt;BR /&gt;&lt;BR /&gt;I can't put the sql directly into the value of the Collection pull because it exceeds the 255 limit....&lt;BR /&gt;&lt;BR /&gt;I'm out of ideas.&amp;nbsp; Been screwing around with it for awhile.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2020 18:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84954#M36018</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-02-27T18:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84955#M36019</link>
      <description>&lt;SPAN&gt;May be bit naive, but did you check if by mistake you have a semicolon at the end of the statement in the "dataitem" where the SQL is stored? If that's the case, just remove the semicolon &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2020 05:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84955#M36019</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2020-02-28T05:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84956#M36020</link>
      <description>Can you paste the query which is causing the issue, are you using any wildcards?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2020 06:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84956#M36020</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-02-28T06:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84957#M36021</link>
      <description>Hi Gopal,&lt;BR /&gt;Thank you for your response.&amp;nbsp; Here is the sql.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SELECT&lt;BR /&gt; o586765.mcc_country AS e1081917,&lt;BR /&gt; o586772.mcc_product_line_desc AS e1081924,&lt;BR /&gt; o583784.accounting_date AS e1127909,&lt;BR /&gt; o583784.bank_location AS e1127923,&lt;BR /&gt; o583784.cancelled_date AS e1127935,&lt;BR /&gt; o583784.description AS e1127968,&lt;BR /&gt; o583784.distribution_description AS e1127972,&lt;BR /&gt; o583784.gl_period AS e1127987,&lt;BR /&gt; o583784.invoice_line_amount AS invoice_line_amount,&lt;BR /&gt; o583784.invoice_number AS invoice_number,&lt;BR /&gt; o583784.manually_inserted_due_date AS e1128032,&lt;BR /&gt; o583784.payment_date AS payment_date,&lt;BR /&gt; o583784.po_number AS po_number,&lt;BR /&gt; o583784.segment2 AS fund,&lt;BR /&gt; o586765.mcc_country AS country,&lt;BR /&gt; o583784.segment5 AS project,&lt;BR /&gt; o583784.segment9 AS activity,&lt;BR /&gt; o583784.status AS e1128197,&lt;BR /&gt; o583784.supplier_site AS e1128207,&lt;BR /&gt; o583784.payment_status_flag AS e1833969,&lt;BR /&gt; o583784.prepay_amount_remaining AS e1879948,&lt;BR /&gt; as1139650_1127987_old AS as1139650_1127987_old&lt;BR /&gt;FROM&lt;BR /&gt; (&lt;BR /&gt; SELECT DISTINCT&lt;BR /&gt; v.invoice_id,&lt;BR /&gt; v.po_distribution_id,&lt;BR /&gt; v.prepay_distribution_id,&lt;BR /&gt; v.invoice_distribution_id,&lt;BR /&gt; v.gl_period,&lt;BR /&gt; v.accounting_date,&lt;BR /&gt; v.payment_posted_flag posted_flag,&lt;BR /&gt; v.terms_code,&lt;BR /&gt; v.invoice_date,&lt;BR /&gt; v.invoice_number,&lt;BR /&gt; v.source,&lt;BR /&gt; v.voucher_num,&lt;BR /&gt; v.description,&lt;BR /&gt; v.date_received_by_nbc,&lt;BR /&gt; v.manually_inserted_due_date,&lt;BR /&gt; v.bank_location,&lt;BR /&gt; v.grant_po_number,&lt;BR /&gt; v.payment_date,&lt;BR /&gt; v.check_number,&lt;BR /&gt; v.treasury_pay_date,&lt;BR /&gt; v.treasury_pay_number,&lt;BR /&gt; v.pay_method,&lt;BR /&gt; v.pay_group,&lt;BR /&gt; v.status,&lt;BR /&gt; v.po_number,&lt;BR /&gt; v.po_line_type,&lt;BR /&gt; v.item_description,&lt;BR /&gt; v.buyer_name,&lt;BR /&gt; v.invoice_type,&lt;BR /&gt; v.invoice_line_number,&lt;BR /&gt; v.r12_invoice_line_number,&lt;BR /&gt; v.r12_distribution_line_number,&lt;BR /&gt; v.vendor_name,&lt;BR /&gt; v.vendor_site_code supplier_site,&lt;BR /&gt; v.distribution_description,&lt;BR /&gt; v.line_type,&lt;BR /&gt; v.ussgl_transaction_code,&lt;BR /&gt; v.invoice_line_amount,&lt;BR /&gt; v.r12_invoice_line_amount,&lt;BR /&gt; v.r12_distribution_line_amount,&lt;BR /&gt; v.invoice_amount,&lt;BR /&gt; v.payment_amount,&lt;BR /&gt; v.due_date,&lt;BR /&gt; v.cancelled_date,&lt;BR /&gt; v.segment1,&lt;BR /&gt; v.segment2,&lt;BR /&gt; v.segment3,&lt;BR /&gt; v.segment4,&lt;BR /&gt; v.segment5,&lt;BR /&gt; v.segment6,&lt;BR /&gt; v.segment7,&lt;BR /&gt; v.segment8,&lt;BR /&gt; v.segment9,&lt;BR /&gt; v.segment10,&lt;BR /&gt; v.distribution_account,&lt;BR /&gt; v.org_id,&lt;BR /&gt; v.org_name,&lt;BR /&gt; v.creation_date,&lt;BR /&gt; v.last_update_date,&lt;BR /&gt; v.created_by,&lt;BR /&gt; v.last_updated_by,&lt;BR /&gt; v.payment_status_flag,&lt;BR /&gt; ap.prepay_amount_remaining&lt;BR /&gt; FROM&lt;BR /&gt; cus01.xxibc_ap_bot_dist_v v,&lt;BR /&gt; xxibc_ap_invoice_dist_v ap&lt;BR /&gt; WHERE&lt;BR /&gt; v.invoice_distribution_id = ap.invoice_distribution_id&lt;BR /&gt; ) o583784,&lt;BR /&gt; (&lt;BR /&gt; SELECT DISTINCT&lt;BR /&gt; ffvv.flex_value mcc_country,&lt;BR /&gt; ffvv.description mcc_country_desc,&lt;BR /&gt; ffvv.enabled_flag enabled_flag,&lt;BR /&gt; ffvv.end_date_active end_date&lt;BR /&gt; FROM&lt;BR /&gt; apps.fnd_flex_values_vl ffvv,&lt;BR /&gt; applsys.fnd_flex_value_sets ffvs&lt;BR /&gt; WHERE&lt;BR /&gt; ffvs.flex_value_set_id = ffvv.flex_value_set_id&lt;BR /&gt; AND ffvs.flex_value_set_name = 'MCC_PROD_PROGRAM' --VNickols added to accommodate new MCC LOA&lt;BR /&gt; AND ffvv.summary_flag = 'N'&lt;BR /&gt; ORDER BY&lt;BR /&gt; ffvv.flex_value&lt;BR /&gt; ) o586765,&lt;BR /&gt; (&lt;BR /&gt; SELECT DISTINCT&lt;BR /&gt; ffvv.flex_value mcc_product_line,&lt;BR /&gt; ffvv.description mcc_product_line_desc,&lt;BR /&gt; ffvv.enabled_flag enabled_flag,&lt;BR /&gt; ffvv.end_date_active end_date&lt;BR /&gt; FROM&lt;BR /&gt; apps.fnd_flex_values_vl ffvv,&lt;BR /&gt; applsys.fnd_flex_value_sets ffvs&lt;BR /&gt; WHERE&lt;BR /&gt; ffvs.flex_value_set_id = ffvv.flex_value_set_id&lt;BR /&gt; AND ffvs.flex_value_set_name = 'MCC_PROD_ACTIVITY' --VNickols added to accommodate new MCC LOA&lt;BR /&gt; AND ffvv.summary_flag = 'N'&lt;BR /&gt; ORDER BY&lt;BR /&gt; ffvv.flex_value&lt;BR /&gt; ) o586772,&lt;BR /&gt; (&lt;BR /&gt; SELECT&lt;BR /&gt; o1139611.period_name AS as1139650_1127987_old_2,&lt;BR /&gt; MAX(o1139611.effective_period_num) AS as1139650_1127987_old&lt;BR /&gt; FROM&lt;BR /&gt; gl.gl_period_statuses o1139611&lt;BR /&gt; WHERE&lt;BR /&gt; (&lt;BR /&gt; o1139611.application_id = 101&lt;BR /&gt; AND o1139611.set_of_books_id = 2&lt;BR /&gt; AND o1139611.closing_status IN (&lt;BR /&gt; 'C',&lt;BR /&gt; 'O'&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; GROUP BY&lt;BR /&gt; o1139611.period_name&lt;BR /&gt; )&lt;BR /&gt;WHERE&lt;BR /&gt; (&lt;BR /&gt; ( o586765.mcc_country = o583784.segment3 )&lt;BR /&gt; AND ( o586772.mcc_product_line = o583784.segment9 )&lt;BR /&gt; AND ( o583784.gl_period = as1139650_1127987_old_2 (+) )&lt;BR /&gt; )&lt;BR /&gt; AND ( o586765.mcc_country = 'NER' )&lt;BR /&gt; AND ( o583784.accounting_date &amp;lt; '01-MAR-2020' )&lt;BR /&gt; AND (&lt;BR /&gt; (&lt;BR /&gt; o583784.status IS NULL&lt;BR /&gt; AND o583784.payment_status_flag = 'Y'&lt;BR /&gt; AND o583784.payment_date IS NULL&lt;BR /&gt; OR o583784.status &amp;lt;&amp;gt; 'VOIDED'&lt;BR /&gt; AND o583784.payment_status_flag = 'Y'&lt;BR /&gt; AND o583784.payment_date &amp;lt; '01-MAR-2020'&lt;BR /&gt; OR o583784.status = 'VOIDED'&lt;BR /&gt; AND o583784.cancelled_date &amp;gt; '01-MAR-2020'&lt;BR /&gt; AND o583784.payment_status_flag = 'N'&lt;BR /&gt; AND o583784.payment_date &amp;lt; '01-MAR-2020'&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; AND ( o583784.segment2 LIKE '%COM%' )&lt;BR /&gt; AND o583784.prepay_amount_remaining &amp;gt; 0&lt;BR /&gt;ORDER BY&lt;BR /&gt; o583784.bank_location ASC,&lt;BR /&gt; o583784.payment_date ASC&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2020 18:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84957#M36021</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-03-04T18:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84958#M36022</link>
      <description>&lt;P&gt;Hi Vivek,&lt;BR /&gt;When you have semicolon or problem areas like that it will not run and send you to exceptions.&amp;nbsp; In this case the sql is running properly with no errors, it is just not returning any data.&amp;nbsp; I'm wondering if it can't read down to the levels of select within select within select.&amp;nbsp; If that language that works in sql developer does not work on this side of things.&amp;nbsp; I am unsure on that area.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2020 18:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84958#M36022</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-03-04T18:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84959#M36023</link>
      <description>&lt;P&gt;Hi Gopal,&lt;BR /&gt;I just wanted to check back and see if you had any ideas for me.&amp;nbsp; Still spinning my wheels on this one.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Mar 2020 16:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84959#M36023</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-03-11T16:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84960#M36024</link>
      <description>&lt;P&gt;Sorry &lt;SPAN&gt;Jonathan, I couldn't really figure out what's the issue with the Query if there is or if it is issue with OLEDB not supporting so many select within one query.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have you tried to check the outcome of all individual select query.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2020 05:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84960#M36024</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-03-12T05:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84961#M36025</link>
      <description>Hi Gopal,&lt;BR /&gt;I tried each query individually and it seemed to be working fine.&amp;nbsp; Any ideas for a workaround here?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I'm thinking I'll open a ticket with BluePrism support.&lt;BR /&gt;&lt;BR /&gt;Thanks for your time.&lt;BR /&gt;Jon&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84961#M36025</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-03-12T14:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84962#M36026</link>
      <description>Have you tried amended the date format? We have experienced issues before as Blue Prism formats dates differently to SQL Developer.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Newsom&lt;BR /&gt;RPA Developer&lt;BR /&gt;Leeds Building Society&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2020 16:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84962#M36026</guid>
      <dc:creator>ChrisNewsom</dc:creator>
      <dc:date>2020-03-12T16:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84963#M36027</link>
      <description>Hi Christopher,&lt;BR /&gt;I'll give that a shot. Wouldn't that date problem cause the collection to end in exception?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2020 16:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84963#M36027</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-03-12T16:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84964#M36028</link>
      <description>Hi Christopher,&lt;BR /&gt;I originally just changed from passing a variable for date to a hard coded '01-MAR-2020'.&amp;nbsp; It turns out after a bunch more trouble shooting it rolled back to the date.&amp;nbsp; Any chance you know what the issue/resolution was on your end for dates?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Jon&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2020 14:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84964#M36028</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-03-31T14:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84965#M36029</link>
      <description>Can you write this as store procedure and then run from BP? &lt;BR /&gt;Was BP support of any help?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2020 04:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84965#M36029</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-04-01T04:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84966#M36030</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;BR /&gt;Have you got this resolved? &lt;BR /&gt;If not try updating the SQL to derive the date from SYSDATE.&lt;BR /&gt;Alternatively we use a calculation to replace date parameters in the SQL and format the date to this format 'yyyy-MM-dd HH24:MI:SS'&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Keith Woof&lt;BR /&gt;RPA Manager&lt;BR /&gt;Leeds Building Society&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2020 11:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84966#M36030</guid>
      <dc:creator>KeithWoof</dc:creator>
      <dc:date>2020-10-19T11:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB - Oracle - Not pulling data - SQL Dev pull works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84967#M36031</link>
      <description>Try removing comments "&lt;SPAN&gt;--VNickols added to accommodate new MCC LOA" etc, if something is wrong with newlines, that might screw things, but just a wild guess.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;In general, if you use multiline queries, store them(parts) in text dataitems, dont just set input to something like:&lt;BR /&gt;"select *&lt;BR /&gt;from tbl&lt;BR /&gt;where xx="&amp;amp;[myvar]&lt;BR /&gt;This often looses newlines..&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------</description>
      <pubDate>Thu, 22 Oct 2020 14:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Oracle-Not-pulling-data-SQL-Dev-pull-works/m-p/84967#M36031</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-10-22T14:04:00Z</dc:date>
    </item>
  </channel>
</rss>

