GL Date is Invalid - iProcurement

I am tring to chekout the shoping cart, but reciving "GL Date is Invalid", the perion is open, I have R12 new installation with DEMO db that comes with install.
Thank you,

Hi,
Have a look at the following note (Under "9. Problem Description"), it may be helpful.
Note: 135611.1 - iProcurement Troubleshooting for Requisition Creation
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=135611.1
Regards,
Hussein

Similar Messages

  • Date   /  / contains invalid characters IN MODULE POOL

    Hi,
    I have a display field in infotype creation which will take always take current date.I have tried using the screen field as sy-datum and also tried using z-field with data type char or dats.but when ia am inserting values in  a  editable field on the screen and pressing enter ,it is giving the error: "Date   /  / contains invalid characters" .And afetr pressing cancel ,it goes back to the PBO and then pressing f8,it shows the infotype screen designed* but the other functionalities which have been coded in PAI of  screen like activating checkboxes,radiobuttons etc. are not there .Even i have tried passing sy-datum to the date field in PBO of the screen.Pls help.

    Hello Sir,
    Were you able to sort out this issue.
    Would appreciate if you can share the solution. One of our users have this issue in the ADOBE form.
    Let me know please.
    Thanks,
    Akshay...

  • ORA-22288: file or LOB operation FILEOPEN failed (The data is invalid)

    Dear All,
    I am trying to insert a image file (gif) to one of my field.
    1. Here is my table structure and trying to insert gif image file to PIC file.
    SQL> desc cis2.david_pic
    Name Null? Type
    ID VARCHAR2(5)
    PIC BLOB
    2. I using sql command to create directory and the path is pointing where the DB
    server was installed.
    SQL> create or replace directory MY_FILES as '\\hkqaa-db1\TEXT_IMPORT';
    3. Written a script to insert empty blob first and than trying to use the dbms_lob.fileopen
    to upload the gif file.
    SQL> declare
    2 l_blob blob;
    3 l_bfile bfile;
    4 begin
    5 insert into cis2.david_pic values ( '1', empty_blob())
    6 returning pic into l_blob;
    7 l_bfile := bfilename('MY_FILES', 'bess_signature.gif');
    8 dbms_lob.fileopen(l_bfile);
    9 dbms_lob.loadfromfile(l_blob, l_bfile, dbms_lob.getlength(l_bfile));
    10 dbms_lob.fileclose(l_bfile);
    11 end;
    12 /
    4. After I ran my script I got this error message.
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The data is invalid.
    ORA-06512: at "SYS.DBMS_LOB", line 475
    ORA-06512: at line 8
    Can any tell me what wrong? is this the way to insert image?
    Thanks

    Know this is an old post: (for sharing sake.)
    Please try avoiding
    1. the 'hyphen' in between the path (hkqaadb1 instead of hkqaa-db1)
    2. Give direct path like 'C:\TEXT_IMPORT' instead of network path.
    create or replace directory MY_FILES as '\\hkqaa-db1\TEXT_IMPORT'; -- Not working.
    create or replace directory MY_FILES as 'C:\hkqaadb1\TEXT_IMPORT'; -- Working.
    and this worked fine.
    Edited by: Arunan.KL on Mar 23, 2011 5:04 PM

  • "The Data is Invalid" When Trying to Approve Pending Computers in WDS

    I'm having an issue were I can't approve pending computers in the WDS console or using WDSUTIL.  I get "The Data is Invalid" whether I use default settings or choose the Name and Approve option.  The server's computer account has full
    permissions on the section of the AD tree (and all descendent objects) where the clients are to be created.
    Pre-staging works fine.
    No entries in the system/application logs appear when this error occurs.
    This is Server 2012 R2.

    I'm having an issue were I can't approve pending computers in the WDS console or using WDSUTIL.  I get "The Data is Invalid" whether I use default settings or choose the Name and Approve option.  The server's computer account has full
    permissions on the section of the AD tree (and all descendent objects) where the clients are to be created.
    Pre-staging works fine.
    No entries in the system/application logs appear when this error occurs.
    This is Server 2012 R2.
    I'm having this same issue. Did you ever hear back or find a solution?

  • Backup Error : The Data Is Invalid Windows Server 2008 R2

    Hello,
    I have a Problem when I try to make Backups to Partition C in Windows Server 2008 R2:
    Error The Data is Invalid.
    Obs: I can make backups for System Reserved Partition .
    I had the same problem 2 months ago (the data is invalid), Then I folowed this the advice to delete "Framework64\v2.0.50727\Temporary
    ASP.NET Files" and worked for me , from this post: http://social.technet.microsoft.com/Forums/en-US/windowsbackup/thread/89052b85-9c9b-479f-ab76-a20da3cc4696
    Now I have the same problem and I delete the
    Temporary ASP.NET Files , but it is not working , I received the same error on backup:
    "The backup operation that started at '‎2012‎-‎09‎-‎20T07:13:26.024163900Z' has failed with following error code '2147942413'. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved."
    When I try vssadmin list writers, Everything is ok , "No error" .
    I tried to run :
    net stop "System Event Notification Service"
    net stop "COM+ Event System"
    net stop "Microsoft Software Shadow Copy Provider"
    net stop "Volume Shadow Copy"
    cd /d %windir%\system32
    net stop vss
    net stop swprv
    regsvr32 /s ole32.dll
    regsvr32 /s oleaut32.dll
    regsvr32 /s vss_ps.dll
    vssvc /register
    regsvr32 /s /i swprv.dll
    regsvr32 /s /i eventcls.dll
    regsvr32 /s es.dll
    regsvr32 /s stdprov.dll
    regsvr32 /s vssui.dll
    regsvr32 /s msxml3.dll
    net start "System Event Notification Service"
    net start "COM+ Event System"
    net start "Microsoft Software Shadow Copy Provider"
    net start "Volume Shadow Copy"
    But is not Working
    Any Advice ?
    Thank's

    Hello Lucian,
    the issue may be caused by an invalid entry inside the following registry sub tree.
    HKey_Local_Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList
    Please open the registry editor with regedit.
    Expand and local to the subtree, check if there is an entry that has a ".bak" value appended. If so, this may be cause the failure when trying to resolve the SID of the writer.
    Please backup the registry key first, and then delete that entry with the extra ".bak" and reboot the server then test the backup
    Run the command "vssadmin list writers" and make sure all the writers are stable with no errors
    Please look for errors in application event logs after you initiate backup on the server
    Sincerely, Asifkhan -- Please mark my post helpful if it was really helpful to you.

  • Data error (invalid data type 17) in a Remote Function Call

    Hi,
    I am passing 2 select-option tables to RFC.
    Tables have structures -
       Table1  SIGN(C1)
                   OPTION(C2)
                   HIGH(C6)
                   LOW(C6)
       Table2  SIGN(C1)
                   OPTION(C2)
                   HIGH(C20)
                   LOW(C20)
    At the destination side, I have created two table types which have same structure.
    But when I call the RFC , program terminates with error - "Data error (invalid data type 17) in a Remote Function Call"
      Not able to understand the reason for this error. Please help.
    Thanks,
    Sujeet

    Hi,
    check out this example
    [LINK|http://abap.googlar.eu/viewtopic.php?f=5&t=28]
    You have several ranges that you can use like RANGE_AUF.
    Function example:
    FUNCTION zexemple.
    *"*"Interface local:
    *"  IMPORTING
    *"     REFERENCE(R_HORA) TYPE  FLAG
    *"     REFERENCE(R_DIA_1) TYPE  FLAG
    *"     REFERENCE(P_IDOC) TYPE  FLAG
    *"  EXPORTING
    *"     REFERENCE(MSG) TYPE  CHAR255
    *"  TABLES
    *"      T_OIFSPBL STRUCTURE  OIFSPBL
    *"      SL_PBLNR STRUCTURE  RANGE_PBLNR
    *"      SL_MATNR STRUCTURE  RANGE_MATNR
    *"      SL_HORA STRUCTURE  RANGE_UZEIT
    *"      T_ERROS STRUCTURE  ZARSTRING
    ENDFUNCTION.
    Report:
    SELECT-OPTIONS: sl_pblnr FOR oirbpblb-pblnr,
                                  sl_matnr FOR a361-matnr.
    ~
    Final question:
    You are passing the values using TABLES and not IMPORTING right?

  • Data source - Invalid table name [66000-7]

    Hi,
    I created UDO with master table and child table and when I tried to execute on it a dbdatasource query I got this error Data source - Invalid table name [66000-7]. When I tried this query on system table it works perfectly, so I don't know where is the problem (it looks like DBDataSources.Query doesn't work on user tables).
    My code:
                    oDBDataSources = oForm.DataSources.DBDataSources.Add("@MyTable");
                    oConditions = (SAPbouiCOM.Conditions)(SBO_Application.CreateObject(BoCreatableObjectType.cot_Conditions));
                    oMatrix = (SAPbouiCOM.Matrix)(oForm.Items.Item("mtx_dzial").Specific);
                    oCondition = oConditions.Add();
                    oCondition.BracketOpenNum = 1;
                    oCondition.Alias = "U_MyDate";
                    oCondition.Operation = BoConditionOperation.co_BETWEEN;
                    oCondition.CondVal = "2008/10/01";
                    oCondition.CondVal = "2008/10/06";
                    oCondition.BracketCloseNum = 1;
                    oDBDataSources.Query(oConditions);
    Regards
    Ela

    Hi
    Look here the working example...
    Hope it can help you.
    Public Sub SBO_CreateForm()
      Dim oForm As SAPbouiCOM.Form
      Try
        Dim sUniqueID As String = "O99_" & Microsoft.VisualBasic.Format(Now.Millisecond, "0000")
        Dim sFormXmlFile As String = "MY_FORM_FILE.xml"
        ' Search for this function on this forum...
        Call ReplaceUIDandLoadToB1(sFormXmlFile, sUniqueID)
        oForm = SBO_Application.Forms.Item(sUniqueID)
        Call Matrix_SetConditions(oForm)
        oForm.Visible = True
      Catch ex As Exception
        If Not oForm Is Nothing Then
          oForm.Close()
          oForm = Nothing
        End If
      Finally
        System.GC.Collect() 'Release the handle to the table
      End Try
    End Sub
    Private Sub Matrix_SetConditions(ByRef oForm As SAPbouiCOM.Form)
      Dim oMatrix As SAPbouiCOM.Matrix
      Dim oConditions As SAPbouiCOM.Conditions
      Dim oCondition As SAPbouiCOM.Condition
      Try
        oMatrix = oForm.Items.Item("mtx00").Specific
        If oMatrix Is Nothing Then Throw New Exception("ERROR!...")
        oConditions = SBO_Application.CreateObject(BoCreatableObjectType.cot_Conditions)
        ' ++++++++++++++++++++++++++++++++++++++++++++
        If Not sItem1.Equals("") And Not sItem2.Equals("") Then
         '// AND (P.U_CodItem BETWEEN '" & s1.Trim & "' AND '" & s2.Trim & "')"
         oCondition = oConditions.Add
         oCondition.BracketOpenNum = 1
         oCondition.Alias = "U_CodItem"
         oCondition.Operation = co_BETWEEN
         oCondition.CondVal = sItem1
         oCondition.CondEndVal = sItem2
         oCondition.BracketCloseNum = 1
        Else
         If Not sItem1.Equals("") Then
             '// AND P.U_CodItem = '" & s1.Trim & "'"
             oCondition = oConditions.Add
             oCondition.Alias = "U_CodItem"
             oCondition.Operation = co_EQUAL
             oCondition.CondVal = sItem1.Trim
         End If
         If Not sItem2.Equals("") Then
             '// AND P.U_CodItem = '" & s1.Trim & "'"
             oCondition = oConditions.Add
             oCondition.Alias = "U_CodItem"
             oCondition.Operation = co_EQUAL
             oCondition.CondVal = sItem2.Trim
         End If
        End If
        ' other conditions ....
        '// Execute the query with the conditions collection
        oForm.DataSources.DBDataSources.Item("@O99_MY_TABLE_NAME_HERE").Query(oConditions)
        oMatrix.LoadFromDataSource()
        oMatrix.SelectionMode = BoMatrixSelect.ms_Single
      Catch ex As Exception
        ' log exception here
      Finally
        If Not oConditions Is Nothing Then If oConditions.Count > 0 Then glo_Conditions = oConditions
        System.GC.Collect()
      End Try
    End Sub
    In the xml file of my form I have added dbdatasource:
            <datasources>
              <dbdatasources>
                <action type="add">
                 <datasource tablename="@O99_MY_TABLE_NAME_HERE"/>
                </action>
              </dbdatasources>

  • Error from command cacls - The Data is invalid.

    Hello There,
    I am trying to setup permissions on files under a directory. upon execution it gives error "The data is invalid".
    echo y  | cacls "C:/ProgramData/HP/HP BTO Software\datafiles\sec\*" /t /e /g domain\HPOMW:F system:F users:R
    Same command runs on other machine without any problem for the same directoy.
    Can someone assist me in fixing the problem?
    -KAKA-

    Hi,
    Please recheck the parameters you used in the script, make sure it is correct for the directory you are running on.
    I would like to suggest you post in the official scripting guys forum:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home
    Regards,
    Yan Li
    Cataleya Li
    TechNet Community Support

  • AGPM Error The data is invalid

    I'm running into an intermittant error when using the AGPM v4 plugin with GPMC.  Occasionally when I go to deploy a GPO that is pushing an application to a system, I receive an error like this:
    Deploy GPO: FlagstaffAZ-B SBSC App Inst - Adobe Flash 10.1 test DFS...Failed
    The overall error was: The data is invalid. (Exception from HRESULT: 0x8007000D)
     Additional details follow.
    [GPMC Error] The task cannot be completed. The application deployment script (.aas file) for [\\hr.local.ad\flagstaffaz-b sbsc\Apps\GPO\Adobe\fl10.1\install_flash_player_10_plugin.msi] cannot be regenerated.
    The following error occurred:
    The filename, directory name, or volume label syntax is incorrect.
    [GPMC Error] The task cannot be completed. The application deployment script (.aas file) for [\\hr.local.ad\flagstaffaz-b sbsc\Apps\GPO\Adobe\sw11.5.7.609\sw_lic_full_installer.msi] cannot be regenerated.
    The following error occurred:
    The filename, directory name, or volume label syntax is incorrect.
    [GPMC Error] The task cannot be completed. The application deployment script (.aas file) for [\\hr.local.ad\flagstaffaz-b sbsc\Apps\GPO\Adobe\fl10.1\install_flash_player_10_active_x.msi] cannot be regenerated.
    The following error occurred:
    The filename, directory name, or volume label syntax is incorrect.
    1 actions failed.
    From the AGPM server I can see the .msi files without issue using both the system account and the AGPM service account.  I've added quotes around the UNC path without success as well.
    The strange thing is that after I attempt to deploy a GPO like this and receive the above error I can no longer check out the GPO (I receive the same error).  If I delete and create a new GPO with the same config 1/2 the time I will be able to deploy
    the GPO assuming I create it and deploy it within 10 or so minutes otherwise I will receive the same error.
    Has anyone run into this issue before or have a work around it?

    Hi Florian,
      Here are the step that I took to recreate this issue:
    1.  Start GPMC from Win 7 w/SP1
    2.  Create new Controlled GPO with "Create in archive and production"
    3.  "Check Out" the gpo.
    4.  Edit the checked out gpo and add the MSI package for software distribution (Computer Configuration\Policies\software settings\software installation).
    5.  "Check In" the checked out version of the gpo.
    6.  No issues so far.
    7.  Select Deploy to deploy the gpo and I get this error.
    ********  message starts here *********
    Deploy GPO: Raffi - Test MSI...Failed
    The overall error was: The data is invalid. (Exception from HRESULT: 0x8007000D)
     Additional details follow.
    [GPMC Error] The task cannot be completed. The application deployment script (.aas file) for [\\dwdmadwvp403\ldlogon\AdvanceAgent\DWD Default 042311.msi] cannot be regenerated.
    The following error occurred:
    The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
    1 actions failed.
    ********  message ends here *********
    8.  This same process performed on the AGPM 4.0 server (W2K8 R2) produces the same result.
    9.  I tried this same process on a W2K3 server using AGPM 2.5  and using the same .MSI file and it works just fine.
    It seems that even the checked out version has the problem before you even check it in.  I tried the following:
    1.  Start GPMC from W2K8 R2 w/no SP
    2.  Create new Controlled GPO with "Create in archive and production"
    3.  "Check Out" the gpo.
    4.   Copied the .MSI package to the local drive d:\temp.
    5.  Made sure the AGPM service account also has Full Control to d:\temp.
    6.  Edit the checked out gpo and add the MSI package for software distribution (Computer Configuration\Policies\software settings\software installation).
    7.  Before checking in the GPO I tried to generate an HTML report just to see what happens (right click on checked out gpo\Settings\HTML Report) and I get this error:
    ******* message starts here ******
    Failed to generate a HTML GPO settings report.
    The following error occurred:
    An error occurred during a call to extension function 'GetCultureName'. See InnerException for a complete description of the error.
    System.Xml.Xsl.XslTransformException (80131942)
    ******* message ends here ******
    After you click OK on the error message the report comes up but you don't see your software settings information.
    Same error even after I check it in and try to generate the HTML report.
    Any advice is appreciated,
    Raffi

  • Error occurs when updating grid Data Table - invalid value type [66000-150]

    I am receiving the below error when using SetValue method of the Grid.DataTable object
    Error No:-7768
    Error Desc:Data Table - invalid value type [66000-150]
    Any idea on why this error will ocurr
    the data that I am trying to set is text and column data type is also text
    sincerely yours
    Ray

    Hi Ray,
    I kind of faced a similar problem wherein, my functionalities work perfectly fine in the devt. environ but doesn't even reflects in the production environ.   I kind of tried installing VS and removed it and things started working fine later.
    Reason might be that some of the devt. components are missing in the production environ, other than .NET framework.  If possible, you can try this.
    Regards,
    Satish.

  • 6280 - Data is Invalid

    I have just tried to install PC Suite (6.82.22.0) and my 6280 onto my WinXP machine and when I connect my phone using the USB cable I get a message to say that the phone has been found, but then I get a message box saying that there was a problem installing the hardware. Further down in the message box it gives the reason as "the data is invalid".
    I have uninstalled, reinstalled, rebooted (phone & pc) and used the PC Suite cleaner, but still no luck. I've also tried reinstalling the drivers.
    Does anyone know how to correct this?

    08-Dec-2006
    05:09 PM
    manta wrote:
    do you get a USB mode question popping up inphone screen when you connect the cable to phone (and other end to PC)?
    i have alos the same problem with PC suite and its not taking up with usb cable. its as a question popping up in phone and i selected first default and then data transfer. in data transfer it won't connect. and if its in data transfer mode and if its connects (one time i got connected thru bluetooth and after that it never detected the phone), says connected via incompactabile mode.

  • Custom TMG FBA Returns Data Is Invalid On Images

    We are moving a published SharePoint site from ISA 2006 to TMG 2010.  The listener uses a customized FBA page.  After moving the custom FBA directory to the ..\Templates\CookieAuthTemplates directory and restarting the firewall services on each
    array member, the page displays, but all requests for images fail (e.g. CookieAuth.dll?GetPic?formdir=6&image=icon_help.jpg) with a 500 error "The data is invalid."  We have other customized FBA pages on other publishes sites and they work
    normally.  They were also moved over from our old ISA 2006 servers.
    I've seen mention of this error in other posts, but it's been related to forward proxies accessing external sites.  I can't find anything that falls into this scenario.  I've verified that the file system permissions match the other directories,
    including the default ISA directory.  I can open the images on the array servers in paint.  Requests for css files work fine, for example CookieAuth.dll?GetPic?formdir=9&image=layout.css returns the css file.
    Any ideas?

    Hi,
    Thank you for your patience and support.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards
    Quan Gu

  • What does shopping cart error "Partner master data" or "invalid address"

    Hi friends
    what does shopping cart error "Partner master data" or "invalid address"  mean
    thanks
    regards
    chinna

    Hi Christian -
    Difference between flexible upload & Direct upload is that direct upload does not have Update Rules, direct upload will have PSA as usual & you can do testing in PSA.
    second part when you load master data - if error occurs all the records for that request no will be status error so activation will not have any impact on it i.e. no new records from failed load will be available.
    hope it helps
    regards
    Vikash

  • Sync Error - CRRecurrin​gl: SetRecurri​ngDates Start date is invalid

    Sync error message: CRRecurringl: SetRecurringDates Start date is invalid
    I have deleted and re-entered every recurring calendar entry. This has not solved the problem.
    I sync on 2 computers. The deskop computer using BB Desk Top 7.0 syncs fine. The laptop using BB Desk Top 7.1 does not sync. 2.5 hours wasted.
    any other suggestions.?
    BB 9900 7.0 bundle 2406
    carrier; Telus
    desktop version 7.1.0.37

    Please avoid multiple posting of the same query. This is make the forum clean and user friendly to others. For answers to your query check the other post -
    http://supportforums.blackberry.com/t5/BlackBerry-​Bold/Sync-error-message-CRRecurringl-SetRecurringD​...
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Sync error message: CRRecurrin​gl: SetRecurri​ngDates Start date is invalid

    Sync error message: CRRecurringl: SetRecurringDates Start date is invalid
    I have deleted and re-entered every recurring calendar entry. This has not solved the problem.
    I sync on 2 computers. The deskop computer using BB Desk Top 7.0 syncs fine. The laptop using BB Desk Top 7.1 does not sync. 2.5 hours wasted.
    any other suggestions.?
    BB 9900 7.0 bundle 2406
    carrier; Telus
    desktop version 7.1.0.37

    I have just learned that that error message is generated by an appointment in your BlackBerry Calendar with a recurring start date prior to 01/01/1900. So, either delete all BlackBerry Calendar items and resync or find the one entry that has a date before 1900.

Maybe you are looking for

  • What do i do with a very slow Photoshop Elements and Premiere Elements on a PC?

    I seem to be getting mixed opinions as to why my Adobe software gets so slow, despite efforts to avoid that, but my computer seems to be working just fine, it is only when in Adobe that the problems arise, like freezing, taking longer and longer peri

  • Smartforms to PDF conversion problem

    Hi experts, I have a fix that requires to send an email with a smartform as a pdf attachment. i was able to send the email with attachment but as i open the pdf file an error <b>''There was an error while opening a document. The file is damaged and f

  • Window Component Properties

    Hi, I'v inserted a Window Component to my movie and got it all to work perfectly. Now the problem I am having is that I want to insert another windows component but it will not let me change the Linkage Identifier...I can't even see the properties of

  • Wrong number of type of args to dbms_aq.listen

    Has anyone had trouble with the argument list for dbms_aq.listen. We've just go AQ going, having no trouble with enqueue and dequeue. However, when supplying what SEEM to be the right arg types for LISTEN (a table of aq$_agent, a binary int, and an a

  • I cannot open the project assets box in premiere elements 12. Please help

    I recently started a new project in Premiere elements 12. I added media but when I try to open my project assets, it will not open and I can not add any media to the timeline! This is very annoying please help me out