Sie sind auf Seite 1von 7

6/12/2015

RittmanMeadConsultingOBIEEAdministrationToolImportMetadatashowsnoschemas

Home
About
Careers
Clients
Consulting
Training
Support
Articles
Blog

RittmanMeadDeliveredIntelligence
OBIEEAdministrationToolImportMetadatashowsnoschemas
May24th,2012byRobinMoffatt

ImportingMetadatawiththeAdministrationTool
TheclientonlyinstalloftheOBIEE11gAdministrationToolisinstalledwithasetofOCIlibraries.Thismeansthatitcan
supportbasicOracleDatabaseinteraction,withouttheneedforafullOracleClientinstallationonthemachine.Forexample,
youcanupdaterowcountsinthePhysicallayeroftheRPDoftablesthatareonOracle.
Unfortunately,thesuppliedOCIlibrariesarenotcomplete,whichleadstoarathertrickyproblemtodiagnose.Whenyouuse
theImportMetadataoperation(eitherfromtheFilemenu,orcontextmenuonanexistingConnectionPool),thestep
(SelectMetadataobjects)whichoughttoshowtheschemasjustshowsastub,andnoschemas.

NoerrorisshownbytheAdministrationTool,givingtheerroneousimpressionthattherejustarentanyschemasinthe
database.

MissingOCIlibrary
TheAdministrationToolwritesalog,whichbydefaultisinthefollowingratherlongpath:C:\ProgramFiles\Oracle
BusinessIntelligenceEnterpriseEditionPlus
Client\oraclebi\orainst\diagnostics\logs\OracleBIServerComponent\coreapplication\Administrator_NQSAdminTool.log
Ifyouexaminethelog,youllseethiserror:

?
[20111216T15:10:12.000+00:00][OracleBIServerComponent][ERROR:1][][][ecid:][tid:8b4][nQ
.
Thespecifiedmodulecouldnotbefound.

]]

http://www.rittmanmead.com/2012/05/obieeadministrationtoolimportmetadatashowsnoschemas/

1/7

6/12/2015

RittmanMeadConsultingOBIEEAdministrationToolImportMetadatashowsnoschemas

ThekeybitinthisisCannotloadlibrary,oracore11.dll.Thisisthelibrarywhichismissingandonwhichthereisa
dependency.ThelibraryisntprovidedbyInstantClient,soyoumustinstallthefullOracleClient.

InstallingtheOracleClient
DownloadtheOracleClientfromtheOracleWebsite.Thelinkiscurrentlythis,butmaychange.InthisinstanceI
downloadedOracleDatabase11gRelease2Client(11.2.0.1.0)forMicrosoftWindows(32bit)(all600MB+ofit).

Unziptheinstallerandrunsetup.exe.Ifyouwantasminimalaninstallationaspossible,thenselectthecustominstallation,
andchoosejusttheOracleCallInterface(OCI)option.

OnceyouveinstalledtheFullClient,restarttheAdminToolandtheImportMetadatafunctionwillnowwork.

Footnotetnsnames.ora
DontforgetthatifyoudontinstallthefullOracleClientandusetheOCIfunctionalityprovidedbytheOBIEEinstallation
alone,youwillneedtoconfigureyourtnsnames.orafileinC:\ProgramFiles\OracleBusinessIntelligenceEnterprise
EditionPlusClient\oraclebi\orahome\network\admin\tnsnames.ora.TheexceptionisifyouareusingEasyConnect
DSNs(dbserver:port/sid)inyourRPDratherthanTNSentries(orcletc)

Footnotetroubleshootinglibraryissues
MicrosoftsSysInternalssuiteincludestheprogramProcMon.Youcanpointthisatarunningprocessandseewhatitsup
tointermsoffileaccess,DLLs,andnetworking.Itisgreatfordetectingthingslike:
Whichfilesaprocesswritesto(egwhereisauserpreferencestored)
CheckwhichPATHsarebeingsearchedforanexecutable/library
Whichtnsnames.oraisbeingpickedup
Whatnetworkconnectionsarebeingmade,orfailing
Registrykeyaccess
http://www.rittmanmead.com/2012/05/obieeadministrationtoolimportmetadatashowsnoschemas/

2/7

6/12/2015

RittmanMeadConsultingOBIEEAdministrationToolImportMetadatashowsnoschemas

WhenyourunProcMonyoullrealisehowmuchisgoingoninthebackgroundofyourWindowsmachinetherellbe
screenfuluponscreenfulofoutput.Tofocusonthetargetofyouranalysis,usetheIncludeProcessoptiontojustshow
AdminTool.exe:

