Error while creating ORS V2.1.0 Database - ERROR OCIEnvNlsCreate.

When I run the CdxDBI.exe under ORS-V2.1.0-Database\FW\Install-Upgrade, I get the following error. Any help will be appreciated.
Couldn't connect to database Oracle DEMO system: ERROR OCIEnvNlsCreate. Check ORACLE_HOME env var, NLS settings, permissions, etc.
Error Occured, Process being aborted ...
Running CdxDBI.exe from Windows 7 with the Oracle Database 11g R2 client. Target Oracle Database 11g R2 Server is running in OEL 5.
Full output below
==============================
D:\ORS\MWFM\Setup\ORS-V2.1.0-Database\FW\Install-Upgrade>CdxDBI.exe
Enter the name of the target database: DEMO
Enter the password for the SYSTEM user account in the database:
Enter the name of the owner of Database Schema: CISADM
Enter the loction for Java Home(e.g. C:\Java\jdk1.6.0_18): C:\Oracle\Middleware\jdk160_24
Enter the TUGBU jarfiles location (e.g.C:\Database-Install\Jarfiles): D:\ORS\MWFM\Setup\ORS-V2.1.0-Database\ORS\jarfiles
Enter the password for CISADM schema (or hit ENTER to quit):
Re-enter the password:
Enter the Oracle user with read-write privileges to Database Schema: CISUSER
Enter the Oracle user with read-only privileges to Database Schema: CISREAD
Enter the database role with read-write privileges to Database Schema: CIS_USER
Enter the database role with read-only privileges to Database Schema: CIS_READ
Connecting to the Target Database as user system
User Name : system
Database Name : DEMO
Couldn't connect to database Oracle DEMO system: ERROR OCIEnvNlsCreate. Check ORACLE_HOME env var, NLS settings, permissions, etc.
Error Occured, Process being aborted ...
Press Enter to Continue ...
==============================

Wierd. Used Oracle XE as the database client and it worked fine.
Not sure why it is not working with Oracle Database 11g client.
Thanks.

