PAS not running

Latika6

New Member
I have made a schema change in one of the tables by adding a field and creating primary index. PAS is not running now. I have tried idxbuilt and repair the database and that was successful.
Any pointers are appreciated.
 

Latika6

New Member
This isn't nearly enough detail about your situation.
I need to start databases and PAS to run my application. The application has a .Net front end.
I added a field to a table as well as index. After making the change the PAS was not running. Although, rest of the services are running including the databases.
The error that I get when I try to start PAS is - "Start operation has timed out for PAS instance : xxx , Does not get response from pas server in specified timeout 180 secs"
 

Latika6

New Member
Also, looked at the logs for PAS and there is a startuperrors.txt with errors as-
MSAS csMtAdjustSessionCounts : UNDERFLOW error incrementing user session count: user_sessions= 0 incr_user_sessions= -1"
and a few more MSAS messages
 

Ashwani Mishra

New Member
Progress Version?
OS?
Do you have any startup procedure which run when you start PAS. There must be some error in pasname.agent.log file?
 

Latika6

New Member
Progress Version?
OS?
Do you have any startup procedure which run when you start PAS. There must be some error in pasname.agent.log file?
Progress version is 12.2.4 and OS Windows 11 PRO. Yes, I found errors in the pasname.agent.log saying that a program called by startup procedure was not found. I have removed my db change that involved creating a primary index on a table with few records and dropping the existing one also recompiling.
and PAS is running now :)
however, I still would need to put the db change back in and recompile again.
 

Cringer

ProgressTalk.com Moderator
Staff member
That seems to suggest to me that the startup procedure doesn't compile after your database changes but does without them. Have you checked your compile logs?
 
Top