How to update timeout and interval of DSN in CF10 Admin API?

Hi,
We are trying to update an existing MSSQL DSN. Can we just overwrite the DSN to update it?
Secondly, the timeout and interval values never update, and these are the values we want to change. Is this a bug Adobe? Do you have an example of a MSSQL DSN update. The examples on the Adobe site do not work - the interval/timeout values are not updatable. We run CF10 update 11 on IIS8.
Thanks,
Mark

Hi,
We are trying to update an existing MSSQL DSN. Can we just overwrite the DSN to update it?
Secondly, the timeout and interval values never update, and these are the values we want to change. Is this a bug Adobe? Do you have an example of a MSSQL DSN update. The examples on the Adobe site do not work - the interval/timeout values are not updatable. We run CF10 update 11 on IIS8.
Thanks,
Mark

Similar Messages

  • How to update link and import data of relocated incx file into inca file?

    Subject : <br />how to update link and import data of relocated incx file into inca file.?<br />The incx file was originally part of the inca file and it has been relocated.<br />-------------------<br /><br />Hello All,<br /><br />I am working on InDesignCS2 and InCopyCS2.<br />From indesign I am creating an assignment file as well as incopy files.(.inca and .incx file created through exporing).<br />Now indesign hardcodes the path of the incx files in inca file.So if I put the incx files in different folder then after opening the inca file in InCopy , I am getting the alert stating that " The document doesn't consists of any incopy story" and all the linked story will flag a red question mark icon.<br />So I tried to recreate and update the links.<br />Below is my code for that<br /><br />//code start*****************************<br />//creating kDataLinkHelperBoss<br />InterfacePtr<IDataLinkHelper> dataLinkHelper(static_cast<IDataLinkHelper*><br />(CreateObject2<IDataLinkHelper>(kDataLinkHelperBoss)));<br /><br />/**<br />The newFileToBeLinkedPath is the path of the incx file which is relocated.<br />And it was previously part of the inca file.<br />eg. earlier it was c:\\test.incx now it is d:\\test.incx<br />*/<br />IDFile newIDFileToBeLinked(newFileToBeLinkedPath);<br /><br />//create the datelink<br />IDataLink * dlk = dataLinkHelper->CreateDataLink(newIDFileToBeLinked);<br /><br />NameInfo name;<br />PMString type;<br />uint32 fileType;<br /><br />dlk->GetNameInfo(&name,&type,&fileType);<br /><br />//relink the story     <br />InterfacePtr<ICommand> relinkCmd(CmdUtils::CreateCommand(kRestoreLinkCmdBoss)); <br /><br />InterfacePtr<IRestoreLinkCmdData> relinkCmdData(relinkCmd, IID_IRESTORELINKCMDDATA);<br /><br />relinkCmdData->Set(database, dataLinkUID, &name, &type, fileType, IDataLink::kLinkNormal); <br /><br />ErrorCode err = CmdUtils::ProcessCommand(relinkCmd); <br /><br />//Update the link now                         <br />InterfacePtr<IUpdateLink> updateLink(dataLinkHelper, UseDefaultIID()); <br />UID newLinkUID; <br />err = updateLink->DoUpdateLink(dl, &newLinkUID, kFullUI); <br />//code end*********************<br /><br />I am able to create the proper link.But the data which is there in the incx file is not getting imported in the linked story.But if I modify the newlinked story from the inca file,the incx file will be getting update.(all its previous content will be deleted.)<br />I tried using <br />Utils<IInCopyWorkflow>()->ImportStory()<br /> ,But its import the incx file in xml format.<br /><br />What is the solution of this then?<br />Kindly help me as I am terribly stuck since last few days.<br /><br />Thanks and Regards,<br />Yopangjo

    >
    I can say that anybody with
    no experience could easily do an export/import in
    MSSQLServer 2000.
    Anybody with no experience should not mess up my Oracle Databases !

  • HT1338 OSX 10.4.11 update quicktime. Browser says out of date. Updater says up-to-date. Is this version no longer supported. How to update QuickTime and Java then?

    OSX 10.4.11 Updates to QuickTime and Java.
    Browser says out of date. Updater says up-to-date. Is this version no longer supported?
    How can I update QuickTime and Java then without upgarding? I wish to keep a back channel to OS9

    Mac OS X Tiger was discontinued years ago, and if Software Update doesn't detect any new update, it's because you are running the latest Java and QuickTime version for Tiger.
    Apart from that, I see that you have a G5, so the most recent Mac OS X version you can use is Mac OS X Leopard, another version that it's (or it's going to be) discontinued soon. PowerPC support is completely dead now, and if you want the most recent QuickTime and Java versions, you will need a Intel-based Mac with OS X Lion or Mountain Lion, that have got the latest Java 6 versions and they are compatible with Java 7

  • How to update Supplier and Supplier Sites through interface tables

    Hi All,
    Working on EBS Version 11.5.10.2
    I have a requirement to update flags in Supplier and Supplier Sites.
    Interface Tables : ap_suppliers_int
    ap_supplier_sites_in
    1. ap_suppliers_int :
    Field name : hold_unmatched_invoices_flag
    2. ap_supplier_sites_in :
    Field name : hold_unmatched_invoices_flag
    The Flags to update in base tables
    1.base table name : po_vendors
    Field to Update : hold_unmatched_invoices_flag
    2. base table name : po_vendor_sites_all
    Field to Update : hold_unmatched_invoices_flag
    Please let me know is there any API for updates.
    Thanks and Regards

    Please see these links.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=ap_supplier_sites_in+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=po_vendors+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=po_vendor_sites_all+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=hold_unmatched_invoices_flag+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to update New_Value and Old_value field in CDPOS

    Hi,
    I've been going through all the article and threads in the this forum. I can;t seem to get the field populate VALUE NEW, VALUE OLD and also the FNAME field always shows as KEY.
    My intersion is to update CDPOS everytime there is a value to a record in my z-table being changed.
    Below is my trial code. but it does seem to work. I can INSERT  into CDPOS but not UPDATE. Please review my code and let me know how can i get this problem solve please.
    REPORT  zvintest1.
    TABLES: cdhdr, zvin_test.
    DATA: objectclass LIKE cdhdr-objectclas,
          objctid    LIKE cdhdr-objectid,
          stct_old TYPE zvin_test,
          stct_new TYPE zvin_test,
          tablename LIKE cdpos-tabname,
          changenum LIKE cdhdr-changenr.
    objectclass = 'ZVIN_ATT'.
    objctid = '2711'.
    tablename = 'ZVIN_TEST '.
    CALL FUNCTION 'CHANGEDOCUMENT_OPEN'
      EXPORTING
        objectclass                   = objectclass
        objectid                      = objctid
      PLANNED_CHANGE_NUMBER         = ' '
       PLANNED_OR_REAL_CHANGES       = 'R'
    EXCEPTIONS
       sequence_invalid              = 1
       OTHERS                        = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    stct_old-vendor = '110'.
    stct_old-assembly = 'position'.
    stct_old-serialnum = '001'.
    stct_old-status = '2'.
    *modify zvin_test FROM stct_old.
    stct_new-vendor = '110'.
    stct_new-assembly = 'position'.
    stct_new-serialnum = '001'.
    stct_new-status = '1'.
    *modify zvin_test FROM stct_old.
    CALL FUNCTION 'CHANGEDOCUMENT_SINGLE_CASE'
      EXPORTING
       change_indicator             = 'U'
       DOCU_DELETE                  = 'X'
      REFAREA_NEW                  =  STCT_NEW
      REFAREA_OLD                  =  stct_old
      REFTABLENAME                 = 'ZVIN_TEST'
        tablename                    = tablename
       workarea_new                 = stct_new
       workarea_old                 = stct_old
    EXCEPTIONS
       nametab_error                = 1
       open_missing                 = 2
       position_insert_failed       = 3
       OTHERS                       = 4
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'CHANGEDOCUMENT_CLOSE'
      EXPORTING
        date_of_change                = sy-datum
        objectclass                   = objectclass
        objectid                      = objctid
        tcode                         = 'MIGO'
        time_of_change                = sy-uzeit
        username                      = sy-uname
       object_change_indicator       = 'U'
      PLANNED_OR_REAL_CHANGES       = 'R'
       NO_CHANGE_POINTERS            = 'X'
    IMPORTING
       changenumber                  = changenum
    EXCEPTIONS
       header_insert_failed          = 1
       no_position_inserted          = 2
       object_invalid                = 3
       open_missing                  = 4
       position_insert_failed        = 5
       OTHERS                        = 6
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    the error i get is NO_POSITION_INSERTED.
    Thank you.
    Regards,
    Vinod

    Why don't you use the standard functionality of the record changes?
    Go to SE11.. open your table.. go to Technical settings ..
    here you can find the "Log data changes". Check this checkbox on.
    Later on you can track changes by <b>SCU3</b> transaction code...
    This the extract from the online help....
    Log data changes
    The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.
    Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.
    Dependencies
    Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.
    The existing logs can be displayed with Transaction Table history (SCU3).
    Regards,
    Naimesh Patel

  • How to update Photoshop and rest of CS4 suite to 64 bit windows 7

    Hi.  I've been using Adobe CS4 Master Suite on a 32 bit vista system.
    I'm switching to a 64 bit windows 7 computer.
    After going through the whole Master Suite Installation process, all of my Adobe programs show up in 32 bit / x86 format, except Photoshop which shows up both in 32 bit / x86 folder AND in 64 bit.
    How do I get the rest of the Master Suite to show up / install in 64 bit?  (is there a separate update?  require a separate purchase?  and why did photoshop work whereas the rest did not?)
    And how do I check within the individual program to see if it's 32 or 64 bit?  (photoshop has a system info tab that identified PS as 64 bit, but other progs don't have that)
    Thanks

    How do I get the rest of the Master Suite to show up / install in 64 bit?
    You don't. Only Photoshop is 64bit, the other apps are conventional 32bit apps. The isntall location is therefore correct (within microsofts guidelines).
    Mylenium

  • N900 - How to update software and Reset ALL data.

    If you have tried to reset an N900 from the settings menu on the device, you would have noticed it would have left all your data intact.
    Sometimes you want to start from scratch and delete all data in one go. 
    Here is how you do it.
    Its quite extensive, but comprehensive.
    From a windows PC
    You first need to download three pieces of software.
    The first software you need is called "Maemo Flasher", and this is the program that needs to be installed on your PC and can be found here:
    http://tablets-dev.nokia.com/maemo-dev-env-downloads.php
    Download the latest version of Maemo Flasher (which is currently 3.5 at time of posting this), and make sure you download the .exe file (maemo_flasher-3.5_2.5.2.2.exe).
    Install that file.
    Next you need the software for the N900 itself.
    That can be found here:
    http://tablets-dev.nokia.com/nokia_N900.php
    This page will ask you to enter your IMEI, with very clear instructions on where to find it.
    Follow the on screen prompts until you reach the download section.
    There are two pieces of software you need to download from there.
    eMMC content - This is the package to erase all data held on your 32GB storage.
    The Operating System.
    OS 2009
    PR 1.1.1
    PR 1.2
    There are, unfortunately, 3 different names for the OS.
    Latest version is "PR 1.2 version 10.2010.19-1".
    Download the latest eMMC package available, It's version 10.2010.13-2.
    The OS is a little more difficult to figure out which one you need.
    The notes alongside the software lets you find the right package easier.
    I found the best way to check is to do the following: (On the N900)
    Menu
    Settings
    About Product
    This will show you this image(or similar)
    Note the Version number on your N900's screen.
    Download the OS package that matches the Version on your device. As shown in the image above, using the red text as an example.
    For people that purchased the N900 in the UK, the OS package will probably be the same as the red text. But make sure you check.
    Software downloads complete.
    Place these two software packages in the following location on your PC.
    c:\program files\maemo\flasher-3.5
    You should now have two .bin files in the directory above.
    Next steps.
    Updating the N900 OS
    Your battery needs to be 100% full to prevent any crashes which could leave your phone dead.
    Turn your N900 off.
    Press and hold the U key on the keypad.
    Insert the USB cable (a USB symbol should appear on the top right of your N900 screen, and also the Nokia logo in the centre).
    You can now let go of the U key.
    On your PC: Navigate to the Start Menu and select Run.
    In the Run box, type: cmd. Then OK
    In the command window, type: cd\program files\maemo\flasher-3.5
    Type: flasher-3.5 -F RX-51_2009SE_1.2009.42-11.203.2_PR_F5_203_ARM.bin -f
    (the file name above may be different to yours, you will need to replace the filename with the filename of the software you downloaded).
    This image below shows the completed update of the OS, in the command prompt on your PC. This would have now removed any Apps you may have installed on the device, and reset the homescreens to how they were when you turned it on for the first time.
    Your personal data, such as Contacts, Images, SMS will still be on the device.
    So if you want to remove these aswell, follow the next steps.
    Resetting the Mass Memory
    Your battery needs to be 100% full to prevent any crashes which could leave your phone dead.
    Turn your N900 off.
    Press and hold the U key on the keypad.
    Insert the USB cable (a USB symbol should appear on the top right of your N900 screen, and also the Nokia logo in the centre).
    You can now let go of the U key.
    (If you have left the command prompt open on your PC from updating the OS in the previous section, ignore steps 5,6,7)
    On your PC: Navigate to the Start Menu and select Run.
    In the Run box, type: cmd. Then OK
    In the command window, type: cd\program files\maemo\flasher-3.5
     Type: flasher-3.5 -F RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f -R
    (the file name above may be different to yours, you will need to replace the filename with the filename of the software you downloaded).
    This image below shows the completed reset of the eMMC (32GB HDD), in the command prompt on your PC.
    This would have now removed any data you had stored there. Including Music, Photos, Contacts, SMS..
    The complete reset of your N900 is now complete.
    I hoped this has helped.
    My posts are my opinion and in no way the direct views of Nokia.
    If my posts are helpful, please give me some KUDOS using the green star on the left.

    Hmm, it's odd, because the wiki.maemo and another thread here say it works fine on 7. I have put flasher into xp compatibility, but the cmd box has no way to change it - at least, if it does it's through a back route that i'm unaware of.
    Attached the screen i see
    Edit: what "run" dialog box? is that the cmd box?
    Attachments:
    cmd.jpg ‏55 KB

  • How to update data and create notification no using isr fm.

    Hi,
    Without creating the scenario in SFP, is it possible to update data directly in ISR_SPECIAL_DATA_SET,
    i want to use fm ISR_SPECIAL_DATA_GET in my program.
    i'm trying to achive same using ISR_NOTIFICATION_CREATE and built general, special table and long text to get a
    notification number. but  notification no is not creating ,  return msg is  ( E I 421   |Notification type  not defined ) even i'm passing currect notif type.                            
    Regards
    Ali

    Hi vijay,
    Nice to see your reply, I think, you are right...
    The Fm ISR_SPECIAL_DATA_GET already used in my various reports, Workflows etc.
    And I have a custom WebDynpro java based application which have similar data and have custom notification no. + (in this case probably i need to create new fm ZISR_SPECIAL_DATA_GET to use in above report and wf)+
    To avoid the rework and minimized the code Iu2019m trying to create notification no using standard fm and link custom WD data with ISR_SPECIAL_DATA_GET.
    Please let me know how to proceed with that
    Regards
    Raza

  • How to update CS5 and use Air 2.6

    Sorry, but I am lost.
    I know that packaging will be different but I am completely lost on how to use/update Flash Cs5 with the new AIR 2.6 SDK.
    Do I have to copy files over or is there an installation? Do I just have to change some paths in Flash?
    Please help. I am VERY eager to test the improved performance of the NEW packager.
    Thank you in advance,
    Simon

    HI
    I have never used terminal on a mac, but jumped in and its pretty cool and not too hard. But I can't figure out how to use the new 2.6 packager at all
    I have put my swf and xml in the bin folder and run adt, which doesn't allow me to add anything it says [process complete]
    So I guess this is supposed to happen and then I open a new terminal shell and add this:-
    ./adt -package
    -target ipa-test
    -storetype pkcs12 -keystore /Users/myname/MYcertif/myCertificates.p12 -storepass mypassword
    -provisioning-profile /Users/myname/MYcertif/certif.mobileprovision
    MYnewApp.ipa
    STR-app.xml
    STR.swf
    it gives me "command not found" after each line.
    I'm sure I'm not the only one who needs help with this. I don't think I'm running the terminal from the right place
    can anyone help?
    Ta
    KBN

  • TCP Client Server - how to set timeout and bandwidth option

    Hi Friends,
    I am writing a simple TCP based client-server app and I would like the connection to be dropped after a certain time of inactivity and also I would like to control the connection's bandwidth. I would appreciate if someone can throw some pointers as to how this can be done.
    I have tried this so far, for Timeout I am trying to do this:
    sock.setSoTimeout(10000);But I think this is not the right way as this will disconnect the server from all client connections I guess. I think the better way would be to write a timer or something for each connection but I don't know how...
    Any help?

    Micks80 wrote:
    Hi Friends,
    I am writing a simple TCP based client-server app and I would like the connection to be dropped after a certain time of inactivity and also I would like to control the connection's bandwidth. I would appreciate if someone can throw some pointers as to how this can be done.
    I have tried this so far, for Timeout I am trying to do this:
    sock.setSoTimeout(10000);But I think this is not the right way as this will disconnect the server from all client connections I guess.Wrong in a couple of ways.
    1) That doesn`t disconnect anything. It causes a read that reaches that time in blocking to be unblocked and an exception (java.net.SocketTimeoutException) is thrown. The Socket is still just fine and can be used (all other things being equal). At any rate you then decide what you want to do after a timeout. One possibility is to close the socket because to you that timeout means it is abandoned.
    2) setSoTimeout of ServerSocket applies to the accept* method. setSoTimeout of Socket applies to reads from that sockets input stream. Neither of those apply anything to all connections.
    I think the better way would be to write a timer or something for each connection No setSoTimeout is correct. You will also then need to actually attempt to read something for that timeout exception to ever be thrown.
    As far as the bandwidth question goes, you will need to define your goals better. Please do not just restate "control bandwidth" because that is not actually a very specific goal. Do you want to limnit the bandwidth used at one time (tricky) or do you want to limit the total bandwidth used. Either way requires some work but they are different things.

  • How to update oOrder and oInvoice Items' COGM?

    I am attempting to update the COGM and Profit Margin values for Non-Stock items when an associated Purchase Invoice for these non-stock items is received.  This is being done to have more accurate booked order and invoiced order reports.  The code I have written is shown below.  As yet, I am unable to find a way to reach the RDR1.GrossBuyPr column (labled as COGM in the UI) and INV1.GrossBuyPr column (also, COGM in the UI) from the DI API.  Is there another way to update these values.  Also, how would I update the Profit Margin for the respective lines?
    Any help would be greatly appreciated!
        Private Sub oApplication_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles oApplication.ItemEvent
            If pVal.FormType = 141 And pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK And _
               pVal.Before_Action = False And pVal.FormUID = 1 And pVal.Action_Success = True Then
                oForm = oApplication.Forms.GetForm(pVal.ForType, pVal.FormTypeCount)
                updateNonStockCOGM()
            End If
        End Sub
        Private Sub updateNonStockCOGM()
            Dim oItems As SAPbouiCOM.Items
            Dim oItem As SAPbouiCOM.Item
            Dim oEditText As SAPbouiCOM.EditText
            Dim sPI_DocNum As String
            Dim row, row2 As Integer
            Dim oPI As SAPbobsCOM.Documents
            Dim oPI_Lines As SAPbobsCOM.Document_Lines
            Dim uiPI_Item As SAPbobsCOM.Items
            Dim oPO As SAPbobsCOM.Documents
            Dim oPO_Lines As SAPbobsCOM.Document_Lines
            Dim uiPO_Item As SAPbobsCOM.Items
            Dim oSO As SAPbobsCOM.Documents
            Dim oSO_Lines As SAPbobsCOM.Document_Lines
            Dim uiSO_Item As SAPbobsCOM.Items
            Dim oSI As SAPbobsCOM.Documents
            Dim oSI_Lines As SAPbobsCOM.Document_Lines
            Dim uiSI_Item As SAPbobsCOM.Items
            ' Obtain OPCH.DocNum ... contained in Item # 8 
            oItems = oForm.Items
            oItem = oItems.Item("8")
            oEditText = oItem.Specific
            sPI_DocNum = oEditText.Value
            oPI = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseInvoices)
            oPI.GetByKey(sPI_DocNum)
            If oPI.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items Then
                oPI_Lines = oPI.Lines
                For row = 0 To oPI_Lines.Count
                    oPI_Lines.SetCurrentLine(row)
                    uiPI_Item.GetByKey(oPI_Lines.ItemCode)
                    If uiPI_Item.InventoryItem = SAPbobsCOM.BoYesNoEnum.tNO And oPI_Lines.BaseEntry() > 0 Then
                        ' Update PO Price
                        oPO = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseOrders)
                        oPO.GetByKey(oPI_Lines.BaseEntry())
                        oPO_Lines = oPO.Lines
                        oPO_Lines.SetCurrentLine(oPI_Lines.BaseLine())
                        oPO_Lines.Price = oPI_Lines.Price()
                        oPO.Update()
                        If oPO_Lines.BaseEntry() > 0 Then
                            ' Update SO Price
                            oSO = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
                            oSO.GetByKey(oPO_Lines.BaseEntry())
                            oSO_Lines = oSO.Lines
                            oSO_Lines.SetCurrentLine(oPO_Lines.BaseLine())
                            oSO_Lines.Price = oPI_Lines.Price()    '<== INCORRECT!!!  NOT SURE HOW TO SET THE COST OF THE ITEM...
                            ' How do I recompute the COGM value?
                            oSO.Update()
                        End If
                        Dim oRecordSet As SAPbobsCOM.Recordset
                        oSI = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
                        oRecordSet = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                        oRecordSet.DoQuery("Select DocNum from OINV where BaseDocNum = '" & oSO.DocNum & "'")
                        If oRecordSet.RecordCount > 0 Then
                            oSI.Browser.Recordset = oRecordSet
                            oSI_Lines = oSI.Lines
                            For row2 = 0 To oSI_Lines.Count
                                oSI_Lines.SetCurrentLine(row2)
                                If oSI_Lines.BaseLine.Equals(oSO_Lines.LineNum) = True Then
                                    oSI_Lines.cost()    '<== INCORRECT!!!!  NOT SURE HOW TO SET THE COST OF THE ITEM....
                                    ' How do I recompute the COGM value?
                                    oSI.Update()
                                End If
                            Next
                        End If
                    End If
                Next
            End If
        End Sub

    Hey Scott.  There is no COGM property.  You have to update the table directly.
    Randy

  • How Stuck Thread Timeout and JTA timeout values are related.

    Hi All,
    Can some one help me in understanding the the relation between Stuck Thread Time out and JTA timeout values.
    Thanks,
    Vardhan

    Hi,
    Both are totally different in this case.
    Stuck thread timeout is specific to weblogic monitoring guide line which inform you how long every thread is in process continuously by default it would 600 sec if any thread is taken more than 600 sec to finish off its work then weblogic will throw an error message that specific thread took more than 600 seconds.
    Note: Mostly of the time these stuck thread are not really an issue
    Where are JTA timeout on global side is specific to your every transaction either from EJB or JMS or JDBC transaction.
    This timeout will rule on every individual.
    Hope you got address your query.
    Regards,
    Kal

  • How to update Quantity and Value in Licences for Deemed Export

    Dear All,
    Could you please let me know where I have to update the Quantity and Value of Licence in case of Deemed export.
    I am not aware much about Deemed export. I hope CT3 is the licence, against which we have to maintain the Value or Quantity.
    While creating ARE3 documet, Quantity or Value will be reduced from the Licence.
    Kindly update me regarding this.
    Regards,
    Mullairaja

    Hi,
    First of all you need to mainataiin Number ranges for T.code:SNRO
    1.Licence :J_1ILIC
    2.Are3 :J_1IARE3 
    3.Create License In T.code : J1ILIC01
    4.Create ARE 3  T.code: J!IA301.
    4. Enter the license details in the item tab of ARE Create document.
    on Posting  the ARE 3 document Quantity and Value will reduces from the Licence. you can check again in
    Regards
    Shekar

  • How to update parent and child tables while updating parent table

    I have a parent table EMPLOYEE which includes columns (sysid, serviceno,employeename...) sysid is Primary key, serviceno is Unique key and I have child table DEPENDENT includes columns (sysid,employee_sysid,name,dob...) here again SYSID is primary key for DEPENDENTS table, employee_sysid is Foreign key of EMPLOYEE table.
    Now I want to change SYSID (using sequence) in EMPLOYEE table which need to be update in DEPENDENTS table as well
    Note: I have 10000 records in EMPLOYEE table as well as I have 5 more child tables which need to update new SYSID.
    please help me

    first disable the FOREIGN KEY Constraints.
    you can update Parent as well as Child record also with help of trigger.
    here i am giving you one examlpe..it may help u.
    create table parent(id number primary key,name varchar2(100))
    create table child_1(id number primary key,p_id number,dob date,
    CONSTRAINT FK_id FOREIGN KEY (p_id) REFERENCES parent (ID))
    create table child_2(id number primary key,p_id2 number,addr varchar2(1000),
    CONSTRAINT FK_id2 FOREIGN KEY (p_id2) REFERENCES parent (ID))
    insert some test data to parent and child tables.
    alter table child_2 disable constraint FK_id2
    alter table child_1 disable constraint FK_id2
    CREATE OR REPLACE TRIGGER delete_child
    BEFORE UPDATE ON parent
    FOR EACH ROW
    BEGIN
    UPDATE CHILD_1
    SET P_ID=:NEW.ID
    WHERE P_ID=:OLD.ID;
    UPDATE CHILD_2
    SET P_ID2 =:NEW.ID
    WHERE P_ID2=:OLD.ID;
    END;
    then Upadte parent table primary key col and check the child tables.
    then enable the constraints...

  • How to Update CDHDR and CDPOS for a ZTable.

    Hi Gurus,
    I have created a change document to update tables CDHDR and CDPOS ,which updates these tables when i insert a new record to my ZTABLE.Insertion of a new record is working fine,but when i update a existing record the CHANGEID COLUMN in CDPOS table is 'D'.
    Can anyone expalin be why this is happening.
    Regards,
    Venu.

    Hi Gautam,
    Below is the code i have written. i guess, i have passed write values, if not let me know.
    Hope u have worked on it.if possible can u send me the code.
    CALL FUNCTION 'MAKTX_WRITE_DOCUMENT'
            EXPORTING
              objectid                      = 'MAKTX'
              tcode                         = 'Z100'
              utime                         = sy-uzeit
              udate                         = sy-datum
              username                      = sy-uname
      PLANNED_CHANGE_NUMBER         = ' '
      object_change_indicator       = 'U'
      PLANNED_OR_REAL_CHANGES       = ' '
      NO_CHANGE_POINTERS            = ' '
             upd_icdtxt_maktx              = 'U'
             upd_zchg_doc                  = 'U'
            TABLES
              icdtxt_maktx                  = itab3
              xzchg_doc                     = itab1     "New Values
              yzchg_doc                     = itab2     "Old Values
    Regards,
    Venu.

Maybe you are looking for