This error may ocure after installing Cognos planning if you use SQL server as a content store.
Error Message:
Probably the content store has a conflict configuration. In this case it was collation conflict
Solution:
Error Message:
could not load the XML into the DOM. Reason : -1072896681 Invalid xml declaration
at character 3 on line 32
Reason:
Probably the content store has a conflict configuration. In this case it was collation conflict
Solution:
- Stop cognos services
- Delete the content store databse and create it with collation:
- SQL_Latin1_General_CP1_CI_AS
- Open "C:\Program Files\ibm\cognos\c10\bin\FileSys.ini"
- Delete the line strats with InstanceLock and save the file
- Start cognos services
- Open cognos contributor administration and test.
Finnally when use SQL server as a content store DB follow the following:
- Collation must be insenstive
- Collation must use UTF 8 or UTF 16 for encoding
No comments:
Post a Comment