Several JournalEntries in a journalVouchers - B1- 2007

Hi,
I would like to add a journalVouchers which contains several JournalEntries.
The C# code is :
            // oCompany is already connected to the database
            JournalVouchers jv = (JournalVouchers)oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalVouchers);
            jv.JournalEntries.DueDate = DateTime.Now;
            jv.JournalEntries.ReferenceDate = DateTime.Now;
            jv.JournalEntries.TaxDate = DateTime.Now;
            jv.JournalEntries.TransactionCode = "AC";
            jv.JournalEntries.Lines.AccountCode = "47100000";
            jv.JournalEntries.Lines.Credit = 100;
            jv.JournalEntries.Lines.Add();
            jv.JournalEntries.Lines.AccountCode = "51200000";
            jv.JournalEntries.Lines.Debit = 100;
            jv.JournalEntries.Add();
            jv.JournalEntries.DueDate = DateTime.Now;
            jv.JournalEntries.ReferenceDate = DateTime.Now;
            jv.JournalEntries.TaxDate = DateTime.Now;
            jv.JournalEntries.TransactionCode = "AC";
            jv.JournalEntries.Lines.AccountCode = "47100000";
            jv.JournalEntries.Lines.Credit = 200;
            jv.JournalEntries.Lines.Add();
            jv.JournalEntries.Lines.AccountCode = "51200000";
            jv.JournalEntries.Lines.Debit = 200;
            jv.Add();
I don't know what is wrong, I tried with only one JournalEntry in my JournalVouchers, there is no problem, but I absolutely need several JournalEntry to have different posting dates for each...
thanks for your help

hi,
Try
                        anotherCompany = New SAPbobsCOM.Company
                        anotherCompany.Server = ocompany.Server
                        anotherCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
                        anotherCompany.DbUserName = "SQLUserName"
                        anotherCompany.DbPassword = "SQLPassword"
                        anotherCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
                        anotherCompany.CompanyDB = "DataBaseName"
                        anotherCompany.UserName = "manager"
                        anotherCompany.Password = "Password"
                        anotherCompany.Connect()
                        anotherCompany.GetLastError(lErrCode, sErrMsg)
                        If lErrCode <> 0 Then
                            BubbleEvent = False
                            SBO_Application.StatusBar.SetText(lErrCode & " : " & sErrMsg, SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error)
                        End If
                        Dim Vjov As SAPbobsCOM.JournalVouchers
                        Vjov = anotherCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalVouchers)
                        If oJEMatrix.RowCount > 1 Then
                            Dim Dbt() As String
                            Dim Cdt() As String
                            oedit5 = oJEForm.Items.Item("10").Specific
                            Vjov.JournalEntries.Memo = oedit5.Value
                            Vjov.JournalEntries.Lines.SetCurrentLine(0)
                            For i = 1 To ojematrix.RowCount - 1
                                oedit = oJEMatrix.Columns.Item("5").Cells.Item(i).Specific
                                oEdit1 = oJEMatrix.Columns.Item("1").Cells.Item(i).Specific
                                oEdit2 = oJEMatrix.Columns.Item("6").Cells.Item(i).Specific
                                If oedit.Value = "" Then
                                    Cdt = Split(oEdit2.Value, " ", -1)
                                    Vjov.JournalEntries.Lines.AccountCode = oEdit1.Value
                                    Vjov.JournalEntries.Lines.Debit = Cdt(1)
                                    Vjov.JournalEntries.Lines.Add()
                                Else
                                    Dbt = Split(oEdit.Value, " ", -1)
                                    Vjov.JournalEntries.Lines.AccountCode = oEdit1.Value
                                    Vjov.JournalEntries.Lines.Credit = Dbt(1)
                                    Vjov.JournalEntries.Lines.Add()
                                End If
                            Next
                        End If
                        lRetCode = Vjov.Add()
                        If lRetCode <> 0 Then
                            BubbleEvent = False
                            anotherCompany.GetLastError(lErrCode, sErrMsg)
                            SBO_Application.StatusBar.SetText(lErrCode & " : " & sErrMsg, SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error)
                        End If
                    Catch ex As Exception
                        SBO_Application.StatusBar.SetText(ex.Message, SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error)
                    End Try
regards,
varma

