FDM data access error

Experts, I am trying to delete a period in control of FDM 9.3.1.2 tables, but it gives an error: "error to remove folder. "Detail: data access error. In the log file, I find the following error messages for this action.

* Start the journal entry for the Runtime Error FDM [2011-07-28-15:25:19] *.
-------------------------------------------------------------
ERROR:
Code...-2147217913
Description... ORA-01843: not one month valid
SELECT * FROM tPOVPeriod WHERE (PeriodKey = '' 2008-30-11)
Process... clsDataAccess.farsKeySet
The component... upsWDataWindowDM
Version...................................... 931
Thread....................................... 10804
* Start the journal entry for the Runtime Error FDM [2011-07-28-15:25:19] *.
-------------------------------------------------------------
ERROR:
Code...-2147217913
Description... Data access error.
Process... clsSQLUpdateMgr.fPOVPeriod
The component... upsWObjectsDM
Version...................................... 931
Thread....................................... 10804

The error message indicates the period during which I tried to remove it, but I'm still not able to remove it. It's strange, as this production application was working fine until a return of the month and the development of application works very well with this action. Experts, let me know how this can be resolved.

Most likely possibility that I can see (although I can't explain why it happened) that would be:

#1-the format of date and time settings are different between the database server and the server WEB/FDM. A server might think date should be in the mm-dd-yyyy format while the other waits aaaa-mm-jj. If you have access to the database, you should be able to confirm this. The 64K question would be why would be a question at random as it should influence a lot of things?

Another possibility would be for the period swelled in question, the value stored in the DB does not match the value of this request. Maybe a white space or something else was annexed to the date and request failed with no result that generated the error. A quick glance in this database table would quickly confirm this. I doubt that is the issue because of the specifitivity of the error message.

Tags: Business Intelligence

Similar Questions

  • Data access error

    Hi guys,.

    I meet a data access error when you try to import a source .csv file. I found almost the same questions in the previous discussions, but containing no not a solution for mine.

    I use a 10g DB, I unchecked the box in the power for the bitmap of the work table index. This option must be turned on to Oracle 9i and Oracle 10 g.

    Also, I tried with and without the scripts in the import formats. Also not the cause. Finally, I tried to import a file of my own computer source, also not the question.

    I'm running out of options. Please check my error log:


    * Start the journal entry for the Runtime Error FDM [2010-12-14-13: 00:59] *.
    -------------------------------------------------------------
    ERROR:
    Code...-2147217900
    Description... Data access error.
    Process... clsImpProcessMgr.fLoadAndProcessFile
    The component... upsWObjectsDM
    Version.......................................... 1111
    Thread........................................... 4656

    IDENTIFICATION:
    User............................................. xxxx
    Name of the computer... DCEPHFMTSTDB1
    App Name......................................... FDMTEST
    Client App....................................... WebClient

    CONNECTION:
    Provider......................................... ORAOLEDB. ORACLE
    Database server...
    Name of the database... HYPDB
    Trust connect... Fake
    Connect status... Open connection

    GLOBALS:
    Location......................................... AEP812
    Location ID... 749
    Location Seg... 3
    Category......................................... WLACT2010
    ID of the category... 12
    Period... Jan - 2010
    Period ID........................................ 31/01/2010
    POV Local........................................ True
    Language......................................... 1033
    User Level....................................... 1
    All Partitions... True
    Is Auditor....................................... Fake

    Published by: JDeM on 14-dec-2010 04:19

    Hello

    Based on your error log; It seems as the locale of the FDM Server (when he went to generate the load file in bulk) for Oracle is not U.S. English.

    VALUES (749, 12, N ' 20100131', no YTD ', N ' 21451000', no EPFI ', N ' 880', no CLO', N "[NONE]", N "[NONE]", "[NONE]" N, ",", ",", ",", ",", ",", ",", ",", ",", ",", ",", ",", ",", ",", ",",",",",", 0, -, 00461);

    The value at the other end must be your amount... which I suppose is in a non.

    As the comma is used as a field separator; It cannot be used in a value... I suggest that you review all the settings and ensure that they are consistent and accurate. If you need the decimal value to a comma, you need to set the option of replacement comma inside the FDM "Parameters of Configuration" in the Menu Administration.

    Thank you

  • Err.Description = "Data" access error.

    This question relates to the FDM 9.3.1 ImportAction script, the StartProcess event.

    After successfully to make a table and in BULK by INSERTING a file without a few erroneous records using "DW. DataManipulation.fExecuteDML strSQL, True, True"or"DW. DataManipulation.fExecuteDML strSQL, false, true", I get
    Err.Number = 2147217900 and Err.Description = "Data access error. »

    However, after the definition explicit a connection to the server of FDM database and run the SQL even against the same data, I get an error description, which is much more useful for my conversion error of the load data Err.Description = "Bulk (truncation) for line x, y of the column and users, Error.Number =-2147217900 (fieldname). »

    I rather would not set a second connection to the server of FDM data if I can avoid it. Any ideas as to why each method produces a different error message? How do fExecuteDML to return useful description?

    'Connect to the server of FDM data base
    Set adoConn = CreateObject ("ADODB. Connection")
    adoConn.ConnectionString = API. DataWindow.Connection.PstrConnection
    adoConn.CursorLocation = 3' adUseClient
    adoConn.Open

    'Create the ADODB command '.
    Set adoComm = CreateObject ("ADODB.Command")
    adoComm.ActiveConnection = adoConn
    adoComm.CommandType = 1' adCmdTable

    On Error Resume Next
    adoComm.CommandText = strSQL
    adoComm.Execute

    Hello

    I use the DML functions built by Oracle without problems.
    At any time, an error has occurred; detailed information are written to the log of user errors.

    Thank you

  • Access error of data while running the script in the script fdm workbench Editor

    Hello Experts,

    I get the error when I run the script in the script of fdqm established client.this editor is the error

    -2147467259 data access error and he navigates the error on line 30 on this script «Set rsAppend = DW.» DataAccess.farsTable (strWorkTableName).

    Please return me asap where I should charge peoplesoft data to one of my database of planning through fdm.

    Thanks in advance...

    You will need to build a script for integration that is an import Script that allows you to import data from SQL in FDM.

    When you create your import format, you will need to configure it with the file Type = Script and then assign the script of integration as an Expression. Assign your import format to the location that you use to import data.

    Then you can test it by going to the import stage and clicking the import button. FDM will run the integration script and data import by running the SQL query that you have defined.

    To the contrary, "Data Pump" import Scripts are used as import expressions in the import formats

    You can run a script to integrate the customer that this script requires input parameters that are passed only when then FDM import step is executed. If you want to see the raised error open the errorlog FDM. You will only be able to run this Workbench script when you want to debug data is being extracted, but in this case, you will need to comment code that inserts the data in the table. Don't forget that the work table is a temporary table that is created when you click on the import button and if you run Workbench this table does not exist

  • FDMEE VB API introduces not and gives "error of data access.

    Hello FDM gurus.

    While working with the FDMEE data integration tool, I had to test the capabilities of script VB to FDMEE and I tried the sample script of the ERPI Administrator's guide to copy a file from 1 place to another. Unfortunately the VB API does not work and generates an error "clsAppServerDM.fInitializeMainAPI: data access error." I don't know what am I missing here.

    Thank you in advance,

    VChakravarthy

    If you format this SQL query and you attempt to run in the SQL tool like SQL Developer, you can see how there is a SQL syntax error. There is a missing expression in the "BOLD"

    PV. LEVEL_VALUE =

      ),

    He expects something like pv. LEVEL_VALUE = 1005 so the SQL query should return the file application root.

    What I would do:

    -Update FDMEE to 11.1.2.3.510

    -Raise a SR with Oracle's Support.

    SELECT MERGE)

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1010

    AND the pv. LEVEL_ID<=>

    AND the pv. LEVEL_VALUE = 1005

    ), (

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1005

    AND the pv. LEVEL_ID<=>

    AND pv. LEVEL_VALUE =

      ), (

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1000

    AND the pv. LEVEL_ID<=>

    ) PROFILE_OPTION_VALUE

    OF AIF_PROFILE_OPTIONS p

    WHERE p.PROFILE_OPTION_NAME = N 'PROFILE_APP_ROOT_DIRECTORY '.

  • FDM integration Script error

    Hi Experts

    I want to import SQL data to FDM. When I ran the script for integration in FDM display < font color = "red" > "data access error. Online: 20 ' < / do >.

    I have created a. UDL file and connection test shows 'success.
    Which is exactly the problem that I don't know.
    1. the case where I am doing wrong?
    2. He must give to this path of the udl file in the Application of FDM?

    Below is the screenshot of the error of FDM

    http://www.Flickr.com/photos/84027801@N04/7692782026/in/photostream



    Here's the Script of integration

    Note: I changed the below < font color = "red" > red < / police > color highlighted fields in the script.


    -------------------------------------------------------------------
    Function SQLIntegration (lngCatKey, dblPerKey, strLoc, strWorkTableName)
    ‘------------------------------------------------------------------
    ' FDM integration Import Script:
    "Created by: Admin"
    "Creation date: 19/04/2004 14:18:39.
    ' Object: this integration import script connects to the example
    "SQL Server Northwind sample database and imports
    "the Orders in FDM table data source.
    ‘-----------------------------------------------------------------
    Dim cnSS ' ADO connection object
    Dim strSQL ' SQL string
    Dim rs ' Source system recordset
    Dim rsAppend ' FDM recordset
    ' Initialization of ADO objects
    Define the cnSS = CreateObject ("ADODB. Connection")
    Set rs = CreateObject ("ADODB. Recordset')
    'Open recordset object FDM work table can be added '.
    Set rsAppend = DW. DataAccess.farsTableAppend (strWorkTableName)
    'Connect to the SQL Server Northwind (our data source) database
    Dim StrConn
    strConn = "Provider = SQLOLEDB.1; Integrated Security = SSPI; Persist Security
    Info = False; »
    strConn = strConn & "Initial Catalog = < font color ="red"> Northwind < / police >; Data Source = < font color = "red" > LocalHost < / police >; »
    CNSS. Open strConn
    ' Create the source query string
    strSQL = "" Select * ".
    strSQL = strSQL & "FROM Orders"
    ' Recordset open source
    RS. Open strSQL, cnSS
    "Look for the data in the source system.
    If rs.bof AND rs.eof then
    "Give the error message
    RES. PlngActionType = 2
    RES. PstrActionValue = "no records to load!
    'Assign the return value of function '.
    SQLIntegration = False
    Exit Function
    End If
    ' Loops through the records in the source in the database Northwind (orders table) and
    Add to the FDM work table
    If it is rs.bof and not rs.eof then
    While Not rs.eof
    rsAppend.AddNew
    rsAppend.Fields ("PartitionKey") = RES. PlngLocKey
    rsAppend.Fields ("CatKey") = lngCatKey
    rsAppend.Fields ("PeriodKey") = dblPerKey
    rsAppend.Fields ("DataView") = "CDA".
    rsAppend.Fields ("Amount") = rs.fields ("Freight"). Value
    rsAppend.Fields ("Account") = rs.fields ("CustomerID"). Value
    rsAppend.Fields ("Entity") = rs.fields ("ShipCountry"). Value
    rsAppend.Fields ("Desc1") = rs.fields ("ShipName"). Value
    rsAppend.Update
    RS. MoveNext
    Loop
    End If
    "Give the success message
    RES. PlngActionType = 2
    RES. PstrActionValue = "import successful SQL!"
    'Assign the return value.
    SQLIntegration = True
    End Function
    --------------------------------------------------------------------


    Please do the needful.

    If you have any document integration FDM step by step, please share me to my email id [email protected]

    concerning
    Smilee

    Because you use Select *, I don't see what are the names of the fields in the SOR table. Did you double check that the domain name (dblAmt) for the amount in the table in the SOR field is correct?

    Published by: user10757003 on November 14, 2012 14:27

  • Unable to launch the Client Application-vCO and strange error - "exception on Hibernate JDBC data access...". "

    Hello

    We have an integrated vCO 5.5.1 installation with vCAC 6.0.1. The installation worked very well. Recently, we encountered a problem where we were not able to run that any associated workflow vCAC. The following error is thrown " " "JDBC Hibernate data access exception: SQLException for SQL [?]; State SQL [null]; error code [0]; Cannot release the connection; "the nested exception is org.hibernate.exception.GenericJDBCException: cannot release the connection in vCO. Do not know what is happening with the vCO. Can someone help me on this? It's urgent!


    To resolve this problem, all plug-ins have been recharged and services were restarted. That has not helped.

    There is another issue that is to appear after that. We cannot launch the vCO Client. Fig. 1

    We are not able to access the following URL: https://<vCO-IP-Address>: 8281 Fig. 2

    We are able to access the configuration of the vCO page (https://<vCO-IP-Address>: 8283) and the application of the vCO page (https://<vCO-IP-Address>: 5480)

    Your help would be appreciated. Thank you.

    -SK

    Not many details have been given to us. I just resolution. In the Configuration of the vCO page, under the network tab fair value 0.0.0.0 IP address and restart the Server Configurator vCO. Login back to the Configuration of the vCO page and restart the service. It worked like a charm! It is the resolution for the vCO is not opening in port 8281. Once this is done, even the vCO Client began to open.

    Come to the JDBC error, as soon as this problem has been resolved, did not appear the JDBC error. So, I'm not sure about the exact resolution for this.

    -SK

  • Error: The Oracle data access Client is not installed

    Hi all
    I tried to configure the Performance Management architect 11.1.2 at that point, I got an error as "The Oracle data access Client is not installed".

    Kindly guide me how to overcome this problem.

    Thanks and greetings
    Alizée

    install ODP for .net

    Good reading: http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_start_here.pdf

    a little video:
    https://oracleaw.webex.com/ec0605ld/eventcenter/recording/recordAction.do;jsessionid=hL8FPMKDJzfGYMG1V21K0B9yCH32R07pvRmQmxDgT12ZK6vNKQhH!-901920245?theAction=poprecord&actname=%2Feventcenter%2Fframe%2Fg.do&apiname=lsr.php&renewticket=0&renewticket=0&actappname=ec0605ld&entappname=url0107ld&needFilter=false&&isurlact=true&entactname=%2FnbrRecordingURL.do&rID=63550522&rKey=ec6e556fa18cd368&recordID=63550522&rnd=5208921685&siteurl=oracleaw&SP=EC&AT=pb&format=short

  • FDM batch Loader - error 5: Invalid procedure or augument - parallel process call

    Hi guru FDM.

    I am using FDM version 11.1.2.1. I try to use the function in the FDM of FDM batch workbench and received the following errors:

    * Start the journal entry for the Runtime Error FDM [2013-06-18 18:32:54] *.

    -------------------------------------------------------------

    ERROR:

    Code............................................. 5

    Description... Argument - parallel process ID or 0 = Invalid procedure call

    Process... clsBatchLoader.ExecuteProcessShell

    The component... upsWBatchLoaderDM

    Version.......................................... 1112

    Thread........................................... 42428

    * Start the journal entry for the Runtime Error FDM [2013-06-18 18:32:57] *

    -------------------------------------------------------------

    ERROR:

    Code............................................. 1000

    Description... Parallel process [1] shell could not start

    Process... clsBatchLoader.mFileCollectionProcessParallel

    The component... upsWBatchLoaderDM

    Version.......................................... 1112

    Thread........................................... 42428

    -Lot controls in the FDM workbench are as follows:

    Batch type - Standard

    Level of process - import

    Process method - series (I tried both serial and Parallel)

    Filename delimiter - _ (underscore stroke)

    -Batch file names follow the instructions in the Administrator's guide - < version > _ < location > _ < category > _ < period > _RR.txt (e.g. 1_TESTING_ACTUAL_Q1 - 2012_RR.txt)

    -J' also checked and the FDM data in the shared drive folder comes with a complete access control (read/write).

    -Batch files have been moved to another file sibiling as OpenBatch with a unique name, but the data could not import into the locations.

    -J' also created and launched the script from a web client and the batch workbench.

    I look at what has gone wrong... I want to ask you expert advice. Any help would be appreciated, thanks in advance!

    Hi all

    Thanks a lot for all your response. This issue is resolved as soon as possible and I want to just share what we have done and close this post.

    By my team, the FDM Task Manager has not been configured properly for the loader commands to run. Therefore,.

    1. to configure the FDM Task Manager

    For the file name, such as we would use the description for the period (e.g. T1 - 2012), so

    2. we need to enable the setting "Allows a description custom period." (in the Admin--> Configuration); and

    3. put the spaces between Q1-2012 in file naming for batch loading (for example, we cannot put ___Q1 2012.txt, must be ___Q1 - 2012.txt)

    The batch charger works fine now.

  • Reading a binary file - access error

    I am new to the discussion Forum OR and had a basic question on the use of Labview to read a binary file.

    For my application, I need Labview to collect a single value (pulse width) of a custom program that is written in C++. Currently, this value is stored in a temporary file of binary data. I'll run Labview and the custom program at the same time.

    Is it possible to read a binary file using Labview while the file is written by another program to? At the moment I get an access error. I use a binary code to read the library of example Labview base.

    Thanks for your suggestions!

    I'm surprised that Windows would let you copy of the file if the other program still has a lock on it.  How you try to open your file in LabVIEW now?  Maybe if you open the file with accesss unalterable, Windows will allow you to open it in LabVIEW.

    Yes, you can copy files in LabVIEW.  There are functions to copy under the palette file IO.  In addition, you can use a copy within the service system Exec command.

  • error message trying to run a clean boot "an access error was returned while trying to change a service."

    While trying to solve a problem with IE 8, I have a problem trying to run a clean boot.  When I start up I get a message on change in the config file. Click ok and sys config is displayed. Now, if I make a modification, OR not, I get an error message - "an access error was returned while attempting to change a service. You may need to log on using an administrator account to make the specified changes. "First of all I am logged on as administrator, secondly I get this error even when I select"normal start ". I used the clean boot before without problem.  Any ideas?  I am running win xp sp3.  I started having problems after the sp3 upgrade.

    Given that you are not using the standalone SP3 Installer AND since McAfee was working at the time of installation, that's what I'd do (well, I would do it only if I was almost 100% convinced there was no malware on my system):

    1. download the McAfee removal tool.

    2. download the installation file for the free version of Avira AntiVir.

    3. download the standalone SP3 Installer.

    4. download the standalone installer of IE8.

    5. physically disconnect from the Internet.

    6 turn off the automatic updates (temporarily).

    7 uninstall McAfee.

    8 run the McAfee removal tool to make sure that all other loose ends are supported.

    9 Uninstall SP3.

    10. run the system restore, select the before date SP3 has been installed.

    11 uninstall IE8 (and IE7, if necessary). Reason: It is important to be at the level of IE6.

    12 install the SP3. Reset.

    13 Installing IE8. Restart twice.

    14 install AntiVir.

    15 re - connect to the Internet.

    16. download and install the update of AntiVir.

    17 go into Windows Update and install all post-SP3 SECURITY update (stay away from any optional object).

    18 re-rockers automatic updates.

    After the back if you need links to the downloadable.

  • Have I not Microsoft Data Access Components 2.1 or above on my computer?

    I tried to download a Blackberry user Tools CD. Place the CD in the drive... An error message came up saying that I had to install Microsoft Data Access Components 2.1 or more.  How will I know if it is already on my computer... or if I have to install it?

    Don't have never had this problem before when you place a disc/program/CD in the drive.

    Help!

    Thanks, Lawana

    Hi Lawana,

    You can use the components Checker tool to check the version of Microsoft Data Access Components (MDAC) installed on your computer.

    How to check the version of MDAC?

    Hope the helps of information.
    Please post back and we do know.

  • PeopleSoft data integrity error (124,85)

    Hi all

    Today, some users trying to access different components face "data integrity error (124,85). This occurred with different users to different components as well.

    When I checked my logs, I found the following.

    Version of the PeopleCode program changed by calling the DEPT_ASSOC_UPDATE. Max version was 1, now 32

    Data integrity error (124,85)

    I checked the support of oracle and other forums as well, they suggested me to run the VERSION of AE. After you run the VERSION of AE, problems have been resolved and the user wasn't more questions.

    I was looking for the cause of this problem, but did not have a lot of details on this. MOS Doc ID 611688.1 were not mentioned in any cause as well.


    There has not been change code to our PeopleSoft system for more than a month.


    If someone of you can help me to understand why this issue of the integrity of the data occurs?


    Also CACHE corruption have any part to play in this regard?


    Forums. documents or leads to this topic is welcome.


    Thanks in advance.


    Details of the system

    PeopleSoft HRMS 9.1, 8.51.10

    Server 2008 R2

    While I was working for another client, I faced similar problems (often wrong). I'm not sure it was just a coincidence, I worked on almost 12 different Production systems and seem to face these problem only in PeopleSoft HRMS systems.

    Thank you

    Vimal

    Present several different issues here and I'll provide a few comments help the discussion along.  Sorry, but this can be long... you are wading in deep waters.

    1. you mention that the AE Version helped and that the symptoms were not seen after that.  Which suggests a version can be resolved the corruption.  Please do not forget the you run the version of most of the EI of the Version of 611565.1 that we have worked hard to make sure he could be running in enhanced mode without taking the system down.

    2. you have indicated that the object that had version conflicts has been the «... the component DEPT_ASSOC_UPDATE...» ", emphasis added.  Normally, items are managed in the projects, so I normally start here.  Component, files, etc are migrated in the projects, so if you can find a project that has been migrated at the time, the problem started, you might have a corrupted project.  The survey should attempt to address first of all 'what has changed?' and then ' who/how did it changed do?

    3. prior to go further, be sure that when you have version corruptions in a database, e.g. PROD, you run the AE Version on ANY database that feed on projects in this database, for example TCT, DEV, etc.  A corrupt database can pass a corrupted to an other database - as much as we try to prevent this.

    4. the versions are a balancing between the PSVERSION and the PS Act * Definition and others, but let's keep things simple for now.  In the case of a project, the PSVERSION. PJM line must match the version MAX of the PSPROJECTDEFN table.  If you are interested, crack open the latest Version of AE and you will see an InitArrays function that describes the relationship between the people.  It will be a "secret decoder ring" while you're working through this.

    5. If you do some creative SQL, you can identify the OPRID and last modified date/time for the line in the PSPROJECTDEFN table max, and sometimes that will point to a problem.  Sometimes, if you see errors of version from some time, you can map it to a migration that occurred in and around that time.  Yet once, spend time with a query tool and look at this chart.  "Corrupt projects are often the result of the sessions App Designer who have been 'put to sleep' say a weekend ' and then woke up without login back.  Using this method, you can sometimes identify the culprit if that is the problem. (It was in the previous version of the KM, but I took it out when I rewrote the current version).

    6. you said that the problem has emerged from a component that is corrupt.  If this is the case, I would look at RDM/PSRECDEFN incompatibilities/fingerprints.  If you look closely, the RDM is associated with several tables, so I would double check all those.

    7. Finally, I can the big white elephant in the room - direct SQL access.  Some applications have been known to directly manipulate the content of PeopleTools tables, which is more unfortunately, because that condemn us customers that do. (I saw this code in more SQR).  Since the relationship between the various tables of Manager (PS * Definition) and the PSVERSION line isn't exactly trivial, a simple update can break this relationship.  (See my comments in the previous footnote.)  I OFTEN see this when you import new users in the PSOPRDEFN table, but the symptom does not match you. If you find a table that appears corrupted, you could search by PeopleCode/Source code to see if this object is manipulated directly anywhere.  If you find an instance in the provided code, please open an SR and ask that it be repaired.  If you find it in custom code... shame on you.

    HTH

  • Cannot add permissions for users Active Directory - the directory access error

    Hi all

    VCenter, connected as long as user with administrator privileges on the server, Active Directory running I am can be used to add permissions for domain accounts and just get errors:

    Right-click on the data center & gt; Add authorization & gt; Select read-only & gt; Add users and groups & gt; Select the domain & gt; (the list is NOT populated with users)

    Among users, enter my account of user AD & gt; Click on check names & gt; "The following names are not found: xxx".

    Enter the AD user account in the search box & gt; Click Search & gt; "A general system error occurred: directory access error.

    The only son I can find or KB articles relate to the modification of the period of Active Directory.  I did, but it did not help.

    http://communities.VMware.com/thread/14150

    http://KB.VMware.com/kb/1010094

    Any ideas why I can't delegate permissions? I do not think we have group policies that are resticting access, but I don't know which of the log files I should I seek to find the real problem.

    Thank you

    Kevin

    Windows Server 2003 R2 Standard Edition, vSphere Client 4.0.0 build 162856, vCenter Server 4.0.0 build 162856, ESXi 4.0.0 build 181792

    The problem that I had was related to what service vCenter services were running as.  No doubt during the installation (for some reason that escapes me now) I had configured the VMware VirtualCenter Server and VMware VirtualCenter Management Web services run under the local administrator account.  Change these so they ran as system Local solved the problem, and then I have a list of domain users and assign them permissions.

    Kevin

  • Storage VMotion - a general error occurred: could not wait for the data.  Error bad0007.

    People,

    I searched through this forum and have not found an answer that works in many positions out there, I say to myself that I would ask him once again.

    Here's the context:

    We have 12 identical Dell M600 blades in 2 chassis with 16 GB of Ram, 2 x Xeon E5430, they are all connected to an Equallogic PS 5000XV iSCSI SAN on a separate iSCSI (vswitch1) with 2 cards network dedicated network and dedicated switch, console svc iscsi dedicated, dedicated VMkernel port for iscsi access. Net access (vswitch0) contains port groups VM for our various networks and a console port and vmkernel svc for VMotion with 2 separate NETWORK cards as well.

    We are running ESX 3.5 U3 and VCenter 2.5 U3 on Win2k3 R2

    VMotion works between all servers, Storage Vmotion works for most machines, HA works and the value 2 host failurs with no monitoring of vm, DRS is set to manual for now I have a few machines on the local stores that I complete my rebuilt LUN, there is no set of rules for DRS and VMware EVC is enabled for guests of the Intel. However, I'll just describe one machine to do svmotion below.

    Here's the problem:

    I'm trying to Svmotion via svmotion.pl - interactive, a Machine to Windows 2000 with a virtual disk and a virtual RDM. I am aware of the requirements for the RDM and required parameters for svmotion, independent is not selected for the RDM, and I also have svmotioned several machines linux and win2k3 with the same configuration without problem. In the interactive session, I choose to individually place the disks and I chose the virtual disk to only the virtual machine to be moved, essentially, as I saw it move vdisk virtual machine and then copy to the pointer of the RDM.

    The use of the processor in this machine is about 25% average. but I try to run migrations at the time the lowest. and The Host it itself shows only about 5.5 GB of the 16 GB of RAM used. so I think we're good on the RAM. the volume/datastore that I'm migrating from has 485 GB free and the volume/datastore I migration towards a 145 GB free. the VM virtual disk is only about 33 GB.

    I run the script the windows version of the RCLI svmotion. and when to begin the process, I get the following error at around 2 percent of the progress:

    "Since the server has encountered an error: a general error occurred: could not wait for the data."  Error bad0007. Invalid parameter. »

    After searching around, I found the following hotfixes to the U2 release notes

    • Migrate.PageInTimeoutResetOnProgress: Set the value to 1.

    • Migrate.PageInProgress: The value 30, if you get an error even after the setting of the Migrate.PageInTimeoutResetOnProgress variable.

    I've made these changes, and I still get the same error.

    When I dig in the newspaper, I see these entries in the journal of vmkwarning:

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu4:1394) WARNING: bunch: 1397: migHeap0 already at its maximumSize bunch. Cannot extend.

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu4:1394) WARNING: bunch: 1522: Heap_Align (migHeap0, 1030120338/1030120338 bytes, 4 align) failed.  calling: 0x988f61

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu4:1394) WARNING: migrate: 1243: 1235452646235015: failure: out of memory (0xbad0014) @0x98da8b

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu2:1395) WARNING: MigrateNet: 309: 1235452646235015: 5 - 0xa023818: sent only 4096 bytes of data in message 0: Broken pipe

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu6:1396) WARNING: migrate: 1243: 1235452646235015: failed: Migration protocol error (0xbad003e) @0x98da8b

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu2:1395) WARNING: migrate: 6776: 1235452646235015: could not send data for 56486: Broken pipe

    At this point, I'm stuck... What is Windows RCLI? the vcenter Server? or the service console with not enough of RAM? We have already increased all our consoles service 512 MB...

    Any help would be greatly appreciated...

    Thanks in advance.

    Alvin

    The vmkernel on out of memory error, I had that before. And vmware support recommends setting 800M Max service console memory. And I did it and have no problems after that.

    See if that helps the issue.

    Mike

Maybe you are looking for