<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged dbstaging</title>
<link>https://overflow.efficy.io/?qa=tag/dbstaging</link>
<description>Powered by Question2Answer</description>
<item>
<title>DBStaging is it possible to add a filter ?</title>
<link>https://overflow.efficy.io/?qa=5649/dbstaging-is-it-possible-to-add-a-filter</link>
<description>&lt;p&gt;I am trying to export all groups and securities from one database to another one.&lt;br&gt;
I have create a new .DAT file for the DBStaging tool (cf below), but in the ACC_ACCOUNTS I also get the resources and users which I don't want.&lt;/p&gt;

&lt;p&gt;Is it possible to add a filter on this table ? &lt;br&gt;
Something like &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Filter=&quot;KIND='1' and ISACTIVE='1'&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;My DBStaging.DAT file:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[ACC_ACCOUNTS]
OutputFile=ACCOUNTS.sql
Inserts=1
Updates=1
Deletions=1
KeyFields=K_USER
[ACC_GROUPS]
OutputFile=ACCOUNTS.sql
Inserts=1
Updates=1
Deletions=1
KeyFields=K_USER,K_USER2
[ACC_RIGHTS]
OutputFile=ACCOUNTS.sql
Inserts=1
Updates=1
Deletions=1
KeyFields=K_USER,K_TABLE
[ACC_SECURITY]
OutputFile=ACCOUNTS.sql
Inserts=1
Updates=1
Deletions=1
KeyFields=K_USER,K_TABLE,K_USER2
[ACC_SHARES]
OutputFile=ACCOUNTS.sql
Inserts=1
Updates=1
Deletions=1
KeyFields=K_USER,K_USER2
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5649/dbstaging-is-it-possible-to-add-a-filter</guid>
<pubDate>Tue, 13 Oct 2020 18:42:37 +0000</pubDate>
</item>
<item>
<title>Error on DB Stagging  Error: ENTT-2572 Field &quot;CHANGE_VECTOR$$&quot;, datatype &quot;RAW&quot; not supported</title>
<link>https://overflow.efficy.io/?qa=5465/error-stagging-error-changevector-datatype-supported</link>
<description>&lt;p&gt;when trying to dump a Oracle Efficy 11.3 DB I get the following error :&lt;/p&gt;

&lt;p&gt;Connecting to XXXXX&lt;br&gt;
  Error: ENTT-2572 Field &quot;CHANGE_VECTOR$$&quot;, datatype &quot;RAW&quot; not supported&lt;/p&gt;

&lt;p&gt;I cannot find a view / custom table or such in the DB that has this column&lt;/p&gt;

&lt;p&gt;Neither I can find something similar in the ALL_OBJECTS of Oracle&lt;/p&gt;

&lt;p&gt;I un-selected the copy custom and iscustom options in the Dbstagging Tool&lt;/p&gt;

&lt;p&gt;How can this be troubleshooted?&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5465/error-stagging-error-changevector-datatype-supported</guid>
<pubDate>Tue, 02 Jun 2020 08:24:42 +0000</pubDate>
</item>
<item>
<title>Error: ENTT-2574 Field &quot;RATE&quot;, datatype &quot;numeric&quot; not supported  when trying to make a dump with DbStaging</title>
<link>https://overflow.efficy.io/?qa=5072/error-2574-field-datatype-numeric-supported-trying-dbstaging</link>
<description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I'm working on a migration from 2012 to 11.3&lt;br&gt;
Db Upgrade have run without any error,  i can connect, i can .. etc.&lt;/p&gt;

&lt;p&gt;But, when trying to make a dump with DbStaging, i receive this error:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;code&gt;Error: ENTT-2574 Field &quot;RATE&quot;, datatype &quot;numeric&quot; not supported&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;I've try with a brand new database and i have no error.&lt;/li&gt;
&lt;li&gt;I've compare the 3 &lt;code&gt;RATE&lt;/code&gt; fields definition in &lt;code&gt;SYS_FIELDS&lt;/code&gt;, between my db and the brand new db, they are the same.&lt;/li&gt;
&lt;li&gt;i've compare the sql fields definition in the database, and they are the same&lt;/li&gt;
&lt;li&gt;i've check in the data, and there is no datas.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DB Version is 11.3.18520.0&lt;br&gt;
DbStaging version is 11.3.18520.0&lt;br&gt;
Rgdb: SQL Server&lt;/p&gt;

&lt;p&gt;I don't see where is the error.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5072/error-2574-field-datatype-numeric-supported-trying-dbstaging</guid>
<pubDate>Tue, 26 Nov 2019 08:55:37 +0000</pubDate>
</item>
<item>
<title>Logging in DbStaging?</title>
<link>https://overflow.efficy.io/?qa=3362/logging-in-dbstaging</link>
<description>&lt;p&gt;When generating scripts with the DbStaging tool we are getting the Error Unexpected DataType: ftUnknown. We have tried to look for unsupported datatypes but there are none (anymore). &lt;/p&gt;

&lt;p&gt;Is there an option to generate a log or debug in the DbStaging tool for the point or field the error is thrown?&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3362/logging-in-dbstaging</guid>
<pubDate>Mon, 02 Jul 2018 16:24:23 +0000</pubDate>
</item>
<item>
<title>error on running &quot;generate Scripts&quot; on DbStaging</title>
<link>https://overflow.efficy.io/?qa=2595/error-on-running-generate-scripts-on-dbstaging</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Has any one got such error message on running DbStaging --&amp;gt; Generate Scripts&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=3048048307367369512&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Thank you in advance for advice.&lt;/p&gt;

