learner
22nd January 2004, 13:11
Hello,
I have recieved a finance dump ( standard patch ) from baan , upon extraction on local pc i found that it contains scripts and objects for Library, then i imported this dump in my PROD package combination on demo server, but problem is still existing for which i reported the case to baan , my doubt is that do i have to run session Create Runtime Data Dictionary for my PROD Package combination so that a entry goes into ttadv999 table ? or this table only holds records for session and not for libraries ??
Waiting for your reply.
Regards
Learner
MarioS
22nd January 2004, 13:24
Hello,
a "Patch objects after error solving" should be enough.
After that you can compare the output of "bic_info -w <object>" with the output on your PROD server.
If the outputs (compilation date) are different, contact support again.
Bye,
Mario
Markus Schmitz
22nd January 2004, 13:57
A Create Runtime is normally only needed, if either a domain or a table was added/changed.
So in your case it is clear: No Create Runtime.
The Patch objects after error solving will have no influence on your situation. thir is a purely validation issure.
enjoy
Markus
JaapJD
22nd January 2004, 13:57
Create to Runtime Data Dictionary is not needed if the solution only contains modified sources/objects. Btw: PMC will warn you in the Post-Installation Actions report if a Create or Convert to Runtime is necessary.
learner
22nd January 2004, 16:22
Hello,
Well i did the import of this patch through normal IMPORT DATA DICTIONARY session , instead of PMC.
should i import it through PMC ???
Regards
Learner
Markus Schmitz
22nd January 2004, 16:30
normally a patch is not in a format, that you can use "import DD" for this. You might use "import patch", but the recommended procedure is tu use PMC.
I you did you "import DD", then the import just might have failed and nothing was imported! :-)
JaapJD
22nd January 2004, 16:32
If it is not a PMC dump, you cannot import it with PMC. What do you mean exactly with 'standard patch'? If you are on BaanIV c4 SP13, you should not use ttiex1284m000 to import PMC dumps!
learner
22nd January 2004, 16:37
Hi,
Well after the import data dictionary i checked it in my PROD Package combination, by printing the standard report "Print Libraries in Production PVRC" it gave me the output, and saw that whatever objects were there in dump.l file , they all got in my respective
tf B40c c4 prod vrc.
following was the path of the dump which baan told to install.
http://secure1.support.baan.com/ftpdownload/updates/B40_c/138455stnd
Waiting for your reply.
Regards
Learner
learner
22nd January 2004, 16:41
Hi,
Yes we r on sp13 and i used this session only ttiex1284m000 to do the job, the solution no. which i installed is 138455
Regards
Learner
learner
22nd January 2004, 19:18
Hi,
i am still clueless whether the objects r being refered from Production vrc or not or do i have to use PMC ??
or whatever i did is correct ???
Regards
Learner
JaapJD
23rd January 2004, 09:56
Of course you have to use PMC. PMC installs the components in the Update VRC. I assume your PMC setup is OK, because you could install SP13. If you use PMC for SP's and ttiex1284m000 for normal solutions you will make a mess of your dictionary.
If you install with ttiex1284m000, you have to specify yourself the VRC in which to import the components. If you didn't specify a VRC, the components are imported in tfB40_c5. Because this VRC is not in your package combination, you will not see the new objects at runtime. If you specified a VRC, the objects are installed there. Depending on your VRC tree and the package coimbination you will either see the new objects at runtime or not.
learner
23rd January 2004, 10:22
Hello,
yes, i imported this solution in my Customized PVRC when it was asked in session ttiex1284m000. now the components r kept in
B40C c4 PROD
Reason i thought is if the solution creates a problem then my live users r not affected, since my customized vrc does'nt fall under package combination to which the normal users r attached.
so as the above reason I mentioned do u still feel that i should have imported this soltion in standard update vrc through PMC ???
if yes, then let me know, i will do it.
also let me know about the situation where the standard update solution creates a problem after installaing through pmc, what i feel is that if we import these standard updates in customized vrc then it would be easy to do testing without affecting live environment.
Regards
Learner
JaapJD
23rd January 2004, 14:03
The best way is to create a second Update VRC in PMC where you can test solutions.
Steps:
- Create new Update VRCs derived from current Update VRC (ttadv1111m000 + ttadv1115m000)
- Register this Update VRC in PMC (ttpmc2140m000)
- Copy PMC registry (ttpmc2290m000)
Now you can install solutions with PMC in the new Update VRC. Keep in mind that this does not work for tools solutions; they go into your live environment immediately.
If you don't use PMC, you will not be warned about dependent solutions, which may cause an inconsistent environment.
learner
23rd January 2004, 14:14
Hi,
Thanks for all the help.
I will do as u said, when i imported this solution i din't received any error because i did it using ttiex1285m000 Import data dictionary & this solution was having just dll objets, moreover the solution was not having extension as .dump
I specified session code ttiex1284m000 , instead of ttiex128m000 in above post.
Thanks all of u.
Regards
Learner
dave_23
23rd January 2004, 16:12
Hi Learner,
I agree with these guys, you need to fix your PMC setup, you should never import Baan solutions into your production VRC.
But in this case, check to see if the object is loaded in shared memory, you are on NT and that isn't automatically flushed, so while your physical object might be correct, you may be pulling the old object from shared memory.
Dave
learner
23rd January 2004, 18:39
Hi,
Yaah i agree, but does that means that for Application PMC dumps we should create a test vrc as suggested by JAPP JD
Steps:
- Create new Update VRCs derived from current Update VRC (ttadv1111m000 + ttadv1115m000)
- Register this Update VRC in PMC (ttpmc2140m000)
- Copy PMC registry (ttpmc2290m000)
and once it is confirmed that the solution suggested by BaaN doesn't create any problem , we should import through PMC in our Standard Update VRC.
Regards
Learner
dave_23
27th January 2004, 21:14
I wouldn't derive the test update VRC from your current update VRC, I would derive it from the standard. That makes it a little bit more complex, but I think its a cleaner setup.
And remember no matter what you do, Tools solutions go into tools (for which there is no update VRC), So it is impossible to test them In Baan 4, they just go in.
Dave