<?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 access data base from web base in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/access-data-base-from-web-base/m-p/5696#M2291</link>
    <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I created a web based application using JDeveloper, and when I try to add, update, or delete from web interface using the sql statement, I can't coz of  Encoding problem. the log as follow:&lt;BR /&gt;
&lt;BR /&gt;
8NOV2007:10:16:48.232 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE DELETE FROM    ETSS.ETSS_SECTORS  WHERE SECTOR_ID  =&lt;BR /&gt;
                       2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:11.484 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:18.656 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:19.090 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:19.513 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:19.850 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
WARNING: Some character data was lost during transcoding in the dataset ETSS.ETSS_HEADER.&lt;BR /&gt;
WARNING: Some character data was lost during transcoding in the dataset ETSS.ETSS_HEADER.&lt;BR /&gt;
18NOV2007:10:21:10.632 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE INSERT INTO ETSS.ETSS_ATTRIBUTES_GROUPS (Group_ID,&lt;BR /&gt;
                       Group_Desc) Values ( 1 ,'zzzzzzzzzzz') BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_ATTRIBUTES_GROUPS cannot&lt;BR /&gt;
                       be updated because its encoding does not match the session encoding or the...  .&lt;BR /&gt;
&lt;BR /&gt;
your support is appreciated</description>
    <pubDate>Tue, 27 Nov 2007 06:08:45 GMT</pubDate>
    <dc:creator>MohamedS</dc:creator>
    <dc:date>2007-11-27T06:08:45Z</dc:date>
    <item>
      <title>access data base from web base</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/access-data-base-from-web-base/m-p/5696#M2291</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I created a web based application using JDeveloper, and when I try to add, update, or delete from web interface using the sql statement, I can't coz of  Encoding problem. the log as follow:&lt;BR /&gt;
&lt;BR /&gt;
8NOV2007:10:16:48.232 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE DELETE FROM    ETSS.ETSS_SECTORS  WHERE SECTOR_ID  =&lt;BR /&gt;
                       2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:11.484 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:18.656 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:19.090 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:19.513 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
18NOV2007:10:17:19.850 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE UPDATE   ETSS.ETSS_SECTORS SET SECTOR_Desc_L  =&lt;BR /&gt;
                       'sfdfs ' , SECTOR_Desc_S = ' ddd' WHERE SECTOR_ID  =  2 BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_SECTORS cannot be updated&lt;BR /&gt;
                       because its encoding does not match the session encoding or the file is in a...  .&lt;BR /&gt;
WARNING: Some character data was lost during transcoding in the dataset ETSS.ETSS_HEADER.&lt;BR /&gt;
WARNING: Some character data was lost during transcoding in the dataset ETSS.ETSS_HEADER.&lt;BR /&gt;
18NOV2007:10:21:10.632 When JavaApp(1) in "JAVAAPP"(0) tried to EXECUTE INSERT INTO ETSS.ETSS_ATTRIBUTES_GROUPS (Group_ID,&lt;BR /&gt;
                       Group_Desc) Values ( 1 ,'zzzzzzzzzzz') BY SQLVIEW:&lt;BR /&gt;
                       ERROR: SQL passthru expression contained these errors: ERROR: File ETSS.ETSS_ATTRIBUTES_GROUPS cannot&lt;BR /&gt;
                       be updated because its encoding does not match the session encoding or the...  .&lt;BR /&gt;
&lt;BR /&gt;
your support is appreciated</description>
      <pubDate>Tue, 27 Nov 2007 06:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/access-data-base-from-web-base/m-p/5696#M2291</guid>
      <dc:creator>MohamedS</dc:creator>
      <dc:date>2007-11-27T06:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: access data base from web base</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/access-data-base-from-web-base/m-p/5697#M2292</link>
      <description>Hi,&lt;BR /&gt;
 This is not an ODS or Base Reporting procedure (PRINT, REPORT or TABULATE) question.&lt;BR /&gt;
 &lt;BR /&gt;
  Your best bet for help with this issue and your application is to contact SAS Technical Support. To contact Tech Support, go to &lt;A href="http://support.sas.com" target="_blank"&gt;http://support.sas.com&lt;/A&gt; and on the left-hand navigation area, click on the link entitled "Submit a Problem".&lt;BR /&gt;
 &lt;BR /&gt;
 cynthia</description>
      <pubDate>Tue, 27 Nov 2007 06:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/access-data-base-from-web-base/m-p/5697#M2292</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-11-27T06:40:38Z</dc:date>
    </item>
  </channel>
</rss>