Similar Messages

  • Severe graphic problems on Intel iMac (2007)

    iMac 2.16 GHz Intel Core 2 Duo (white, 2007)
    Works OK in OS X 10.6.7 in Safe Boot mode, but with regular startup is unusable and experiences severe graphic problems and freezes, such as:
    Spurious lines across the screen and in various application windows.
    Mail window breaks up into a patchwork and mail refuses to quit
    Safari window displays severe artifacts and locks up
    Dock severely distorted; some icons extremely garbled and unrecognizable
    We tried erasing and reinstalling OS 10.6, up to 10.6.7, restoring only the primary user, but the same problems persist. No applications other than from the installation disk were installed.
    iMac originally came with OS X 10.4. Upgraded to 10.5, then later to 10.6. Since upgrading to 10.6 (now 10.6.7), have had increasing problems with display artifacts. Now it's so bad we can't operate unless we go to Save Boot. Then, it seems to work fine, but Safe Boot turns off sound output, so iTunes and other audio capabilities are lost.
    Since it works OK under Safe Boot, what items could be removed to restore proper operation?
    Is there a way to restore sound output while operating in Safe Boot?
    Is it just a bad idea to upgrade to MacOS X 10.6 on a computer that came with 10.4?
    I'm considering erasing and returning to the original MacOS X 10.4 installation, but I'm concerned that photos in iPhoto will not be compatible with the OS 10.4 version of iPhoto.
    Hope someone can help. Thanks.

    Thanks.
    Or buy a new one.
    It passes the Apple Hardware Test, as well as TechTool Pro hardware tests. But clearly something is wrong, and worse than when it was even a few weeks ago. I even tried erasing and reverting Tiger, and it was better, but still had some obvious artifacts and stability issues. Apparently not a drive problem either, since it occurs when running from various external drives as well.
    Appreciate the help.

  • My 2007 mac pro has a slow internet connection with lion

    Hi:
    I've been dealing with a severely slow internet connection with my 2007 mac pro - dual quad core.  I have os 10.7.3.  I use wifi. 
    Typically, I'll experience difficulty loading websites completely.  Certain sites have a 90% failure rate to load most elements.  Other sites operate quickly from time to time.  Often, a site will simply fail to load at all.  My cable company cannot find anything wrong with my connection and other, newer devices don't have a problem loading sites.  It seems the issue is most likely related to my computer.
    Interestingly, I can usually "jump-start" the connection by turning my wifi connection off and on and this will (temporarily) allow me to get an image or video to download.
    Any ideas?
    Thank you for your time.

    Hi:
    I've been dealing with a severely slow internet connection with my 2007 mac pro - dual quad core.  I have os 10.7.3.  I use wifi. 
    Typically, I'll experience difficulty loading websites completely.  Certain sites have a 90% failure rate to load most elements.  Other sites operate quickly from time to time.  Often, a site will simply fail to load at all.  My cable company cannot find anything wrong with my connection and other, newer devices don't have a problem loading sites.  It seems the issue is most likely related to my computer.
    Interestingly, I can usually "jump-start" the connection by turning my wifi connection off and on and this will (temporarily) allow me to get an image or video to download.
    Any ideas?
    Thank you for your time.

  • Excel 2007 Slow Opening File

    We were looking at migrating to Office 2007. To verify compatibility, several key users have loaded Office 2007 on their machines. There seems to be several problems related to opening files in Excel.
    If Excel is open and the user does a File/Open, files will open quickly. However, if the user clicks on a file to open it, it can take up to a minute to open. I found a fix for this on this forum. It is to add "%1" to the end of the Open command line in the defined file types for XLS files. After this worked, I found that also needs it for the New on XLT, Open for XLSX, New on XLTM, and New XLTX files.
    After adding in the above fix I wanted to verify that it worked correctly by recreating the problem so I went in and removed the "%1" from all of the commands. When I tried to open a file, I got an error. So I went back into the File Types and checked the command lines. Now all of the command lines had a %1 at the end of them without the quotation marks. When I would try to delet this %1, it would now allow me to. I could remove it but when I reopened the line, it was back again. If I added the "%1" back to the end of the line it would take that and it would fix the problem again but I was still unable to remove the %1 from the other commands such as New, Print, Save As, etc. I had to Restore my system in order to remove them.
    Further testing on the fix reveals that when I file is opened, it attempts to open the file twice. The first time it opens very quickly and then a minute later it opens the second time. Notice that this is the same delay that was experienced previously. It you open the file and make a change before the minute has elapsed, then you get a message stating that the file is already open and if you open it again you will lose your changes. This is probably due to the Use DDE being selected. But If I turn off DDE, then when I click on the first file, it opens quickly and when I click on the second file, it also opens quickly but if I look at the Task Manager, their are 2 copies of Excel running. If I go to the View tool bar in either copy of Excel and try to view the other window, I can not. So it appears that there physically 2 copies of Excel running. When I went back into the File Types, the Use DDE that I had unselected before is now checked again but the DDE command line is blank.
    Thinking that may this was something that was surely fixed now that it is 2008 and the software is 2007, I looked for updates and found that IT had not run the updates. Loaded the Compatibility Pack and Service Pack 1 and high hopes that this would correct the problems. After loading the updates, I found that the File Types had reverted back to their original form without the "%1". Now I was really excited. Why would they reset user changes unless they fixed something related to them? To my dismay, the slow startup was back. I had to go back and set the "%1" back into all of the proper command lines.
    As of now, my recomendation to IT is to stay as far away from Office 2007 as possible until Microsoft gets their act together.
    By the way...I have tried all of the other recomendations from Microsoft about Excel being slow to start. They make a difference of less than 1 second. They also only make the App start quicker. They are not related to clicking on a file to open it.

    I didn't seem to get much help from this forum but I will pass on the fix that I have found.
    The problem doesn't have anything to do with the %1 fix that everyone is using. All that does is to open the file before Excel is fully started. In particular, before the add-ins are opened.
    You can verify this by changing the command line in the File Types to use a /s parameter which will bypass loading the add-ins.
    What I found was that even though I had removed the Adobe AcrobatMaker add-in, the file PDFMaker.xla was still in the XLSTART folder and was being loaded.
    Since Office now has it's own PDF functionality, this is no longer needed. I did however want to keep Acrobat so that I could print PDFs from other applications and edit PDF files so I wanted to keep it. Just not in Office.
    Here are the steps to remove PDFMaker from Excel.
    Choose Start > Control Panel > Add/Remove Programs.
    Select Acrobat Professional and click Change/Remove.
    Click Next.
    Select Modify and click Next.
    Expand the Create Adobe PDF menu, then select the Acrobat PDF Maker option, and change the status to "This feature will not be available".
    Click Next, and then click Finish to complete the process and allow Acrobat to remove the PDFMaker component. Note: You need the installation disk to do this.
    After completing this process, it is interesting that it disabled but did not remove the PDFMaker.xla add-in. It is therefore necessary to remove it manually by exploring to C:\Program Files\Microsoft Office\Office12\XLSTART and manually deleting PDFMaker.xla.
    Now for those of you who have already tried the "%1" fix and found that it causes new problems and doesn't fix things, you may have already found out that when you try to remove the "%1" from the File Type Open command line, something puts it back in as %1 without the quotation marks. This causes errors when you open a document that has spaces in it's path such as unable to open C:\Documents.xlsx, Unable to open And.xlsx, unable to open Settings.xlsx. No matter how hard you try, you cannot remove the %1.
    So here is 2 ways to overcome this.
    You can change the parameter from %1 to "%10". This will work as long as you don't try to open 10 files at the same time.
    Or you can edit your registry and remove the %1. The easiest way I found was to open the registry editor and search for excel.exe" /e %1. Notice that this is the end of the command line. When I found it, I removed the %1. If you edited more than just the Open command for XLS files, you will need to keep searching until you remove all of the changes. This will get you back to where you were before you tried the "%1" fix.
    There may be other add-ins that cause similar problems. Look in the C:\Program Files\Microsoft Office\Office12\XLSTART folder to see what is really getting loaded.

  • Ipad Numbers apps unsuccessfully importing Microsoft Excel 2007 spreadsheet

    Here are what I did. I first sent a Microsoft Excel 2007 spreadsheet (the format is xlsx) to my email. And then I opened it via Numbers in iPad Mini. The Numbers was importing the Microsoft Excel 2007 spreadsheet. It took about 2-3 minutes importing the file. The importing status bar was indicating the progress. When the importing status bar was about completed and then the Numbers apps closed itself. I first thought it completed importing the file. I opened the Numbers apps, there was nothing. I attempted opening it for several times but it ended up the same. That seemed the Numbers was having a problem importing Microsoft Excel 2007 spreadsheet. By the way, there are several tabs in the Microsoft Excel 2007 spreadsheet. Would that be a reason why Numbers couldn't import the file successfully? Or maybe Numbers only import Microsoft Excel 2007 spreadsheet with single tab in the file? Please help!

    gogreen2e wrote:
    It's just general worksheet. No pivot table, no VBA logic. But there are several tabs. One of the tabs has formulas linked to other tabs. For example, formula like: '=Sheet2!B2'.
    Its possible either of those could be a factor. I'm not sure if there is a top end limit on the number of tabs Numbers will handle (at least haven't run into to it yet). The formula syntax you have does not match what number presents, so that could be the issue, but I seem to recall it has not had an issue converting in the past. Could be wrth a look however.

  • Tutorial or example to import JournalEntries

    Hello,
    have you a tutorial to import JournalEntries with DTW ?
    have you files example ?
    I want to use journalEntries and /or JournalVouchers objects
    thank's

    Hello Luis - you might want to try this SQL to get that information (of course you need to definitely modify it to your environment). 
    --SQL 2FN GL Acct List with Code and Segs Ver 1 ZP 2009 12 20
    --DESCRIPTION: Displays GL Account Codes and Associated Segmentation
    --AUTHOR(s):
    --Version 1 Zal Parchem 2009 12 20
    SELECT
    T0.AcctCode,
    T0.AcctName AS "GL Account Name",
    T0.Segment_0 AS "Natural Acct",
    T0.Segment_1 AS "Location Acct"
    FROM OACT T0
    ORDER BY
    T0.Segment_0,
    T0.Segment_1,
    T0.AcctCode
    Regards - Zal

  • Report Generation Toolkit Error Quick Question

    Hi,
         I created the most awesome LabVIEW report ever at my desk using a trial version of the RGT and Office 2003.  I took this to my production machine and ")@#(&%(*#^%()^!!!"  The production machine has office 2007 and a fully licensed version of the RGT.  Both machines have LabVIEW 8.6.0.  I've read all the stuff about these errors and something about classes and dll's and whatnot's.  So my quick question, is:  Instead of matching the versions of Microsoft Office as recommended, can I just rewrite from scratch the VI that creates this world's most awesome LabVIEW report on the production machine to create the same effect? 
    Solved!
    Go to Solution.

    Hi 
    Quick Answer: Probably
    Slower answer: Microsoft changed a lot of things behind the scenes in Office 2007, but the Report Generation toolkit version 1.1.3 supports Office 2007 so you should be good to go. Depends on what functions are included in your VI. Liek the read me says "Several default settings in Microsoft Office 2007 differ slightly from previous versions. Reports you generate using Office 2007 might look different than reports you generate from other versions of Office because font sizes, cell sizes, and so on, differ."
    Best Regards
    David
    NISW

  • Opening Excel Workbook Fails when run from Scheduled Task on Windows Server 2008 Rw

    Hi,
    I have a little vbs script that instantiates the Excel.Application object and then opens a work book to perform some tasks on it. The script runs fine when run from the command line. When I attempt to run it as a scheduled task (it is supposed to update
    data that is pulled from a SQL Server at regular intervals), it fails with the following error:
    Microsoft Office Excel cannot access the file 'c:\test\SampleWorkbook.xlsm'. There are several possible reasons: .....
    The file does exist. The path reported in the error is correct. The account under which the task is running is the same account I use to run it from the command line. User Account Control is not enabled, and the task is set up to run with highest privileges.
    When I run the same script through the Task Scheduler from a Windows Server 2003 machine, it works without issue.
    I was just wondering if somebody on this forum has run into a similar issue in connection with Windows Server 2008 R2 and figured out what the magic trick is to make it work. I'm sure it is rights related, but I haven't quite figured out what which rights
    are missing.
    Thanks in advance for any advice you may have.

    This is truly killing me ... trying to get it working on Windows Server 2012 without success.
    I desperately need to automate running Excel macros in a "headless" environment, that is non-interactive, non-GUI, etc.
    I can get it to work using Excel.Application COM, either via VBScript or Powershell, successfully on many other Windows systems  in our environment - Windows Server 2008 R2, Windows 7 (32-bit), etc.,  -BUT-
    The two servers we built out for running our automation process are Windows Server 2012 (SE) - and it just refuses to run on the 2012 servers - it gives the messages below from VBScript and PowerShell, respectively- 
    I have tried uninstalling and re-installing several different versions of Microsoft Excel (2007 Standard, 2010 Standard, 2010 Professional Plus, 32-bit vs. 64-bit, etc.), but it makes no difference.
    Would be extremely grateful if any one out there has had any success in running Excel automation on Server 2012 in a non-interactive environment that they could share.
    ( I have tried adding the "%windir%\syswow64\config\systemprofile\desktop"
    folder, which did fix the issue for me when testing on Windows Server 2008 R2, but sadly did not resolve it on Windows Server 2012 )
    [VBScript error msg]
    Z:\TestExcelMacro.vbs(35, 1) Microsoft Office Excel: Microsoft Office Excel cannot
    access the file 'Z:\TestExcelMacro.xlsm'. There are several possible reasons:
    • The file name or path does not exist.
    • The file is being used by another program.
    • The workbook you are trying to save has the same name as a currently open work
    [Powershell error msg]
    Exception calling "Add" with "0" argument(s): "Microsoft Office Excel cannot open or save any more documents because th
    ere is not enough available memory or disk space.
     To make more memory available, close workbooks or programs you no longer need.
     To free disk space, delete files you no longer need from the disk you are saving to."
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : ComMethodTargetInvocation
    You cannot call a method on a null-valued expression.
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull

  • Replacement hard drive not recognized in mac mini

    Hi folks,
    I have an issue similar to several threads that were active during 2007 and 2008, but the information and answers given then do not solve my problem.
    The original 80 GB Hitachi drive in a 1.5 Mhz PPC failed. I replaced it with a Western Digital PATA 320 GB ide drive and reassembled the Mac Mini.
    The original Apple OS X was put in the optical drive and the computer was started with the "c" button pressed when powered on, but repeatedly the disk was ejected after a short time.  Since the mac mini does not boot from the proper install cd, I cannot use disk utilities to partition and format the WD drive per the other thread messages.
    The WD drive is not formatted for Apple yet. I connected the headless mac mini to an older ibook with a firewire cord and I attempted to boot the mac mini in target disk mode.  The ibook never mounted the mac mini as an external drive, an icon did not appear on the desktop, and running disk utilities on the ibook did not recognize the mac mini connected by firewire as a mounted drive.  I mounted an Acom hard drive connected by fire wire as a test of the ports and wires and that device was recognized in disk utilities and an icon for it  was seen on the desktop.
    Back to the issue at hand.  What else can I do to partition and format a new hard drive installed in an older mac mini where 1) the install disk is kicked out of the optical drive and 2) the unformatted drive cannot be accessed via target disk mode from an ibook?
    Is 320 GB incompatible with a PPC mac Mini?
    Thanks in advance for offers of help and correct answers.
    Mich

    Hi Mich,
    the older PPC computers are usualy limited to 128Gb max. HD size.
    You need something like this:
    "MacOS X 10.4.x and Earlier Hi-Cap Installer.app"
    Its available for $25 here:
    http://www.intechusa.com/

  • Workbook in role but not on user menu

    Hi All
    I have a workbook saved under a certain role menu. The workbook apeears fine under the role when using BEx.
    However, the workbook has disappeared from the User-Menu in SAP-GUI.
    I have tried to refresh the user menu, change and re-save the workbook in the role (via BEx and via PFCG), I checked report: RSWB_ROLES_REORG but nothing helped.
    I searched for notes but nothing seemed relevant.
    Any help?
    Thanks,
    Yaniv

    Hi,
    The issue because of MS 2007. it would not be compatible sometimes.
    for that you have install the latest patch for the BEx and dotnet framework on your desktop.
    it would be available in the service market place.
    or
    We have had several issues similar running SAP BW 7.0 with BEx 3.5 workbooks after upgrading to Excel 2007. There are several SAP Notes concerning various Excel 2007 related errors. Most of these seem to be bundled in the just-released SAP BEx 3.5 Add-On Patch 7 for SAPGUI 710, so my advice would be to download this patch if you have not done so already.
    Regards,
    Marasa.

  • Trying to reconfigure the EM of Db10g manually...

    Hi,
    I try to configue the EM of DB 10g manually... using the emca utility....
    While the drop of EM repository is successful... the creation is unsuccessful..
    Examining the log....
    CONFIG: Setting param: RMI_PORT_INFO value: 5522
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: INFO : {DBCONTROL_HTTP_PORT=5501, RMI_PORT=5522, JMS_PORT=5542, AGENT_PORT=3938}
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: INFO, oracleHome: C:\oracle\product\10.2.0\database10g, and user: SYS
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to C:\oracle\product\10.2.0\database10g\cfgtoollogs\emca\info\emca_repos_create_2007-08-15_07-55-52-μμ.log
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: ORA-20001: SYSMAN already exists..
    ORA-06512: σε γραμμή 17
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..ORA-06512: σε γραμμή 17
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:841)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:265)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:306)
         at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:360)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:182)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at C:\oracle\product\10.2.0\database10g\cfgtoollogs\emca\info\emca_repos_create_<date>.log for more details.
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at C:\oracle\product\10.2.0\database10g\cfgtoollogs\emca\info\emca_2007-08-15_07-55-22-μμ.log for more details.
    15 Αυγ 2007 7:55:52 μμ oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)In bold above .. seems to be the cause... Should i drop the user SYSMAN before trying to create the repository....????
    Thanks, a lot
    Simon

    Hi,
    I was able to create the respoitory successfully, But when I try to start the DB console It's failing,
    In the log I get the following entries,
    2007-08-21 10:43:43,009 [EMUI_10_43_43_/console/aboutApplication] ERROR em.console doGet.311 - java.lang.IllegalStateException: Response has already been committed
    java.lang.IllegalStateException: Response has already been committed
         at com.evermind.server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1901)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:211)
         at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:773)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:396)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:135)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:131)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:252)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:568)
    2007-08-21 10:43:49,808 [OmsServiceDriver thread] ERROR conn.ConnectionService verifyRepositoryEx.434 - Invalid Connection Pool. ERROR = ORA-01017: invalid username/password; logon denied
    2007-08-21 10:43:50,337 [HttpRequestHandler-141107475] ERROR conn.ConnectionService verifyRepositoryEx.434 - Invalid Connection Pool. ERROR = ORA-28000: the account is locked
    The account is always getting locked, Does this mean in the configuration files its storeing the old password?
    Any help will be appreicted
    Thank you

  • Issue accessing workbook from user menu.

    Hi,
    We are facing an issue in opening the workbook from the User menu.
    Workbook is working fine if we open it directly from BEx Analyzer but its not opening the workbook report when we click it from the user menu link.
    This issue started coming when we upgraded the microsoft excel from 2003 to 2007.
    Any information related to it would be helpful.
    Regards,
    Neha Maheshwari

    Neha,
    We have had several issues similar running SAP BW 7.0 with BEx 3.5 workbooks after upgrading to Excel 2007. There are several SAP Notes concerning various Excel 2007 related errors. Most of these seem to be bundled in the just-released SAP BEx 3.5 Add-On Patch 7 for SAPGUI 710, so my advice would be to download this patch if you have not done so already.
    Hope this helps...
    Bob

  • FM RH Integration: Broken Link to Book, the Fatal Flaw?

    I thought that I had fixed this issue. But, I ran into @ a recent conference where I met someone who experienced the same issue. The problem is that when you integrate projects from FM to RH on the same computer they retain that path. If you change the directory of one, you must re-establish the connection.
    This is all well and good. However,m if you move the FM>RH project to another computer and try to open the RH project, it asks you to re-establish the link. Again, well and good.
    The real problem occurs when you try to do this for several RH projects coming out of the same FM book. In this case, there is no message to relink the RH and FM book (as RH does in the previous cases). Instead you cannot update the RH topics from the book, cannot relink the FM book, nor do anything else, really.
    I ran into this with colleague at work. We were zipping the projects and putting them into a CMS. Then we'd download them and unzip. He received this bad error and eventually the complete corruption of the project (yes, even after deleting the .cpd file). I fixed this problem for the ONE FM>RH project that he had by deleting the book and re-adding it by reference.
    Then I met someone at this conference who had the same problem. I thought I had the fix for him. But it turns out that it did not work on his machine. Now I am experiencing the same problem.
    I have had to port several projects from MS XP to 2007. And I just spent all day having to recreate four projects in Japanese from the same FM book because 1) RH did not ask me to relink the book, 2) I could not delete the book and re-add it, 3) and when I did try to delete the book from the RH project, RH shuts down and says "Woops, sorry, we have a problem. Sorry. Bye." (Almost literally.)
    Then it completely goes bonkers and just shuts down - sans message - without any indication about what is going on.
    Has anyone had or experienced this same issue? I have some major projects that I will have to port to this upgraded operating system. I know that it is not the OS since it occurred on this other person's computer who was not using the same OS as I have. So what is it?

    I have run more tests  and am verging on certainty that this is a conditional text problem - at least for my projects.
    That is, I have three RH six RH projects linking to the same FM book. Three in English, three in Japanese.
    When I port the RH projects to a different directory and open them, I do not receive the relink request. If I attempt to update from the book, the project crashes and the cpd is corrupted.
    I can, however, delete the book and re-add by reference. I can only do this, though, for the project in English. When I try to do it for the Japanese projects, RH crashes completely. After the crash, I cannot delete the book, nor can I update, nor do anything much else. If I do continue trying to delete the book, the project becomes corrupted and useless.
    I am not completely convinced that the problem is a conditional text issue, however. As I noted, my buddy from the Philippines had the same crash scenarios, but he was not using conditional text that includes other languages.
    That is my story, and I am sticking with it.
    Charles

  • Authentication failed, ADFFacesContext had not been properly released

    hi,
    I setup Login page through ADF security wizard in jdev 10.1.3.2 and set error page to be the same Login page. The rest of login process is same as in SRDemo: index page redirects to Welcome page, user press Start button etc.
    But if the user enters wrong credentials and after he is presented with Login page again (wirh message Invalid username and password) this time enters correct credentials he is dispatched to Welcome page but connectedUser from userInfo bean is not shown on the page. I noticed this warning about ADFFacesContext not properly released on earlier request. How can I properly release this context after user enters wrong credentials?
    SEVERE:           [RealmLoginModule] authentication failed
    Jul 24, 2007 1:26:34 PM oracle.adfinternal.view.faces.application.ViewHandlerImpl _checkTimestamp
    INFO: ADF Faces is running with time-stamp checking enabled. This should not be used in a production environment. See the oracle.adf.view.faces.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    Jul 24, 2007 1:26:35 PM oracle.adfinternal.view.faces.webapp.AdfFacesFilterHelperImpl startFilter
    WARNING: AdfFacesContext had not been properly released on earlier request.

    Hi,
    this seems to be a bug in ADF Security. However it should work if you set the authentication as in SRDemo, in that the first page requires authentication (protecting the root / virtual path).
    ADF Security in 10.1.3.2 does allow users to work with anonymous accounts to achieve public pages (to defer authentication). So if public pages are not needed then the work around mentioned above should work
    I'll try and reproduce the defect you see in JDev 10.1.3.3 and file a bug if it reprduces
    Frank

  • Issue accessing MSN from Safari

    All of a sudden I can't access MSN via Safari on my iPad.  Updated to ios 8 but the issue started before I updated. 

    Neha,
    We have had several issues similar running SAP BW 7.0 with BEx 3.5 workbooks after upgrading to Excel 2007. There are several SAP Notes concerning various Excel 2007 related errors. Most of these seem to be bundled in the just-released SAP BEx 3.5 Add-On Patch 7 for SAPGUI 710, so my advice would be to download this patch if you have not done so already.
    Hope this helps...
    Bob

