Notifications
Clear all
Topic starter
I have one user that is getting an error when she tries to go into billing:
Error occurred in class , method VB_GetColumns
Encountered an improper argument.
She only gets this when she logs in through our rdweb as her.
I have removed her profile from the servers and verified all references to her are removed from the server registries.
Also have rebuilt her profile on her local machine.
Any suggestions?????
Workstation OS Windows XP SP3
rdweb servers Windows 2008 R2
CPS 10.1.3
Posted : April 11, 2013 11:31 pm
I had that problem once. There are column preferences saved in the database in SpreadSheetColumns. You could try deleting rows associated to the user like
delete from SpreadSheetColumns where CreatedBy = 'kwolfe'
Posted : April 15, 2013 1:20 am
Topic starter
Will give this a try.
Posted : April 15, 2013 1:23 am
Topic starter
Thanks kwolfe. Worked perfect.
Posted : April 15, 2013 6:03 am