&lt;p&gt;Best Regards.&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2595/error-on-running-generate-scripts-on-dbstaging</guid>
<pubDate>Mon, 10 Jul 2017 10:14:58 +0000</pubDate>
</item>
<item>
<title>DB Staging  tool - Error: &quot;Unexpected DataType: ftUnknown&quot;</title>
<link>https://overflow.efficy.io/?qa=2003/db-staging-tool-error-unexpected-datatype-ftunknown</link>
<description>&lt;p&gt;Hello Everyone! &lt;/p&gt;

&lt;p&gt;I'm trying to generate a &quot;upgrade&quot; script with db Staging tool and I have a problem: &lt;br&gt;
I generated the the two dump files with success, then when I try to Generate de script I got an error message saying : &quot;Unexpected DataType: ftUnknown&quot; (see pic).&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=12962524136140730118&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Have someone had that error before? &lt;br&gt;
Do someone knows where it could come from? &lt;/p&gt;

&lt;p&gt;PS: I'm executing the Efficy 2014's DB Staging tool on an Efficy 2012 version.&lt;/p&gt;

&lt;p&gt;KR, &lt;/p&gt;

&lt;p&gt;Prince&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2003/db-staging-tool-error-unexpected-datatype-ftunknown</guid>
<pubDate>Tue, 15 Nov 2016 12:59:06 +0000</pubDate>
</item>
<item>
<title>DB Staging tool - Generating a script</title>
<link>https://overflow.efficy.io/?qa=939/db-staging-tool-generating-a-script</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;While generating a the script we are getting following error.&lt;br&gt;
We tried with the DB Staging 6640 and 6100. Same error.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=4910650916902721517&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Does anyone has an idea what this could be?&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=939/db-staging-tool-generating-a-script</guid>
<pubDate>Thu, 19 Nov 2015 11:19:43 +0000</pubDate>
</item>
<item>
<title>DB Staging Tool Error on Save DB as text</title>
<link>https://overflow.efficy.io/?qa=816/db-staging-tool-error-on-save-db-as-text</link>
<description>&lt;p&gt;I directly get the following error when I've filled in the login info after choosing &quot;Save DB as text&quot;&lt;/p&gt;

&lt;p&gt;Connecting to Vendis_Test&lt;br&gt;
  Error: ORA-00942: Tabel of view bestaat niet.&lt;/p&gt;

&lt;p&gt;select indid, name, id from sysindexes where sysindexes.id = (select id from sysobjects where name = :TableName) and name not like '&lt;em&gt;WA&lt;/em&gt;Sys&lt;em&gt;%' and status &amp;lt;&amp;gt; 2050 and indid not in (0, 255) and name not in (select name from SYSOBJECTS where (XTYPE = 'PK') and parent&lt;/em&gt;obj = (select id from sysobjects where name = :TableName2) and UID = (select UID from SYSOBJECTS where (NAME = 'SYS_DATABASE') and (XTYPE = 'U'))) order by indid&lt;/p&gt;

&lt;p&gt;What can cause this ?&lt;br&gt;
Am I doing something wrong ?&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=816/db-staging-tool-error-on-save-db-as-text</guid>
<pubDate>Thu, 08 Oct 2015 07:31:46 +0000</pubDate>
</item>
<item>
<title>DBStaging tool for ASP clients</title>
<link>https://overflow.efficy.io/?qa=529/dbstaging-tool-for-asp-clients</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
What is the process for using DBStaging tool with ASP customers?&lt;br&gt;
2 questions:&lt;br&gt;
1) How can I access the production DB online to generate XML? As the customer can change the DB with Conficy, asking for a backup (which takes 5 days), restoring the DB in my own environment to compare, will not work as the customer can make new changes meantime&lt;/p&gt;

&lt;p&gt;2) How do I perform update DB scripts on the production DB?&lt;/p&gt;

&lt;p&gt;Thanks and Regards&lt;br&gt;
Anne&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=529/dbstaging-tool-for-asp-clients</guid>
<pubDate>Wed, 22 Jul 2015 12:20:44 +0000</pubDate>
</item>
<item>
<title>How to apply the modification done on a Development Database to a production Database (Upgrade) ?</title>
<link>https://overflow.efficy.io/?qa=163/modification-development-database-production-database-upgrade</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;I have to do the migration from Efficy 2012 summer to Efficy 2014.&lt;/p&gt;

&lt;p&gt;For those that are working with Efficy 2014, I would like to know how to trace the changes in the database in order to redo them when we will go live. &lt;/p&gt;

&lt;p&gt;I heard there was a tool for that in 2014 but I don’t which one and how to use it.&lt;br&gt;
Could you please point me in the right direction ?&lt;/p&gt;

&lt;p&gt;If you have any other good advice in order to migrate a DB and Custom to 2014 they will be greatly appreciated.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane RONCIN&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=163/modification-development-database-production-database-upgrade</guid>
<pubDate>Mon, 26 Jan 2015 08:36:50 +0000</pubDate>
</item>
</channel>
</rss>