Maybe you are looking for

  • Unable to load driver download page.

    I was called by my dad who needed some assistance to get a printer installed he bought fresh from a second hand store. Anyway, I tried getting to the HP download page. The page however remains blank and does not load. I found some similar threads tha

  • HOW to temporarily use Broadcast monitoring work on snow leopard OS X v10.6.8  for  FINAL CUT PRO X

    thx,macmacmac give me prompt.He had an interesting trick for getting the OS X Lion 'only' plugin to work on Snow Leopard To install the plugin on Snow Leopard OS X 10.6.8 you have to temporarily change your system version number to Lion 10.7.2! 1. Go

  • How to remove empty tag.

    Hi, I have a scenario IDOC-XI-JDBC From IDOC we are using change pointers and when something has been changed then those fields are being sent out but other few empty fields were coming out and to avoid that I used mapWithDefault to avoid the empty t

  • Tell us your story with SAP Cloud for Customer!

    Check out the Bluefin story on their experiences with SAP Cloud for Customer below: Bluefin Solutions was one of the earliest adopters of SAP Cloud for Customer which is used for lead and opportunity management. This presentation will share experienc

  • Photoshop Elements, XP and DirectX hang up

    Installed Photoshop elements 9.0 on the school machines. Windowws SP The installation went fine. After the restart tried to open the Organizer and got the messasge the Direct X plug in was installed but we needed to restart. After this restart We get