Hi,
I've had similar problems with sql server 2000 when I tried to reverse engineer stored procedures. The problem seems to be that rose can't handle UDT's in stored proc's, remove those udt's and it works. I've also had other problems : - reverse engineering on nvarchar's work ok, but when I try to synchronize later on, the modeler makes a mess of it : nvarchar(100) -> nvarchar(50) (it divides the datalength by 2 - the 100 is interpreted as 100 bytes?) - On fixing a little detail on a view (with joins) : the modeler conveniently forgets the join, and the view is broken... (solution : write joins in where- clause, but I don't like that) - Instead of triggers is another sad story : if you try to set it to 'before'- trigger (ok, it's not a before but an instead of trigger, but I thought that it was close enough), and the modeler just makes it into an after trigger I don't know if these problems are confined to SQL server, or what, but with sql server, I only use the modeler as a somewhat glorified printing tool. Oh Yes, those pathes, I also installed them : no improvement. Paul Reuse -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: donderdag 14 maart 2002 17:41 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RES: (ROSE) Data Modeler Error I installed the patch, but it didn't fix the problem. Anyone knows what could I do? Thaks. Raquel Ximenes -----Mensagem original----- De: Nallamilli, Surya [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 13 de mar�o de 2002 12:04 Para: '[EMAIL PROTECTED]' Assunto: RE: (ROSE) Data Modeler Error Attachment did not come through. Depending upon what version of Rose you are using, go to this page and download the appropriate patch. http://www.rational.com/support/downloadcenter/upgrades/rose.jsp It most likely will fix the problem. Sonny > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 6:19 AM > To: [EMAIL PROTECTED] > Subject: (ROSE) Data Modeler Error > > > > Hi all, > > I'm try to use Reverse Engineering Wizard for Data Modeler with > schema in Sql Server 7x, but when it start the generate model > this error > appear: "An unhandled exception has occurred in your application. > java.lang.NullPointerException". The detail of the message is > in the file > attached. > > Thanks for any help. > > Raquel Ximenes > > > ************************************************************** > ********** > * Rose Forum is a public venue for ideas and discussions. > * For technical support, visit http://www.rational.com/support > * > * Post or Reply to: [EMAIL PROTECTED] > * Subscription Requests: [EMAIL PROTECTED] > * Archive of messages: > * http://www.rational.com/support/usergroups/rose/rose_forum.jsp > * Other Requests: [EMAIL PROTECTED] > * > * To unsubscribe from the list, please send email > * To: [EMAIL PROTECTED] > * Subject: <BLANK> > * Body: unsubscribe rose_forum > ************************************************************** > *********** > ------------------------------------------------- This mail sent through Tiscali Webmail (http://webmail.tiscali.be) ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
