Quantcast
Channel: Primavera Online Interaction » Password
Viewing all articles
Browse latest Browse all 100

prim34629:Primavision/myPrimavera administration application will not open. Getting error: “java.io.IOException: Io exception: Bad packet type”

$
0
0
Solution ID: prim34629
Primavision/myPrimavera administration application will not open. Getting error: "java.io.IOException: Io exception: Bad packet type"
Status: Reviewed
Version(s): 4.0, 4.1, 5.0



Problem: Primavision/myPrimavera administration application will not open. Getting error: “java.io.IOException: Io exception: Bad packet type”
Problem: After launching the Primavera Administration Application and entering the login password receiving java IOException for Bad packet type:


 Then application error window is received:  “Primavera Administrator  Io exception: Bad packet type    See log tab for more details.”


Cause: This error was due to a corrupt Primavision/myPrimavera configuration in the database.
Fix: Remove the configuration in the database for the first configuration being reported in the Administration Application as having a Bad Packet Type:

For Oracle database, log in as admuser
For SQL Server database, log into the database via Query Analyzer as privuser
For MSDE database, log in as privuser via OSQL command line utility:


     osql -U privuser -P privuser_password -S server\instance_name  -d database_name


Run the following script:


delete from admin_config where config_name = ‘Configuration_Name’


Where Configuration_Name is  the name of the first configuration being reported in the Administraction Application as having a Bad Packet Type.
For example shown above you would run the following:  


    delete from admin_config where config_name = ‘New Primavera Configuration’


Viewing all articles
Browse latest Browse all 100

Trending Articles