Showing posts with label helloi. Show all posts
Showing posts with label helloi. Show all posts

Thursday, March 22, 2012

Error in Vantive

Hello!

I have a problem with Vantive and I dont know what to do. The application use Microsoft SQL. The problem started 2 days ago. The application is working but sometimes, this messagge appears:

"The server has not responded to a request in the required time. Try this operation again. If the problem persists, please contact your system administrator. Function: dbinboxchanged Code: 1072"

We have checked a lot of thigs but everything seems to be ok. I would like to know If anybody have an idea of what can be.

Thanks.Hello,

we had a similiar problem a few years ago. in our case the vantive-server was inserting an decimal point in primary keys each hundre-thousands rows. Then, when seeking an customer with an PK of 100000,200000 and so... the server looked for 100.000, 200.000, did not find the customer and returned an nearly equivalent error message.

we build an workaround with an insert trigger wich did not use id's with 5 zeros at the end.. :-) (dirty but it works).

Originally posted by Carina
Hello!

I have a problem with Vantive and I dont know what to do. The application use Microsoft SQL. The problem started 2 days ago. The application is working but sometimes, this messagge appears:

"The server has not responded to a request in the required time. Try this operation again. If the problem persists, please contact your system administrator. Function: dbinboxchanged Code: 1072"

We have checked a lot of thigs but everything seems to be ok. I would like to know If anybody have an idea of what can be.

Thanks.

Monday, March 19, 2012

Error in Reporting Services Configuration Manager

Hello

I've got an error when I want to initialize the Report Server by means of RS Configuration Manager.

All points are check in green except "Encryption Keys" that is in "Optionnal configuration" and "Initialization" that is in "Not Configured".

When I click on "Initialization" an error occured :

The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable)

When I want to browse the report this error occured:

The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable) (rsRPCError). Cannot generate SSPI context.

Someone can help me ?

Thanks

Arnaud

I am having the same problem.

|||First make sure you have correctly entered and apply the information on the "database setup" panel. I think the "Cannot generate SSPI context" error may contain a clue. A quick search found the following kb: http://support.microsoft.com/?id=811889. Let us know if it helps.