OIA 11G Account Import Question

Hey folks,
Perhaps I'm just missing the configuration somewhere, but I can't seem to figure out how to make this work the way I would expect it (perhaps my expectations are wrong?)...
1) I import an account feed and let the correlation occur. TestUser01 is now appears as having an account in a resource
2) TestUser01, switches jobs within the enterprise and loses access to that resource
3) The Account feed from that resource no longer has him present as a user and the flat file is completely stripped of his account
4) When I import the new account feed, it does not update the user's identity. He still appears as having the account when I search for him under users and click the accounts tab.
Summary: I was under the impression that OIA would pick up these deltas where an account disappears from the feed. Is this not true? If it is, what is the proper way to configrue this?
Thanks!

the value in maxstaledays in iam.properties is always relative to when the accountsMaintenanceJob runs also it is a bit of a shotgun approach as it generally affects all endpoints imported into the system so if you have a maxstaledays of 2 and you have a flat file imported for resource 'X' every 3 days and the job runs every night this means that every other time the job runs it will assume all accounts from resource 'X' are no longer active.

Similar Messages

  • OIA 11g - Unable to import users to applications

    Hi Everyone,
    We are unable to assign users to applications in OIA. We have imported users successfully as well as accounts, but we are unsure how we can assign (import) specific users to applications. The OIA documentation describes importing of users, accounts, roles, policies, but not how to import users to applications?
    Regards

    Applications are a new thing and you cannot do this within the GUI, you have to do this the 'old-style' way by hard-coding this within the .xml files
    Part 2
    You will need to alter the cron expression within the scheduling.context.xml file located in the <OIA_HOME>/WEB_INF folder.
    Find the bean called ="userApplicationMaintenanceTrigger" (probably 2/3rds down in the file) then add a valid cron expression (If you don't know cron-expressions then google it)
    Though the example below will run the user/application relationship trigger every 5mins
    <bean id="userApplicationMaintenanceTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">
    <property name="jobDetail">
    <ref bean="userApplicationMaintenanceJob"/>
    </property>
    <property name="cronExpression">
    <value>0 0/5 * * * ?</value>
    </property>
    </bean>
    Restart the app server then BOOM, you're done!
    Regards,
    Daniel
    Edited by: Daniel Redfern on Feb 11, 2011 1:09 PM

  • OIA 11g: Not Properly importing AD Policies

    Hi Experts,
    I'm trying to import policies (for Active Directory) in OIA 11g, csv file are processed but when I review the policy to confirm eveything is OK, the AD groups are not correctly displayed/assigned, for example
    for the group
    cn=Users,dc=mydomin,dc=com
    I see 3 groups assigned in the new imported policy
    cn=Users
    dc=mydomain
    dc=com
    it looks like the " (double quote) is ignored from CSV file
    my schema file for ADpolicie looks like:
    # @iam:namespace name="AD User" shortName="AD User"
    Endpoints<use=mandatory>,PolicyName,Roles,policycomments,PolicyDescription,UD_ADUSRC_GROUPNAME
    My CSV file looks like:
    AD User,Poliprueba11,Sourcing Specialist,Prueba11,Prueba11,"CN=Users,DC=mydomain,DC=com"
    is there a way to change the separator (from ", (comma)" to "| (pipe)" ?
    please suggest a workaround.
    thanks in advance
    Juan

    Pallavi,
    Thanks for your quick response, the files you mentioned are taken from the OIA LAB's (Oracle VM, ft OIA 11.1.1.3), that works fine for me too, I'm working on OIA 11.1.1.5 integrated with OIM 11.1.1.5, my strategy is importing metadata (Resources) from OIM and import policies from CSV files (since roles and policies were defined by RBAC consultants).
    Thanks for share.
    Any help apprecciated
    Juan

  • Custom reprot to get transfer user information in OIA 11g

    Hi ,
    As per my requirement we have to developed custom report for "*List of users who transferred to a new Direct Manager*" . To identify the transfer event we are using event listner in OIA 11g. Could you please provide me pointer how to fetch the transfer event in the query or what is the best way to get the transfer user information.
    Regards,
    Amit

    You're biggest problem is knowing which users get new managers.
    2 Ways on looking at this
    1 - Users associated to businessunits (different managers are associated to different businessunits)
    2 - The users attribute 'manager' gets updated
    Both situations don't withhold the information when associations or which attributes (and when) get updated other than the 'last updated' date gets updated.
    Possible solution - Create a new table (with the exact schema as the original table but without the constraints), copy all the information over from the original table to the new table, do the imports/updated. Once the updates are complete run a custom report and compare the difference between the old and new data
    If it's #1, you need to duplicate the rbacxservice.BU_globalusers table
    If it's #2, you need to duplicate the globalusers table
    Regards,
    Daniel

  • Oracle Identity Analytics (OIA 11g) Deployment failure in weblogic server

    Hi,
    While deploying OIA 11g (which is integrating with OIM 11g) in weblogic application server 10.3.3.0, i am getting the following deployment error...could you please advise on this.
    Appreciate your help!
    An error occurred during activation of changes, please see the log for details.
    weblogic.application.ModuleException:
    Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
    Server log -
    er org.springframework.web.context.ContextLoaderListener failed: org.springframe
    work.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem
    : Failed to import bean definitions from relative location [security-acls-contex
    t.xml]
    Offending resource: ServletContext resource [/WEB-INF/security-context-server.xm
    l]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreExc
    eption: Unexpected exception parsing XML document from ServletContext resource [
    /WEB-INF/security-acls-context.xml]; nested exception is java.lang.NoClassDefFou
    ndError: Could not initialize class org.springframework.aop.aspectj.AspectJExpre
    ssionPointcut.
    org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Config
    uration problem: Failed to import bean definitions from relative location [secur
    ity-acls-context.xml]
    Offending resource: ServletContext resource [/WEB-INF/security-context-server.xm
    l]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreExc
    eption: Unexpected exception parsing XML document from ServletContext resource [
    /WEB-INF/security-acls-context.xml]; nested exception is java.lang.NoClassDefFou
    ndError: Could not initialize class org.springframework.aop.aspectj.AspectJExpre
    ssionPointcut
    at org.springframework.beans.factory.parsing.FailFastProblemReporter.err
    or(FailFastProblemReporter.java:68)
    Thanks,
    Sudhakar
    Edited by: Sudhakar on Mar 14, 2011 8:12 AM

    These logs are coming from my tomcat trial:
    14:58:48,749 INFO [Config] OSCache: Getting properties from URL file:/home/mw/Downloads/apache-tomcat-6.0.32/webapps/rbacx.war/WEB-INF/classes/oscache.properties for the default configuration
    14:58:48,749 INFO [Config] OSCache: Properties read {cache.blocking=true, cache.algorithm=com.opensymphony.oscache.base.algorithm.LRUCache, cache.cluster.multicast.ip=231.12.21.100, cache.capacity=10000, cache.memory=true}
    14:58:48,749 INFO [GeneralCacheAdministrator] Constructed GeneralCacheAdministrator()
    14:58:48,749 INFO [GeneralCacheAdministrator] Creating new cache
    14:59:07,794 ERROR [MultiCoreClusterAwareEmbeddedServer] I/O problem
    java.io.FileNotFoundException: /home/mw/mwh/oia/.indexes/solr.xml (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
    I tried creating a .indexes directory there and it worked fine. Then I deleted it.
    14:59:55,387 INFO [SearchIndexStartupRunner] Scheduler Started
    14:59:55,398 WARN [SearchIndexStartupRunner] Indexes are not consistent.
    14:59:55,398 WARN [SearchIndexStartupRunner] We will rebuild indexes now.
    14:59:55,398 INFO [SearchIndexStartupRunner] Starting Full Indexing
    14:59:59,396 ERROR [SolrSearchProvider] Could not start full search.
    java.lang.NullPointerException
         at com.vaau.commons.search.searchengine.solr.MultiCoreClusterAwareEmbeddedServer.initIndex(MultiCoreClusterAwareEmbeddedServer.java:547)
         at com.vaau.commons.search.searchengine.solr.AbstractSolrSearchEngine.initializeIndex(AbstractSolrSearchEngine.java:229)
         at com.vaau.commons.search.searchengine.solr.MultiCoreClusterAwareEmbeddedServer.initializeIndex(MultiCoreClusterAwareEmbeddedServer.java:541)
    No idea.
    5:00:00,474 DEBUG [CertificationReminderJob] [start] Executing certification reminder job...
    15:00:00,475 DEBUG [ReminderManagerImpl] [start] firing certification reminders
    15:00:00,506 ERROR [ReminderManagerImpl] Error: No System configuration found, please configure the system first
    15:00:00,506 DEBUG [CertificationReminderJob] [finished] Executing certification reminder job...
    15:00:00,506 DEBUG [CertificationReminderJob] [start] Executing certification expiry check job...
    15:00:00,508 DEBUG [CertificationReminderJob] [finished] Executing certification expiry check job...
    Now I found a reference to another post that mentioned ReminderManagerImpl (Re: OIA OIM Integration issue on weblogic 10.3 and OIA Installation & configuration and the instructions there were to download the latest version of the oscache jar. I seem to have the latest one already though.

  • Important Questions to ask when developing in Workflow

    Hello All,
      I have two questions.
      I am not a Workflow developer, but I've been asked to find out information about creating a Workflow process.
    Here is what <b>I</b> need to know: What are important questions to ask the end-user when creating a workflow. What needs to be taken into consideration?
    Here is an example of the kind of thing we need to do:
    Send an email on a weekly basis to different Project Managers a Summary of Project Charges = (maybe CN41?)
    Each Project Manager will have different requirements, so  I guess one question will be: "What info do you want from this report?". What else do I need to know?
    My second question is this: I should be able to output this as an Excel, correct? How much can I customize this? I haven't done much SAP -> Excel work. Only when I go to System -> List -> Save -> Local File ->Spreadsheet.
    Thanks for the help.
    Don Fields

    Hello Don!
    WF is quite a complex topic and someone could write a book to answer your questions - actually there is already a good book available -> check: Practical Workflow for SAP
    http://www.sap-press.com/product.cfm?account=&product=H950
    Looking at your example their might not even be a need for a workflow but rather a job that runs periodically to send the required information via email to project managers.
    Workflow is mostly used if user actions are required e.g. confirm, approve, reject a request or notifications need to be sent to someone after an event or user action occured.
    Check this link for getting more information on how to download data to excel:
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    Harald

  • OIA 11g + OIM 10g

    Hi,
    We are trying to integrate OIA 11g with OIM 10g (9.1.0.2 BP 13) using depricated method, we have copied all required jars to <RBACX_HOME>/WEB-INF/lib including iam-platform-utils.jar and wlfullclient.jar from 11g. During Provisioning server configuration it never asked for provider url -only xellerate, config path was prompted. During import users it get connected successfully to OIM, but later it throws the following error:
    20:35:41,336 DEBUG [OimUtilityFactory] ********** Connecting to OIM Server **********
    20:35:41,563 DEBUG [OimUtilityFactory] ********** Connection successful **********
    20:35:41,571 ERROR [OIMIAMSolution] Error searching users:: Error searching users: Error while getting utility Thor.API.Operations.tcUserOperationsIntf
    20:35:41,573 ERROR [OIMIAMSolution] Error searching users:
    Thor.API.Exceptions.tcAPIException: Error while getting utility Thor.API.Operations.tcUserOperationsIntf
    at Thor.API.tcUtilityFactory.getRemoteUtility(tcUtilityFactory.java:442)
    at Thor.API.tcUtilityFactory.getUtility(tcUtilityFactory.java:331)
    at com.vaau.rbacx.iam.oracle.AbstractOimIamSolution.getUserAPI(AbstractOimIamSolution.java:2336)
    at com.vaau.rbacx.iam.oracle.AbstractOimIamSolution.readUsers(AbstractOimIamSolution.java:813)
    at com.vaau.rbacx.iam.service.impl.RbacxIAMServiceImpl.importUsers(RbacxIAMServiceImpl.java:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy122.importUsers(Unknown Source)
    at com.vaau.rbacx.scheduling.executor.iam.IAMJobExecutor.execute(IAMJobExecutor.java:90)
    at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractJob.execute(AbstractJob.java:72)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
    Provider url is picked from xlconfig.xml under xellerate/conf folder -t3://<oim host>:<port>
    Can someone please help on this.
    Thanks in advance

    Hi,
    We are trying to integrate OIA 11g with OIM 10g (9.1.0.2 BP 13) using depricated method, we have copied all required jars to <RBACX_HOME>/WEB-INF/lib including iam-platform-utils.jar and wlfullclient.jar from 11g. During Provisioning server configuration it never asked for provider url -only xellerate, config path was prompted. During import users it get connected successfully to OIM, but later it throws the following error:
    20:35:41,336 DEBUG [OimUtilityFactory] ********** Connecting to OIM Server **********
    20:35:41,563 DEBUG [OimUtilityFactory] ********** Connection successful **********
    20:35:41,571 ERROR [OIMIAMSolution] Error searching users:: Error searching users: Error while getting utility Thor.API.Operations.tcUserOperationsIntf
    20:35:41,573 ERROR [OIMIAMSolution] Error searching users:
    Thor.API.Exceptions.tcAPIException: Error while getting utility Thor.API.Operations.tcUserOperationsIntf
    at Thor.API.tcUtilityFactory.getRemoteUtility(tcUtilityFactory.java:442)
    at Thor.API.tcUtilityFactory.getUtility(tcUtilityFactory.java:331)
    at com.vaau.rbacx.iam.oracle.AbstractOimIamSolution.getUserAPI(AbstractOimIamSolution.java:2336)
    at com.vaau.rbacx.iam.oracle.AbstractOimIamSolution.readUsers(AbstractOimIamSolution.java:813)
    at com.vaau.rbacx.iam.service.impl.RbacxIAMServiceImpl.importUsers(RbacxIAMServiceImpl.java:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy122.importUsers(Unknown Source)
    at com.vaau.rbacx.scheduling.executor.iam.IAMJobExecutor.execute(IAMJobExecutor.java:90)
    at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractJob.execute(AbstractJob.java:72)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
    Provider url is picked from xlconfig.xml under xellerate/conf folder -t3://<oim host>:<port>
    Can someone please help on this.
    Thanks in advance

  • What is the difference between /assets/account/import and /data/account ?

    Does anybody knows what is the use of /assets/account/import and /data/account.
    What is the difference between these two and their functional use.
    thanks

    /assets/account/import is used in the context of performing account file uploads through the E10 UI. If you navigate to Contacts > Accounts > and click Upload in the top right corner (above search), you'll get the upload wizard:
    The moment you click the cloud icon and select a file, two actions take place:
    1) POST to /assets/account/import is made, where you are passing the name, import source and purpose of the import. The response includes the id of the new import object you created
    2) Another POST to /assets/account/import/{id}/csv is made, which includes the data in your chosen file
    Afterwards, you perform the mappings and go to step 4 of the wizard. When you click Finish, another two actions take place:
    1) PUT /assets/account/import/{id} to update the import definition with your mappings from Step 3
    2) POST to /assets/account/import/{id}/queue to send this import into the import/upload queue. At this point it becomes visible from Setup > Integration > Inbound > Reporting > Upload History
    Note that this workflow is not meant for client use, but rather helps facilitate UI functionality for marketing users. You should be using Bulk API to add or update records, which also confers other advantages such as the ability to use syncActions. The only functionality not available in Bulk API which is available through this workflow is the ability to delete Accounts. For obvious reasons, its recommend that you do NOT automate the deletion of any records. Accounts especially are not subject to any band limits or rates, so its best to have Marketers remove them as needed.
    Regarding the second part of your question, the /data/accounts endpoint will provide you with up to 1000 account records when using GET. A POST can also be made to create a new account record (company) within Eloqua. Otherwise, GET /data/account/{id} will retrieve the details of a particular record and PUT /data/account{id} will update a particular.
    Best regards,
    Bojan

  • How to import questions into Captivate 4 from a delimited file

    I'm looking
    a way to import questions from a delimited text file (or excel spreadsheet)
    into captivate.
    All the questions are simple multiple choice, single answer, four selections per question.
    I have hundreds - I'd hate to have to retype them all in one at a time.
    Thanks in advance
    -Joan

    Does anyone know if this is a feature in Captivate 5. 
    Other things I would really like to see in Captivate 5.
    Importing and Exporting the graded quiz/test content out of captivate into another
    application/ form.  Such as xml, tab delimited, excel spreadsheet,
    Adobe pdf, Word document or another format.  Our current content
    developement systems allows us to (when publishing) do this.
    1> exclude questions from the Published content
         (exclude section questions, or final test content)
    2> produce different test versions from question banks
    3> Produce a PDF paper test for when we want to train in a classroom setting
    4> Select which questions we want to produce
    5> Import questions from a pre-defined format.  To note: when we do this the system also makes us define a unique interaction id so that the import will update existing questions.
    I know this will NOT work for some of the more sophisticated questions, But for the simple Mulitple choice, true/false, fill in the blank.  etc..
    THIS WOULD BE A GREAT FEATURE..
    It would also be NICE TO HAVE THE abiliy to PROFILE versions of the SAME Course WITH OUT REPRODUCING / DUPLICATING / REPEATING THE  ENTIRE COURSE PRESENTATION.
    Such as
    "INSTRUCTOR TAUGHT TRAINING"
    "WEB TRAINING"
    "PAPER TEST A"
    "PAPER TEST B"
    ETC...
    LASTLY: if we can not export the QUIZ content.  Can an excel spreadsheet LIKE INTERFACE be used to edit certain aspects of the questions.
    Such as the InteractionId which is sent to the LMS ('cmi.interactions.0.id').  My developer team says it is real difficult and time consuming
    to track down interactionIds and then maintain them in a perfect way.
    Thanks,
    Doug Lubey of Louisiana
    www.douglubey.com

  • MEGA180 Important Questions

    I have my MEGA180 on order but I already have some important questions:
    1) This unit provides dual vga outputs. If I install my own AGP 8x card, will the VGA2 output still work? I read in the manual that installing an AGP card will disable VGA1 (default) but it doesn't say anything about the 2nd VGA output connector. I require 2 outputs since I will be connecting to an LCD and my HDTV monitor (using a VGA to Component Video Transcoder)
    2) Will there be performance hits by using the two vga outputs at the same time?
    3) The on-board video card doesn't have any video memory. It will use your existing DDR memory. I will have 512Meg Dual Channel Memory. What kind of performance I can expect from the built-in video card (NVidia NForce Crush18) compared to other AGP cards on the market?
    Thanks for your help!
    Sly

    Though I can not provide you with answers specific to the Mega 180, I can give you some more info.
    1) No. As soon as you install an AGP card, the onboard video will be fully disabled from within the BIOS. This is an nForce2 chipset setting. So make sure to get an AGP card with 2xVGA (as most cards have nowadays).
    2) No or not much. Using an nForce2 MoBo myself I haven't encountered performance loss using both VGA outputs.
    3) There's no way to compare the onboard video to an AGP card. AGP cards will have a far out better perfomance then the onboard video. But compared to other onboard video solutions around, like Xtreme Graphics, the nForce solution is far better and has far better performance.
    It all depends on what you will be doing with the MegaPC. If you're a gamer, get an AGP card. If you want to use it as an HTPC, keep with the onboard nForce2 solution. There's no need for extra here since the nForce2 chipset is great. Onboard sound from this chipset is also great. Try it out before spending $ on an AGP card you don't need.
    Hope this helped a bit.
    roma

  • E-Recruiting important questions

    I'm implementing the E-Recruiting and I have two important questions for this Project:
    1 - The business want to capture mobility (willingness to relocate / travel) at the time of position application. Is there a standard field for store this information?
    2 - Recruitment would like to be informed about a critical process, in others words, the requisition doesnu2019t compete with other priorities. How can I handle this situation?
    Thanks in advance!!!
    Sivani

    Hi Sivani,
    Questionnaire answers are stored in IT5141.  They are visible to the Recruiters when viewing the Candidates and can be used in rankings.  You can also decide for which positions this questionnaire would be required and which not. 
    Do not see a standard field to create a priority when creating a Requisition.  We added many fields, such as "eligibility for employee referral", so it can be added.  However, letting managers set the priorities could be a problem with each manager thinking his/her opening is most important. 
    Paul

  • Server Specs for a 11.1.1.3 Install Important questions.

    I've put together some specifications for a Development Server & Production Server, any comments appreciated. I hope this post acts as a good reference sample for anybody else out there looking to implement a Hyperion Planning.
    Client Tier: (2 developers)
    Windows
    8 GB RAM
    Dual Core Processor
    Components: EAS client, Smart View, Excel Add-in
    Web Tier:
    HTTP Web and J2EE Servers:
    Windows + (not sure which version would be best here, any ideas appreciated)+
    Processor: 4 x 3 GHZ, 64 bit
    RAM: 8GB
    Hard Drive: 32 GB
    Components: Foundation: HSS, Workspace, Planning, Web Applications: EAS, Financial Reporting, Web Analysis, Planning,
    Services Tier:
    Server1:
    Windows (2003 SP1, R2)
    Processor: 4 x 3 GHZ 64 bit
    RAM: 16 GB
    Disk: 32GB
    Components: Essbase Server 64 bit
    Server2:
    Windows (2003, SP1 R2)
    Processor: 2 x3 Ghz
    RAM: 8GB
    Hard Drive: 32GB
    Components: Reporting & analysis, Financial Reporting Print Services, ODI
    Server 3:
    Windows (2003, SP1 R2)
    Processor: 2 x3 Ghz 64 bit
    RAM: 8GB
    Hard Drive: 32GB
    Components: FDM
    Database Tier:
    4 x 3 GHZ - 8 GB RAM
    DISK: 100GB RDBMS
    200GB Essbase Storage
    The specifications will be similar for the production for abotu 25 - 30 users (10 concurrent), with RAM being a little bumped up.
    One important question: I might need guidance on installing 32 bit planning or FDM on the 64 bit server - any known issues with this? Also any known issues with 64 bit Essbase working with 32 bit Planning?
    Edited by: EssbaseApprentice on Sep 30, 2010 10:04 AM

    obviously its hard to comment on whether it is the perfect spec for your environment, it looks alright to me, it is not under spec.
    For the web tier as you are running reporting and analysis and the other machines are windows based personally I would stick with windows 2003.
    Is there any reason why you have one machine dedicated just to FDM, seems a bit of an overkill just for one product, it may be worth combining services server 2 with FDM, just a suggestion though
    John
    http://john-goodwin.blogspot.com/

  • Adobe Captivate Help | Import questions from GIFT format files (Cp 7)

    This question was posted in response to the following article: http://helpx.adobe.com/captivate/using/import-questions-gift-format-files.html

    Hi there,
    Captivate 7 doesn't support tags during GIFT import. So you won’t be able to import Images, links etc. as part of GIFT Import.
    Thanks,
    Nimmy Sukumaran.

  • Hi sorry but i have an important question?i have an iphone 4 and i want connect his to i tunes in a second pc because the pc i connect before is broke..how can i do?without lost my photo number or music?

    hi sorry but i have an important question?i have an iphone 4 and i want connect his to i tunes in a second pc because the pc i connect before is broke..how can i do?without lost my photo number or music?

    check out this post by Zevoneer.

  • 11G data import into 9i db

    Is there a way to export data in 11g and import to 9i

    user6842679 wrote:
    Is there a way to export data in 11g and import to 9iHi,
    Yes you need to use 9i exp utility to export the data from 11g and then import it into 9i.
    Regards
    Anurag

Maybe you are looking for