Re: Error on XML Parser when referencing external DTD
hmmm.. I can get the following to work: insert into text_docs values (xmlvalidate('<!DOCTYPE emp_name PUBLIC "http://xx.xx.xx.xx/dtd_emp.dtd"><emp_name>John Doe</emp_name>',option...
View ArticleRe: Error on XML Parser when referencing external DTD
Yes, of course, I'm using a valid IP Address and a valid DTD (I just replaced my public ip with xx.xx.xx.xx for security reasons). Also I've checked permissions and firewall rules.
View ArticleRe: Error on XML Parser when referencing external DTD
I can get the following to work: insert into text_docs values (xmlvalidate('<!DOCTYPE emp_name PUBLIC "http://xx.xx.xx.xx/dtd_emp.dtd"><emp_name>John Doe</emp_name>',option...
View ArticleRe: Error on XML Parser when referencing external DTD
Kevin, So all you did was take out the word "prueba" e.g. "test" in Spanish? See below. Thank you. Jean-Pierre insert into text_docs values (xmlvalidate('<!DOCTYPE emp_name PUBLIC "prueba"...
View ArticleRe: Error on XML Parser when referencing external DTD
Thanks Jean-Pierre & Kevin! Adding xmlerror=null as an option doesn't solve the issue, it's just a workaround to make xmlvalidate return null in case of an error. Jean-Pierre, "prueba" is needed...
View ArticleRe: Error on XML Parser when referencing external DTD
Leandro, Thank you for pointing that out. I have not used the XML features of ASE and I was just following the discussion with interest. Regards, Jean-Pierre
View ArticleRe: Wrong Password in ASE Cockpit
Hi Daniel, modified the agent-plugin.xml as requested. However it is not possible to login into Cockpit. Attached is the modified agent-plugin.xml. I remember that I had the same problem during update...
View ArticleRe: feedback about a document on data storage and how to track space allocation
Goof afternoon, After a long break working on 'non-ASE' topic, I now have a bit of time to continue on this topic. I'm curious to know how the linkage is done in an extent when you read data from a...
View ArticleRe: feedback about a document on data storage and how to track space allocation
Hi Simon, For a table using the DOL lock scheme, table scans are done using an OAM scan. The OAM for the data pages contain an entry for each allocation unit that the data has extents allocated on....
View ArticleRe: feedback about a document on data storage and how to track space allocation
Thanks Bret for your quick and crystal clear explanation. Indeed I redo a test with a 'allpages lock' table and I can see the page-chain through dbcc pages() Simon
View ArticleRe: Wrong Password in ASE Cockpit
Hi Robert,The agent-plugin.xml looks like it has all the content needed to be present in the pull down menu from the Web Interface. Since the Web Interface is a passthrough (agent-plugin.xml isn't...
View ArticleRe: feedback about a document on data storage and how to track space allocation
Straight out the the internals course materials Bret. Cool! Jean-Pierre
View ArticleRe: feedback about a document on data storage and how to track space allocation
Great recommendations by Jeff. Otherwise, I would suggest taking the ASE Internals course. Even if you do not complete all the labs in class the solutions used to be flawless and you could learn a lot...
View ArticleRe: load database xx with listonly=create_sql giving wrong ddl for database
Hi Pandey,Adding notes to the SCN after the Incident was created for benefit of those curious about this report. Whenever creating or altering for space, we allocate as many Allocation Units (AU) that...
View ArticleLast transaction time of the database
Dear Expert, Environment: SAP ASE 15.7OS HP-UX I have refreshed the Server B database from the backup of Server A database (date 20.03.2016, dump start time 1:10 AM end time 7:40 AM ). It is...
View ArticleRe: Last transaction time of the database
Kanai, If the dump loaded successfully, then the database on server B must mirror the state of the database on server A, at the time the dump was completed on server A, namely 20.03.2016 at 7:40 AM. If...
View ArticleRe: load database xx with listonly=create_sql giving wrong ddl for database
Dan, Excellent lesson for us all. I particularly like the simplicity and effectiveness of "You can disk init xxx_data04 to be 7.5M, then when create/alter specify "on xxx_data04='8M'" which in turn...
View ArticleRe: load database xx with listonly=create_sql giving wrong ddl for database
P.S. As far as the manipulation you are talking about... Are you talking about a direct update to the master..sysusages 8MB fragment for the database? Thank you. Regards, Jean-Pierre
View Articlereorg rebuild on MARC
Hi SAP, We are running reorg rebuild on MARC and it is taking long time. How to know status of the reorg for this table - MARC.( This table contains 7 crore records) Can we stop this in the middle to...
View ArticleRe: reorg rebuild on MARC
Define 'long time' ... 15 mins? 2 hrs? 2 days? 70 million (crore = 10m ?) rows shouldn't take too long to copy unless you're experiencing some really lousy disk performance issues or you've run out of...
View Article