Youcanthenseethingslikeitsearchingfortheoracore11.dllwhichitismissing:

Thenextentryshowsthelogfilebeingupdated,givingyouthepathifyoudidntknowitalready:

RelatedPosts:
EventTriggersinBIPublisher11g
IncrementalrefreshofExalyticsaggregatesusingnativeBIServercapabilities
OBIEERegressionTestingAnIntroduction
Tags:client,obiee,oci,Oracle,oracore
Tweet
Tags:client,obiee,oci,Oracle,oracore
PostedinOracleBISuiteEE|12Comments

Comments
http://www.rittmanmead.com/2012/05/obieeadministrationtoolimportmetadatashowsnoschemas/

3/7

6/12/2015

RittmanMeadConsultingOBIEEAdministrationToolImportMetadatashowsnoschemas

1. ManishSays:
May25th,2012at5:13pm
Thanksforthisinfo.Iamfacingadifferentissue.InOfflinemode,myOCIconnectionpoolconnectsjustfinei.e.
Importmetadatashowsthedatabaseobjects.AssoonasIdeploytheRPD,inonlinemode,ImportMetadata
immediatelygivesanerrorTheconnectionhasfailed.
Anyideawhythisisthecase?IamusingtheOracleVMforSampleAppforOBIEE11.1.1.5.
Thanks,
Manish
2. RobinMoffattSays:
May25th,2012at5:48pm
@Manish,ChecktheAdminServer.logthatImentioninthepost,toseewhattheerrordetailis.
3. SomnathSays:
February1st,2013at8:29am
IfanyonehasOracle10gClientandfacingthisissuethenyoucanfollowthebelowstepstoresolve.
Goto%ORACLE_HOME%\BIN
CopyORACORE10.dllinthesamelocation
RemaneittoORACORE10.dll
Makesure%ORACLE_HOME%\BINisaddedtoyourPATHvariable.
RestartAdminTool.
Thishasresolvedtheprobleminmanyofourmachines.
Regards,
Somnath
4. SomnathSays:
February1st,2013at8:30am
Thereisasmalltypoinmylastcomment.Linenumber3.ItshouldbeRemaneittoORACORE11.dllandnot
RemaneittoORACORE10.dll
5. KrishSays:
February1st,2013at8:27pm
Niceitsolvedmyissuewithtool
6. AshokSays:
April17th,2013at7:40am
Thanksalotsomntath.Itsworked.
Ashok
7. JustinSays:
April30th,2013at11:35pm
Afterfollowingthestepsinthearticle,Istillcannotresolvethisissue.FromProcessMonitoritappearsthat
http://www.rittmanmead.com/2012/05/obieeadministrationtoolimportmetadatashowsnoschemas/

4/7

6/12/2015

RittmanMeadConsultingOBIEEAdministrationToolImportMetadatashowsnoschemas

oracore11.dllisnotevensearchedfor.NomatterwhereIplacethefileorhowmanytimesIinstalltheOracleClientI
stillgettheerrorintheNQSAdminToollogthatthelibrarycannotbefound.ButIdontseeitbeingsearchedforin
ProcessMonitor.Idoseeabunchofdllsgettingloaded,suchasoraociei11.dllandoci.dll.Iseemytnsnamesfile
gettingloadedaswell.Anyonehaveanysuggestions?AretherecertainversionsoftheOBIEEAdmintoolthatare
buggy?
8. JamesO.Says:
May16th,2013at10:14pm
Iknowthisisanoldthreadbutwewerehavingthisissuein11.1.1.6.8onaWindowsServer2008R2box.Problem
endedupbeingthecompatibilityofthe32bitdriversweareusingthe32bit11gR2clientdriverandtherefore
neededtousethe32bitAdminToolinstall,notthe64bitone.
Hopethathelpssomeone
9. GustavoSays:
July2nd,2013at4:03pm
Yes,32bitbieeclientworksfine.
Thanksforyourhelp.
BestRegards,
Gustavo
10. SomnathDeSays:
July8th,2013at9:51am
IjustcopytheORACORE10.DLLandrenamethecopyasORACORE11.DLLtoresolvetheissue.Butmyquestion
whyOraclehashardcodedthenameofthelibraryfile.AsthedriverweareselectingisOracle10g/11gsoitcanbe
eitherORACORE10.DLLorORACORE11.DLL.Thisshouldbehandledinthetoolscode.
11. FFMSays:
August22nd,2013at11:39pm
Thankyousomuch.Thatworkedforme.Themissinglibrarywastheproblem.
12. JeroenKloostermanSays:
September26th,2013at3:50pm
Althoughnotofficiallysupportedyet,Iamrunningwitha12cdatabaseclient.Imean,theAdminToolconnectstothe
targetdatabaseusinganOracle12cdatabaseclientinstallation.Thelibrarythereiscalledoracore12.dll.Aftercopying
thattooracore11.dllthemetainformationofthetablesisshownintheAdminTool.