Similar Messages

  • Error while creating materialized view which using database link

    Helo!
    I'm getting error "ORA-00942: table or view does not exist" when I want to create materialized view.
    Details:
    1. On destination database I create a database link:
    CREATE DATABASE LINK SDATABASE
    CONNECT TO MYUSER
    IDENTIFIED BY MYUSERPASS
    USING 'ORCL';
    => Command "SELECT * FROM TABLE1@SDATABASE" returns data normally!
    2. On source database I create MATERIALIZED VIEW LOG:
    CREATE MATERIALIZED VIEW LOG
    ON TABLE1
    WITH PRIMARY KEY
    INCLUDING NEW VALUES;
    3. Now, when I want to create MATERIALIZED VIEW on destination database:
    CREATE MATERIALIZED VIEW TABLE1
    REFRESH FAST
    START WITH SYSDATE
    NEXT SYSDATE + 1/1440
    WITH PRIMARY KEY
    AS SELECT * FROM TABLE1@SDATABASE;
    ...I get error "ORA-00942: table or view does not exist"!
    How is that possible if command "SELECT * FROM TABLE1@SDATABASE" returns data normally?
    Thanks,
    Voranc

    And, I'm using Oracle 10g.
    Voranc

  • Error while creating Mysite in sharepoint 2010 , System error code 0

    Hi I was trying to create Mysite and I got the following error.
    Previously all user able to create MySite this error is coming from 3 days
    My Site creation failure for user XXXX\cwr.SMahindrakar' for site url 'https://XXXXXXXX/personal/cwr_smahindrakar'. The exception was: Microsoft.Office.Server.UserProfiles.PersonalSiteCreateException: A failure was encountered while attempting to create the site. ---> System.ArgumentException: Error during decryption. System error code 0.
    at Microsoft.SharePoint.Administration.SPCredentialManager.DecryptWithApplicationCredentialKey(Byte[] rgbEncryptedPassphrase)
    at Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain.get_Password()
    at Microsoft.SharePoint.Utilities.SPActiveDirectoryDomain..ctor(SPPeoplePickerSearchActiveDirectoryDomain peoplePickerDomain)
    at Microsoft.SharePoint.Utilities.SPUserUtility.GetWindowsPrincipalResolvers(SPWebApplication webApp, String userAccountDirectoryPathRestriction, SPPrincipalResolver bySidResolver)
    at Microsoft.SharePoint.Utilities.SPUserUtility.CreatePrincipalResolvers(SPWebApplication webApp, ICollection`1 urlZones, Nullable`1 currentZone, SPPrincipalResolver bySidResolver, String userAccountDirectoryPathRestriction, Boolean alwaysAddWindowsResolver)
    at Microsoft.SharePoint.Utilities.SPUtility.ResolvePrincipalInternal(SPWeb web, SPWebApplication webApp, Nullable`1 urlZone, String input, SPPrincipalType scopes, SPPrincipalSource sources, SPUserCollection usersContainer, Boolean inputIsEmailOnly, Boolean alwaysAddWindowsResolver)
    at Microsoft.SharePoint.Utilities.SPUtility.ResolvePrincipal(SPWebApplication webApp, Nullable`1 urlZone, String input, SPPrincipalType scopes, SPPrincipalSource sources, Boolean inputIsEmailOnly)
    at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName)
    at Microsoft.SharePoint.SPSite.SelfServiceCreateSite(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String contactLogin, String contactName, String contactEmail, String quotaTemplate, SPSiteSubscription siteSubscription)
    at Microsoft.Office.Server.UserProfiles.UserProfile.<>c__DisplayClass2.<CreateSite>b__0()
    --- End of inner exception stack trace ---
    at Microsoft.Office.Server.UserProfiles.UserProfile.<>c__DisplayClass2.<CreateSite>b__0()
    at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
    at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
    at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
    Error is coming on Prod Env, I have tried diffrent trial and Error method but still I am not able to find root cause.
    Please mark answer , if you think answer is helpful or correct.

    Hi All,
    To resolve these issues I have checked following things, and which all seems no issues
    1)Quota Limit
    2)Database read only mode
    3)Appl pool account access to database
    4)Changed app pool account with farm account
    5)Added app pool account to MySite admin group
    6)Database size limit
    7)Site collection site limit to MySite host
    8)User Profile service is running or not
    9)Self site creation to user
    10)Service application association to MYsite Host
    All above I have tested but it seems no error, still I am getting above Error.
    One more things I want to add is that Central admin  people picker does not recognize users. 
    That can be an issue?
    Please mark answer , if you think answer is helpful or correct.

  • Error while creating a product group--Batch input error 9

    Hi,
       While creating a product group in T-code MC84, getting the error message" Product group can not be created (Batch input error 9)". Would appreciate providing yr help to resolve above issue.
    Thks,
    Nilesh

    Hi Neel,
       As ponited by you, the material type "PROD" is realted with creation of product group.I am able to resolve the error, "actually the work schedulling & MRP views were not activated for "PROD" resulting in the above error.
      Thks for yr help.
    Regards,
    Nilesh

  • Got an error while creating bind variables using sql database.

    iam going to use sql database for ADF-BC .
    i created the bind variable and apply the bind position for the corresponding variable in the view object editor.when i click test it shows me "query is valid". when i tried to run that it gives me two errors.
    1) sql error during statement preparation.(ie) select empid ,empname......from the emptable where empid like :'emp' and
    2) [Microsoft][SQl server  2000 driver  for jDBC] invalid parameter bindings
    i need help to know the solution for this...(or) is there any other way to create bind variable ......

    The 3 binding styles supported by JDev:
    Oracle Named - ie. SELECT xxxx FROM xxxx WHERE emp_id = :vEmp (note colon and variable name)
    Oracle Positional - ie SELECT xxxx FROM xxxx WHERE emp_id = :1 (note colon)
    JDBC Positional - ie SELECT xxxx FROM xxxx WHERE emp_id = ?
    Literally this query is sent to the database to execute, then the bind variables values are applied as a separate database operation. If SQL Server doesn't suport any of these binding styles, it's not going to work. As Chris Noonan suggests, try the JDBC Positional style though as you're using a JDBC driver to connect to SQL Server and it should support that style (the others are Oracle styles), and make sure you've switched the binding style on the VO query page to "JDBC Positional" too.
    You must also on the VO bind variable page define your bind variables.
    Also read the 10.1.3 JDev guide on ADF Business Components and View Object bind variables.
    CM.

  • Getting error while creating a IBOTs (scheduler ibot setup error)

    Hi , While running the IBOTS , I am getting below error:-
    error :-
    +++ ThreadID: 1760 : 2011-08-15 13:25:13.265 Global Error: [nQSError: 77006] Oracle BI Presentation Server Error: Authentication failed.
    Error Codes: WKY9UVRD: Authentication Failure. Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018.
    [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43001] Authentication failed for Administrator in repository Star: invalid user/password.
    (08004) +++ ThreadID: 1760 : 2011-08-15 13:25:13.390 ...Trying main loop again.
    +++ ThreadID: 1760 : 2011-08-15 13:25:13.515 ... Sleeping for 4 seconds. +++ ThreadID: 1760 :
    2011-08-15 13:25:18.515 Global Error:
    [nQSError: 77006] Oracle BI Presentation Server Error: Authentication failed.
    \Error Codes: WKY9UVRD: Authentication Failure. Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43001] Authentication failed for Administrator in repository Star: invalid user/password.
    (08004) +++ ThreadID: 1760 : 2011-08-15 13:25:18.625 Terminal Error: Exceeded number of retries.
    I have followed the below setps:-
    1) In Job manager, Provided the Scheduler Administartor(User/pwd) - Administrator/Blank (I have given same RPD Administrator but left blank, since with pwd
    I am not able save the Ibot (these instructions I saw in othr forums)
    Provided all other information in Job magaer & save it.
    2) Run the cryptoutility..
    C:\OracleBI\web\bin>cryptotools credstore -add -infile C:\OracleBIData\web\config\credentialstore.xml
    Credential Alias: Admin
    Username: Administrator
    Password: *************
    Do you want to encrypt the password? y/n (y): y
    Passphrase for encryption: ******
    Do you want to write the passphrase to the xml? y/n (n): n
    File "C:\OracleBIData\web\config\credentialstore.xml" exists. Do you want to overwrite it? y/n (y): yIn this also I have given same Administrator user id /pwd tht I have given in Job manager- Administrator/Administrator
    My credention xml got updated after running the Crypto utiltity:-
    - <sawcs:credential type="usernamePassword" alias="Admin">
    <sawcs:username>Administrator</sawcs:username>
    - <sawcs:password>
    - <xenc:EncryptedData>
    other things
    3) Updated the Intance config xml file..
    - <CredentialStore>
    <CredentialStorage type="file" path="C:\OracleBIData\web\config\credentialstore.xml" passphrase="sceret"/>
    </CredentialStore>
    4) scusessfuly run the all services ( BI server, Presentation server, Scheduler server , Java host, Oc4j)
    5) Created a test Ibot & save it but that IBOT not come as alerts not not sent to recipient & i have recived a above mention error in show Ibots acting on My Behalf.
    Please do let me know if I need to do some other steps that I have missed or I have done something wrong.
    One more point, When I am providing Administrator password in Job manager that time I am not able to save my Ibot but when I left that password blank in the
    Job manager I am bale to save but not able to run & getting above authentication error.
    I have followed these forumns :
    http://oraclebizint.wordpress.com/2007/09/13/oracle-bi-ee-10133-configuring-delivers-ibots/
    Unable to save iBot
    Please suggest!!
    Thanks in Advance

    Hi Deepak,
    Thanks For replying.
    Connection poolsetting are following in Job Manager & RPD:-
    Connection Pool Setting in Job Manager :-
    Database Type: Oracle 10g R2
    Call Interface :- Default(OCI 10g R1/R2)
    DSN : ORCL
    Usrname: SH , Pwd : SH
    Timeout : 60 , Max Connection: 5
    Connection Pool Setting in RPD :-
    Call Interface :- OCI 10g/11g
    DSN : ORCL
    Usrname: SH , Pwd : SH
    Timeout : 5 min , Max Connection: 10
    Is this issue because of user id (Administrator) that I have provided in Scheduler, general tab? can we provide same user id /pwd (Administrator/Administrator)tht we use for our RPD?
    Or do I need to create another user with Admin priviledges?
    Please suggest!!
    Thanks,
    Abhishek

  • Error while creating business action: Getting unversionable object error.

    Hi,
    When we try to create a business action with name "AcceptanceAcknowledgementException" and version 1.0, we are getting following errror:
    *{color:#ff0000}AIP-11052: Writing following objects: Document type failed due to following constraint violation: DOCUMENTTYPE: CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION.{color}*
    We have checked the configuration and there is no validated configuration and all agreements are in "draft" state. We also restarted the b2b server but issue was not resolved. Please help us out.
    Thanks and Regards,
    Anay and Kunal(Infosys Team)
    +91 9764061611
    +91 9764000862

    Hi,
    This is to inform you that the issue has been resolved as of now. There was some issue with the environment and after restarting the b2b we were able to complete the preliminary steps. Currently we are in the process of creating the business actions and we will update you once all the final steps are completed.
    Thanks and Regards,
    Anay and Kunal(Infosys Team)
    +91 9764061611
    +91 9764000862

  • Getting error while creating table from one database to other.

    Hi,
    We are getting below error while creating the table from one database to other.
    SQL> create table fnd_lobs parallel compress as select * from [email protected];
    create table fnd_lobs parallel compress as select * from [email protected]
    ERROR at line 1:
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    ORA-02063: preceding line from EEXIT2TEST
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    ORA-02063: preceding line from EEXIT2TEST
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    ORA-02063: preceding line from EEXIT2TEST
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    Regards,
    Bhatia

    hi
    what are the apps version local and remote database???
    Snapshot too old errors occur because Oracle can 't reconstruct a consistent
    image of a block for the purposes of a consistent read.
    I feel at remote database, you are using UNDO, it will be rather easy to iincrease the undo retention time or increase the undo tablespace size.. if you are dealing with roll back segments, you may have rollback segments whose optimal values are too small...
    increase roll back segments size and select again then
    the following metalink notes might be helpful
    ORA-01555 "Snapshot too old" - Detailed Explanation Doc ID: 40689.1
    How To Avoid ORA-01555: Snapshot Too Old When Running PAAPIMP Doc ID: 603259.1
    OERR: ORA 1555 "snapshot too old (rollback segment too small)" Doc ID: 18954.1

  • Error while creating control file

    hi
    i am getting following error while creating controll file
    QL> shutdown
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  629145600 bytes
    Fixed Size                  1250548 bytes
    Variable Size             171969292 bytes
    Database Buffers          452984832 bytes
    Redo Buffers                2940928 bytes
    SQL> @c:\study\rose\c.sql
    SP2-0042: unknown command "DATAFILE" - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "CHARACTER ..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    1  CREATE CONTROLFILE SET DATABASE "ROSE" RESETLOGS  froce logging NOARCHIVELOG
    2      MAXLOGFILES 32
    3      MAXLOGMEMBERS 2
    4      MAXDATAFILES 32
    5      MAXINSTANCES 16
    6      MAXLOGHISTORY 1752
    7  LOGFILE
    8  GROUP 1 'C:\oracle\product\10.2.0\oradata\rose\LOG1ROSE.ORA'  SIZE 50M,
    9    GROUP 2 'C:\oracle\product\10.2.0\oradata\rose\LOG2ROSE.ORA'  SIZE 50M,
    10   GROUP 3 'C:\oracle\product\10.2.0\oradata\rose\LOG06.LOG'  SIZE 25M,
    11*   GROUP 4 'C:\oracle\product\10.2.0\oradata\rose\LOG07.LOG'  SIZE 25M
    SQL>

    CHETAN YADAV wrote:
    hi
    i am getting following error while creating controll file
    QL> shutdown
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  629145600 bytes
    Fixed Size                  1250548 bytes
    Variable Size             171969292 bytes
    Database Buffers          452984832 bytes
    Redo Buffers                2940928 bytes
    SQL> @c:\study\rose\c.sqlWe can't debug what we can't see. And what we can't see is the contents of "c:\study\rose\c.sql".
    SP2-0042: unknown command "DATAFILE" - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "CHARACTER ..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    1 CREATE CONTROLFILE SET DATABASE "ROSE" RESETLOGS froce logging NOARCHIVELOG
    2 MAXLOGFILES 32
    3 MAXLOGMEMBERS 2
    4 MAXDATAFILES 32
    5 MAXINSTANCES 16
    6 MAXLOGHISTORY 1752
    7 LOGFILE
    8 GROUP 1 'C:\oracle\product\10.2.0\oradata\rose\LOG1ROSE.ORA' SIZE 50M,
    9 GROUP 2 'C:\oracle\product\10.2.0\oradata\rose\LOG2ROSE.ORA' SIZE 50M,
    10 GROUP 3 'C:\oracle\product\10.2.0\oradata\rose\LOG06.LOG' SIZE 25M,
    11* GROUP 4 'C:\oracle\product\10.2.0\oradata\rose\LOG07.LOG' SIZE 25M
    SQL>

  • Error while creating BOM

    Hi
    iam facing error while creating, changing and display BOM.
    Error: Status MHCO of the user interface SAPLCSDI missing.
    rgads

    Dear,
    MHCO - BOM item screen GUI status..Are you using any Alternative item?
    Have you applied any new patch in the system?
    Contact ABAPer, can give more details
    In SAP service place serach for this interface program,,,you will get many notes on this.

  • Error while creating stock using tcode: MB1C

    Error while creating stock using tcode: MB1C
    The Error is: Check table T004F:entry G006 does not exist

    Hi ,
    Please check the FSV (field status variant) for your company code in OBY6 .
    then go to transaction code OB14 --> enter the FSV --> Check if field status group G006(Material account) is maintained there or not.
    if not please maintain it.
    Thanks & Regards
    Anshu

  • Getting Connection error while creating Substituion Rule in UWL

    Hi Everybody,
    Getting below error while creating Substitution Rules in UWL.
    "error for the u201Cconnectionu201D to SAP_R3_Finance ".
    Can be able to see all Work Items belongs to me. getting the errror while creating Substitution Rule only..
    Could anybody tell me what might be the Reason what steps i need to take to resolve this issue.
    Thanks,
    Naveen Kumar

    Hi Uds,
    are you running SOA Suite on a Linux server and not on your PC and just running JDeveloper on your PC?
    If so try creating the repository file specifying a directory on the Linux server.
    For example to:
    /tmp/sample_repository
    So Choose 'File' from drop down menu
    Enter /tmp/sample_repository
    Click on create button
    This should create the file called sample_repository in /tmp on the Linux server.
    Can you tell us what your environment is?
    Regards Cel

  • Error While Creating Date type condition query

    Hi All,
    I am getting following error while creating a multiple condition query.
    ERROR:java.lang.IllegalArgumentException: Unexpected field type for D: java.lang.String
    I am pasting the scrap of the code for review below.
    pls note after removing the condition cond6; it works fine, and cond6 is for date type field.
    for(int j=1;j<7;j++){                          
    fd[j] =trd.getFieldDescriptor(arrayHeaderFieldNames[j]);
    BasisFieldType bft1 =  fd[j].getFieldType();
    if (bft1 == BasisFieldType.C) {
      filterOperator[j] = RelationalOperatorType.CONTAINS;       }
    else{
      filterOperator[j] = RelationalOperatorType.EQUALS;
    order[j] =queryFactory.createSortOrder(fd[j],true);
    cond1 =queryFactory.createCondition(fd[1], filterOperator[1], values[0]);
    cond2 =queryFactory.createCondition(fd[2], filterOperator[2], values[1]);
    cond3 =queryFactory.createCondition(fd[3], filterOperator[3], values[2]);
    cond4 =queryFactory.createCondition(fd[4], filterOperator[4], values[3]);
    cond5 =queryFactory.createCondition(fd[5], filterOperator[5], values[4]);
    cond6 =queryFactory.createCondition(fd[6], filterOperator[6], values[5]);
    Condition cond = queryFactory.createCondition(new Condition[]{cond1,cond2,cond3,cond4,cond5,cond6},LogicalOperatorType.AND);
    Please Help!
    Thanks n regards,
    Kapoorchand.

    Hi,
    well that problem is a long time back -. I only have in mind that the date I had to transfer to the quesry was in a "strange" format. Have a lock into the documentation for the date field - your date field is not recognised as a date field from the quesry engine and so this fails - but unfortunately I have no idea at the moment how I fixed it last time - how I converted my date field......
    Sorry, thast I can not give you the real point - but I will have a lock into the old code - hopefully I find it soon.
    Regards,
    Oliver

  • Error while creating table 'EDISEGMENT' entry for Transfer Structures

    Hi Guyz...
    I've been facing a few issues regarding activation of transfer structures.
    I'll explain the whole process...so it makes sense to you guys.
    I've initially activated the Transfer Structures in BI Content for Master Data. Later on we faced some issues in the DEV server. So we had to transport all the objects and store them locally on a temporary location. When the BI DEV sever, was up and running, we transported all the objects back to the server.
    Now while moving the objects back to the sever. We had an errors in the Master Data Request (Log- Method Execution). After going into the log...this is what I found.
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0DIVISION_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0DISTR_CHAN_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0MATL_TYPE_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0SALESORG_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0SALES_GRP_TEXT'
    I hope, I am clear here.
    Any suggestions, guys...
    Thanks,
    Regards,
    G

    Hi,
    Please check this link:
    Error while creating table EDISEGMENT entry
    Hope it helps.
    Thanks and Regards,
    MuraliManohar.

  • Error while creating new application in windows client

    Hai Experts,
    I am experiencing an error while creating a new application in HFM
    Error Reference number: {F6BA937D-6CBC-486C-800C-57DAB415C5EE}
    NUM:0X80040225;TYPE:1;DTIME:6/12/2012 10:52:48 AB;SVR; STATION31; FILE: CHSXSERVERIMP1: CPP; LINE:3537;VER:11.1.1.3.0.2413;
    Please reply me it's urgent.

    Hai,
    After doing snapshot my application was created and even in fdm also i found error while creating application(hint:cache not found) but now everything is fine don't know what exactly the error may be but now i am facing 404 error while doing Assign Access control in shared services console what may be the reason did anyone experienced this error if so please provide me the solution.
    Edited by: 940022 on Jun 15, 2012 3:50 AM
    Edited by: 940022 on Jun 15, 2012 3:51 AM

Maybe you are looking for

  • Accessing outer class memebers (objects) from inside a local class

    Why is it neccessary that any Member-Object reference of the Outer class, or rather even the Object references defined inside the method, which contains the local/anonymous class, has to be declared as "final" if the reference is tobe used inside the

  • Transforming EPC to BPMN in Aris Business Architect 7.1

    I have read in the helpfilel for Business Architect that it is possible to transform from one type of diagram to another. It was also mentioned on the SAP BPM training that I have attended. However I am not able to find the function which will enable

  • Cameraw raw says it can't read files from T2i from 6.1 but ...

    I had installed CS5 as trial and installed Camera Raw 6.1 - everything worked fine. Then I bought and registered CS5, uninstalled CS4 and suddenly LR 2.7 didn't find CS5 as an external editor - even after a reboot and there was no apparent way to mak

  • PC to I-Mac conversion

    I purchased an online PC upgrade version of CS6.  I recently purchased an I-Mac and would like to install PS on it.  The website will only allow me to download a PC version of the software. Is it possible to get the IOS version without purchasing a n

  • Resetting of voided cheque

    Hi All, By mistake cheque has cancelled(Voided) along with payment document. However, the cheque was cleared by the bank subsequently and when they try to reset the data using FCHG transaction code, it is asking us to reset data. I tried FBRA to rese