Author |
Message
|
AkankshA |
Posted: Wed Jan 17, 2007 10:38 pm Post subject: change of schema name |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Hi
MB v6 ..
i changed my schema name from com.abc to com.ab.cd.xy.zz
I am getting following warning for every procedure call i make
""Incorrect function or procedure name "checkTime" or argument count.""
They are just warnings and i am able to deply the code and things are working fine.
any ideas or reasoning for this weirdness....... |
|
Back to top |
|
 |
pathipati |
Posted: Thu Jan 18, 2007 8:05 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
I never care about warnings if flow works properly  |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Jan 18, 2007 8:11 pm Post subject: Re: change of schema name |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi Akanksha,
Akanksha wrote: |
i changed my schema name from com.abc to com.ab.cd.xy.zz |
If you check the properties of the module name, they might be still referencing to the old schema, rename them.
You could do a search by opening the file in text format and "carefully" replace all instances of com.abc with the new schema name.
Regards. |
|
Back to top |
|
 |
AkankshA |
Posted: Thu Jan 18, 2007 9:17 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
I agree warnings are not hampering me... but it doesn't look nive to have so many warnings without a proper reasoning in d code...
Elvis...
old schema name is not referred anywhere in any module |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Jan 18, 2007 9:28 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi Akanksha,
Try a clean, remove the automatic build option and then do a rebuild, finally if that too dosen't work remove the project and import again with an automatic build...
Regards. |
|
Back to top |
|
 |
AkankshA |
Posted: Thu Jan 18, 2007 9:36 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Elvis,
No luck warnings still stay ( |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jan 19, 2007 2:25 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you change the broker schema both at the project level and in your esql? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
AkankshA |
Posted: Fri Jan 19, 2007 2:27 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
|
Back to top |
|
 |
|