Searchtheblog

RecentPosts
PracticalTipsforOracleBIApplications11gImplementations
NewInOracleBICloudServiceOracleVisualAnalyzer,andDataMashupsinVA
UserEngagementWhyDoesitMatter?
OBIEE11.1.1.9:NewFeaturesforFrontEndDevelopersandBusinessUsers
DeployingOracleBIMobileHDwithinGood,OracleOMSSandOtherSecureMDMContainers
http://www.rittmanmead.com/2012/05/obieeadministrationtoolimportmetadatashowsnoschemas/

5/7

6/12/2015

RittmanMeadConsultingOBIEEAdministrationToolImportMetadatashowsnoschemas

TopPosts
What'sNewinOBIEE11.1.1.9forSystemsAdministratorsandDevelopers
Home
Blog
OBIEE11gSecurityWeek:ManagingApplicationRolesandPolicies,andManagingSecurityMigrationsand
Deployments
OBIEE11.1.1.9:NewFeaturesforFrontEndDevelopersandBusinessUsers

RandomPosts
AllYouNeed,andEverWantedtoKnowAbouttheDynamicRollingYear
TakePartintheBISurvey15,andHaveYourVoiceHeard!
FinalAgendafortheRittmanMeadBIForum2015AtlantaRunningthisWeek!
SmoothingtheTransitionTheNewSmartView11.1.2.1.102forMicrosoftOfficeandOBIEE
RittmanMeadBIForum2015CallforPapersNowOpenClosesonJan18th2015

Tags
11gBigDataBigDataApplianceBIPBIPublisherClouderadataintegrationdataintegrationtipsdwelasticsearchem12cEndeca

obiee

exalyticsextremebigitgoldengatehadoopHivekibanalinuxMDSXMLmonitoringnewfeaturesnqcmdOBIA

odiodi12cOracleOracleBIApplicationsoracledataintegratorOracleEndecaOracleEndecaInformationDiscoveryowb
performanceRealTimeDecisionssampleappscriptingsecuritysparksshsysadmintestingtrainingXML
CallusnowtotalkaboutyourBIproject:
+44(0)1273911268(UK)or(888)6311410(USA)or
+919972567970(India)or+3228088211(Belgium)
Home
AboutUs
>Aboutus
>Aboutourteam
>Contactus
>Ourclients
Services
>Consulting
>Training
>Support
ConsultingServices
>Projects
>ExpertServices
>OBIEE11g
>Sustainability
>OnDiscoverer?
>OracleDW
Training
>OBIEEBootcamp
>OBIEEEndUser
>Exalytics
>ODI11gBootcamp
>OracleBIApps
Resources
>Articles
http://www.rittmanmead.com/2012/05/obieeadministrationtoolimportmetadatashowsnoschemas/

6/7

6/12/2015

RittmanMeadConsultingOBIEEAdministrationToolImportMetadatashowsnoschemas

>Blog
>OBIEE11g
BlogAuthors
>MarkRittman
>VenkatJ
>PeterScott
>BorkurS
>MikeVickers
>RobinMoffatt
>JonMead
RittmanMeadConsultingltd.

RegisteredOffice:SuiteB,
FirstFloorMooreHouse,
13BlackLionStreet,
Brighton,EastSussex,
BN11ND,UnitedKingdom
CompanyNo.:6032852
VATNo.:900383948
RittmanMeadAmerica,Inc.

RegisteredOffice:4550NorthPointParkway
Suite390
Alpharetta,Georgia30022,USA
RittmanMeadConsultingPvtLtd.

RegisteredOffice:Unit105106
RegentPrime
WhitefieldMainRoad
Whitefield
Bangalore
560066
RittmanMeadBelgium

RegisteredOffice:ChaussedeLouvain426
1380Lasne
Belgium
20102015RittmanMead.|PrivacyPolicy|E:info@rittmanmead.com

WebsiteDesign&Build:tymedia.co.uk

http://www.rittmanmead.com/2012/05/obieeadministrationtoolimportmetadatashowsnoschemas/

7/7

Das könnte Ihnen auch gefallen