Left Brace Error

I've copied this word from word from the book, and it gives
me the error
"1158: Syntax error: missing left brace ({) before the
function body.

I thought it might have been an issue with WHERE I put it,
because when I throw in another left brace, it whines about not
having a right brace to finish out before the program ends. So it
does see the left brace.

Similar Messages

  • Error 1158 "missing left brace"

    the following is my code. as you can infer from it's
    simplicity, I am inexperienced.
    import flash.events.MouseEvent;
    import flash.events.IEventDispatcher;
    fatmax.addEventListener(MouseEvent.MOUSE_OVER,extend);
    function extend(event:MouseEvent)void:
    trace("extended");
    the compiler gives the error of: 1158: Syntax error: missing
    left brace ({) before the function body.
    Yet, as can be clearly seen, there is a left brace.
    also, i do not intend for this to be void, but am just trying
    to get the button to work right now. When I later want it to play a
    motion tween that is on a different layer, how do I do that?

    Hi,
    import flash.events.MouseEvent;
    import flash.events.IEventDispatcher;
    fatmax.addEventListener(MouseEvent.MOUSE_OVER,extend);
    function extend(event:MouseEvent)
    :void
    trace("extended");
    You can then use the gotoAndPlay / myMovieClip.gotoAndPlay
    function.

  • Formula Node error: left brace required ???

    Hi,
    I'm trying to use a formula node to do a simple line calculation. However I'm receiving this error and I'm not sure why.
    Formula Node: left brace required
    Error on line 1 is marked by a '#' character: "y = 0.0183*x -# 0.2982;"
    I've tried replacing the y-intercept with a variable, but the same error results.
    Anyone know what to do?
    Thanks in advance.

    What version of LV are you using? The formula:
    y = 0.0183*x-0.2982;
    works perfectly fine in V6.0.2...
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • I was almost finished installing a trial of Acrobat XI when with 2 seconds left, an error occurred

    I was almost finished installing Acrobat XI trial when with 2 seconds left, an error occured and now nothing is happening. What do I do next and how?

    Hi Bettyanne,
    Please let me know the OS you are using and the exact error message that apeared.
    If the files have already been downloaded then try running the setup.exe file to see if the installation initiates.
    You might want to retry the download and check again.

  • Syntax error 1158: missing left brace({) before the function body as3

    hey guys  PLEASE help ME i have looked everywhere and can't find a thing on how to fix it
    stop();
    btnHelp.addEventListener(MouseEvent.CLICK, GoToScene2);
    btnMap.addEventListener(MouseEvent.CLICK, GoToScene3a);
    function GoToScene2(event)GoToScene3a(event){
    gotoAndPlay("meow")
    gotoAndPlay(1,"Scene 3a")

    You have two functions mashed together...
         function GoToScene2(event)GoToScene3a(event){
              gotoAndPlay("meow")
              gotoAndPlay(1,"Scene 3a")
    should be....
              function GoToScene2(event:MouseEvent):void  {          gotoAndPlay("meow")
         function GoToScene3a(event:MouseEvent):void  {
              gotoAndPlay(1,"Scene 3a")

  • OOTB Left Navigation error in Page Layout SharePoint 2013

    I created a SharePoint 2013 master page through Design Manager in Sharepoint 2013 and created a page layout like we do trough sharepoint designer as in sharepoint 2010 steps are below
    SharePoint Designer--->Page Layouts---->New Page Layout
    now i want to insert left navigation in the page layout ,i tried to insert the following snippet in the page layout 
    <div data-name="QuickLaunch">
                                        <!--CS: Start Vertical Navigation Snippet-->
                                        <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                                        <!--SPM:<%@Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation"
    Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                                        <div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList">
                                            <!--MS:<SharePoint:AjaxDelta ID="DeltaPlaceHolderLeftNavBar" BlockElement="true" CssClass="ms-core-navigation"
    runat="server">-->
                                                <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftNavBar" runat="server">-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftNavBarTop" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderQuickLaunchTop" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftNavBarDataSource" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderCalendarNavigator" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftActions" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<SharePoint:SPNavigationManager ID="QuickLaunchNavigationManager"
    runat="server" QuickLaunchControlId="v4QuickLaunchMenu" ContainedControl="QuickLaunch" EnableViewState="false">-->
                                                        <!--MS:<SharePoint:DelegateControl runat="server" ControlId="QuickLaunchDataSource">-->
                                                            <!--MS:<Template_Controls>-->
                                                                <!--MS:<PublishingNavigation:PortalSiteMapDataSource
    runat="server" ID="SiteMapDS" SiteMapProvider="CurrentNavigation" EnableViewState="false" StartFromCurrentNode="true" ShowStartingNode="false" TrimNonCurrentTypes="Heading">-->
                                                                <!--ME:</PublishingNavigation:PortalSiteMapDataSource>-->
                                                            <!--ME:</Template_Controls>-->
                                                        <!--ME:</SharePoint:DelegateControl>-->
                                                        <!--MS:<SharePoint:AspMenu ID="V4QuickLaunchMenu" runat="server"
    EnableViewState="false" DataSourceId="QuickLaunchSiteMap" UseSimpleRendering="true" Orientation="Vertical" StaticDisplayLevels="3" AdjustForShowStartingNode="true" MaximumDynamicDisplayLevels="0"
    SkipLinkText="">-->
                                                        <!--ME:</SharePoint:AspMenu>-->
                                                    <!--ME:</SharePoint:SPNavigationManager>-->
                                                    <!--MS:<SharePoint:SPNavigationManager ID="TreeViewNavigationManagerV4" runat="server"
    ContainedControl="TreeView" CssClass="ms-tv-box">-->
                                                        <!--MS:<SharePoint:SPLinkButton runat="server" NavigateUrl="~site/{0}/viewlsts.aspx"
    ID="idNavLinkSiteHierarchyV4" Text="&#60;%$Resources:wss,treeview_header%&#62;" accesskey="&#60;%$Resources:wss,quiklnch_allcontent_AK%&#62;" CssClass="ms-tv-header">-->
                                                        <!--ME:</SharePoint:SPLinkButton>-->
                                                        <!--MS:<SharePoint:DelegateControl runat="server" ControlId="TreeViewAndDataSource">-->
                                                            <!--MS:<Template_Controls>-->
                                                                <!--MS:<SharePoint:SPHierarchyDataSourceControl
    runat="server" ID="TreeViewDataSourceV4" RootContextObject="Web" IncludeDiscussionFolders="true">-->
                                                                <!--ME:</SharePoint:SPHierarchyDataSourceControl>-->
                                                                <!--MS:<SharePoint:SPRememberScroll runat="server"
    ID="TreeViewRememberScrollV4" onscroll="javascript:_spRecordScrollPositions(this);" style="overflow: auto;">-->
                                                                    <!--MS:<SharePoint:SPTreeView
    ID="WebTreeViewV4" runat="server" ShowLines="false" DataSourceId="TreeViewDataSourceV4" ExpandDepth="0" SelectedNodeStyle-CssClass="ms-tv-selected" NodeStyle-CssClass="ms-tv-item" SkipLinkText=""
    NodeIndent="12" ExpandImageUrl="/{0}/images/tvclosed.png" ExpandImageUrlRtl="/{0}/images/tvclosedrtl.png" CollapseImageUrl="/{0}/images/tvopen.png" CollapseImageUrlRtl="/{0}/images/tvopenrtl.png" NoExpandImageUrl="/{0}/images/tvblank.gif">-->
                                                                    <!--ME:</SharePoint:SPTreeView>-->
                                                                <!--ME:</SharePoint:SPRememberScroll>-->
                                                            <!--ME:</Template_Controls>-->
                                                        <!--ME:</SharePoint:DelegateControl>-->
                                                    <!--ME:</SharePoint:SPNavigationManager>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderQuickLaunchBottom" runat="server">-->
                                                        <hr />
                                                        <!--MS:<SharePoint:ClusteredSPLinkButton ID="idNavLinkViewAllV4"
    runat="server" Permissions="ViewFormPages" NavigateUrl="~site/{0}/viewlsts.aspx" Text="&#60;%$Resources:wss,quiklnch_allcontent_short%&#62;" accesskey="&#60;%$Resources:wss,quiklnch_allcontent_AK%&#62;"
    CssClass="ms-core-listMenu-item">-->
                                                        <!--ME:</SharePoint:ClusteredSPLinkButton>-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                <!--ME:</asp:ContentPlaceHolder>-->
                                            <!--ME:</SharePoint:AjaxDelta>-->
                                        </div>
                                        <!--CE: End Vertical Navigation Snippet-->
                                    </div>
    but i get the following error when i create page through this page layout
    "Content Place holders are only allowed in master page"
    Can anyone tell me how do i insert left navigation in page layout which is created through sharepoint designer (.aspx file) but master page is created through design manager

    Hi  ,
    As the error says, you need to  add Content Place holders to Mater Page not the Page Layout.
    For  inserting  left navigation, you can add Vertical Navigation SharePoint component to the master page using Snippets  manager:
    1.
    Open the site then click design manager link from right top corner "Settings".
    2.
    Click “Edit Master Pages” link.
    3.Click your custom mater page. It will open preview page.
    4.
    Once open the preview page then click Snippets menu from top right side. It will open “Snippet Gallery” in new tab page.
    5.
    Click the Vertical Navigation menu item in “DESIGN “tab.
    6.
    In this page we can easy to configure component properties.
    After customization must click the update button then only the changes are reflected in the component snippet.
    7.
    Once click the update button the HTML code automatically generated in the “HTML snippet” box and click “Copy to Clipboard” button.
    8.
    Open the mapped network drive then open the Mater Page HTML file and paste HTML snippet where you want the navigation to show.
    Reference:
    http://www.sharepointpals.com/post/Add-snippets-in-Page-layout-using-design-manager
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • LEFT JOIN error

    Hi,
    While running this query I get following error In Orcale Forms Developer 10.2.0.2 and DB 10g but when I run same query in SQL Plus it
    throws no errors.
    Encountered the symbol "LEFT" when expecting one of the following
    for group having intersect minus order stat union where connect.
    PROCEDURE post_query IS
      BEGIN
            SELECT  /*+ USE_HASH(o,stm) */
                      NVL(SUM(CASE o.status WHEN 'P' THEN 1 ELSE 0 END),0),
                      NVL(SUM(CASE o.status WHEN 'E' THEN 1 ELSE 0 END),0),
                      NVL(SUM(CASE o.status WHEN 'B' THEN 1 ELSE 0 END),0),
                      NVL(SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') = '2' OR stm.surcharge_amount !=  0) THEN 1 ELSE 0 END),0),
                      NVL(SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') != '2' OR stm.surcharge_amount =  0) THEN 1 ELSE 0 END),0)
                INTO  :ORDER_STATUS.PENDING,
                      :ORDER_STATUS.ERROR,
                      :ORDER_STATUS.BACK_ORDER,
                      :ORDER_STATUS.EXPEDITE,
                      :ORDER_STATUS.STD_SHIP
                 FROM orders o
                 LEFT JOIN shipment_type_methods stm
                   ON (o.client = stm.client AND o.shipment_class_code = stm.shipment_class_code)
                WHERE o.status IN ('B', 'E', 'P', 'A', 'U')
                  AND (parent_order_id is null
                   OR (order_type='G'
                  AND parent_order_id=original_order_number))
                  AND o.client = :ORDER_STATUS.CLIENT_NUMBER;
      END post_query;Please help me to fix it.
    Thanks
    Sandy

    Hi Mathew,
    The ugly table aliases aside: What happens when you try to run this query?
    Give more info like sample data, desired output, exact error messages...
    Rgds,
    Guido

  • Missing right paren and left brace

    Hello !
    I can't rid of  :
    1084: Erreur de syntaxe : rightparen est attendu devant semicolon.
    1084: Syntax error : expecting rightparen before if
    1084: Syntax error : expecting rightbrace before leftbrace
    The code :
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    var tween:Tween = new Tween(texte, "y", Strong.easeOut, 0, 0, 30);
    var tween:Tween = new Tween(texte2, "y", Strong.easeOut 0, 0, 60);
    tween.stop()
    var urlLoader:URLLoader = new URLLoader()
    urlLoader.addEventListener(Event.COMPLETE, completeXMLHandler)
    function completeXMLHandler(evt:Event)
    var xml:XML = new XML(evt.target.data)
    texte.texte.htmlText = xml.descendants("texte")[0].text()
    texte2.texte2.htmlText = xml.descendants(("texte2")[0].text()
    if(texte.height>masque.height){
    if(texte2.height>masque2.height){
    stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler)
    urlLoader.load(new URLRequest("xml.xml"))
    texte.texte.autoSize = TextFieldAutoSize.LEFT
    texte2.texte2.autoSize = TextFieldAutoSize.LEFT
    texte.y = masque.y
    texte2.y = masque2.y
    texte.mask = masque
    texte2.mask = masque2
    function mouseMoveHandler(evt:MouseEvent)
    /*on recupere la position de la souris par rapport au masque*/
    var p:Number = (mouseY-masque.y)/masque.height
    var p:Number = (mouseY-masque2.y)/masque2.height
    if(p<0)p=0
    if(p>1)p=1
    tween.continueTo(masque.y-p*(texte.height - masque.height),30)
    tween.continueTo(masque2.y-p*(texte2.height - masque2.height),30
    Part of the code must be bad... but I'm not able to fix it !
    I have two texts... A mouse scroll animation is added based on the mouse position... So, I can scroll through all text...
    Message was edited by: danae830

    in order for you code to work it should look like this:
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    var tween:Tween = new Tween(texte, "y", Strong.easeOut, 0, 0, 30);
    var tween1:Tween = new Tween(texte2, "y", Strong.easeOut, 0, 0, 60);
    tween.stop()
    var urlLoader:URLLoader = new URLLoader()
    urlLoader.addEventListener(Event.COMPLETE, completeXMLHandler)
    function completeXMLHandler(evt:Event)
        var xml:XML = new XML(evt.target.data)
        texte.texte.htmlText = xml.descendants("texte")[0].text()
        texte2.texte2.htmlText = xml.descendants("texte2")[0].text()
        if(texte.height>masque.height)
            if(texte2.height>masque2.height)
                stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler)
    urlLoader.load(new URLRequest("xml.xml"))
    texte.texte.autoSize = TextFieldAutoSize.LEFT
    texte2.texte2.autoSize = TextFieldAutoSize.LEFT
    texte.y = masque.y
    texte2.y = masque2.y
    texte.mask = masque
    texte2.mask = masque2
    function mouseMoveHandler(evt:MouseEvent)
        /*on recupere la position de la souris par rapport au masque*/
        var p:Number = (mouseY-masque.y)/masque.height
        var p:Number = (mouseY-masque2.y)/masque2.height
        if(p<0)p=0
        if(p>1)p=1
        tween.continueTo(masque.y-p*(texte.height - masque.height),30)
        tween1.continueTo(masque2.y-p*(texte2.height - masque2.height),30)
    first - why did you give to both of your tween objects the same name?
    in the line -
    texte2.texte2.htmlText = xml.descendants("texte2")[0].text()
    there was a redundant '('.
    and in the line -
    tween1.continueTo(masque2.y-p*(texte2.height - masque2.height),30)
    there was a missing ')' (i've also renamed the tween object to 'tween1')
    that should do it i think

  • What is this error? - 4M0T/1/40000002 left side_981 error

    HI,
    When I ran the Apple Hardware Test this was the error message i got - 4M0T/1/40000002 left side_981. What is this error?
    Hoping for an answer to this query.
    Thanks!

    It's a failed or failing fan motor. Get it replaced ASAP. Don't use the machine with half its cooling capacity missing or impaired.

  • Expecting identifier before right, left bracket; error 1084

    I have the code:
    private var soundsVector:Vector.[sound, sound, sound]
    and it is giving me the error code 1084, it needs an identifier before both brackets.
    My question is: what is the needed identifier.

    How about this:
    private var soundsVector2:Vector[sound1, sound2, sound3];
    Other sample code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
         creationComplete="init()">
    <mx:Script>
        <![CDATA[
    private var soundsVector1:Vector;
    private var soundsVector2:Vector[sound1, sound2, sound3];
    private var sound1:Sound = new Sound();
    private var sound2:Sound = new Sound();
    private var sound3:Sound = new Sound();
    private function init():void{
         soundsVector1 = new Vector([sound1, sound2, sound3]);
        ]]>
    </mx:Script>
    </mx:Application>

  • Error 1158, AS 3, CS4

    I searched the forums for the error, but the methods they used couldn't help my program, it's an Actionsctipt file in AS3 with CS4.
    I am receiving error 1158: Syntax error: missing left brace ({) before the function body.
    Source: public function DirectBlock (e:Event) extends MovieClip :void{  //DirectBlock
    public function DirectBlock (e:Event) extends MovieClip :void{  //DirectBlock
      var root:MovieClip;//Defining root
      var directType:String;//what kind of special block is this
      //accept some values to make it easier to place - type and coordinates
      function DirectBlock(type:String,xVal:int,yVal:int){
       directType = type;//set the directType so that all other functions can use it
       //add the required event listeners
       this.addEventListener(Event.ADDED, beginClass);
       this.addEventListener(Event.ENTER_FRAME, eFrame);
       //setting the coordinates
       this.x = xVal;
       this.y = yVal;

    That error means there is a typo in your code, usually things like using a "{" when you meant to use a "(". It can also happen when you have nested control blocks and you forget a brace. I looked at the code you posted but I don't see anything immediately wrong. You will have to read over your code again, not just that function but also the code directly before or after it. Its going to be something simple, but may be hard to catch.

  • IPod Touch 4g dosent register in iTunes leaving: error 0xE8000022

    So, no that long ago i was going to put on some music on my iPod Tough 4g then i connected it, iTunes didnt even try to find it, only left behind error message (0xe8000022) This is not normal, as when i jailbroke it, it still connected, then it acted up and it wouldnt connect.
    This is what i tried:
    Restarting the USB thingy
    Restarting the service
    Rebooted my computer a half a million times
    Trying another cord
    Running in Admin
    Reinstalling iTunes and its librarys
    Trying it on my laptop, (I use the desktop more, but still nothing)
    I find this error very annoying, the one thing i hate about it, is that it will show up in Windows.
    It charges and everything, but iTunes dosent try at all.
    Any help please? I would really like getting up and running again!

    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • Error ITS_TEMPLATE_NOT_FOUND when calling a function code from the web

    Hi Experts,
    I have craeted a simple module pool program and a service for the same in SICF. The module pool has only one screen where I am giving the input to the two fieds
    1. year  2. category. when I click on FIND button the result will appear on the same screen. The result will be the winner and the nominees for that year. The program is running perfect when I execute the transaction in R/3.
    The coding in the PAI of the module pool is as follows:
    *& Module Pool       ZYMOVIE1
    INCLUDE ZYMOVIE1TOP                             .    " global Data
    INCLUDE ZYMOVIE1O01                             .  " PBO-Modules
    INCLUDE ZYMOVIE1I01                             .  " PAI-Modules
    INCLUDE ZYMOVIE1F01                             .  " FORM-Routines
    tables : ymovie.
    DATA:     OKCODE like sy-ucomm.
    tables: ztext.
    *&      Module  GET_RECORD  INPUT
          text
    MODULE GET_RECORD INPUT.
    case okcode.
    when 'FIND'.
    SELECT SINGLE * FROM YMOVIE
                   WHERE YYEAR      = YMOVIE-YYEAR
                         AND CATEGORY     = YMOVIE-CATEGORY.
    endcase.
    ENDMODULE.                 " GET_RECORD  INPUT
    I have created a Internet service ZYMOVIE1 ans created a template for screen 9000
    The HTML code is as follows:
    `include(~service="bbpglobal", ~name="bbpfunctions.html")`
    <html>
      <head>
    <title>`~windowtitle`</title>
      </head>
      <body>
    `~messageline`
    <form name="formFind" action=&#8221;`wgateUrl()`&#8221; method="POST">
       year : <input type = "text" name = "`YMOVIE-YYEAR`"/>
       category : <input type = "text" name = "`YMOVIE-CATEGORY`"/>
    <INPUT TYPE="hidden" name="~okcode" value="FIND">
    <INPUT TYPE="submit" name="btnSubmit" value="FIND">
    <input type = "text" name = "YMOVIE-WINNER" value= "`YMOVIE-WINNER`" size = "`YMOVIE-WINNER.maxsize`"/>
    <input type = "text" name = "YMOVIE-NOMINEE1" value= "`YMOVIE-NOMINEE1`" size = "`YMOVIE-NOMINEE1.maxsize`"/>
    <input type = "text" name = "YMOVIE-NOMINEE2" value= "`YMOVIE-NOMINEE2`" size = "`YMOVIE-NOMINEE2.maxsize`"/>
    <input type = "text" name = "YMOVIE-NOMINEE3" value= "`YMOVIE-NOMINEE3`" size = "`YMOVIE-NOMINEE3.maxsize`"/>
    </form>
      </body>
    </html>
    when i click on the FIND button in the web I am getting a dump "ITS_TEMPLATE_NOT_FOUND".
    Please suggest me where I am doing wrong. Also is there any way i can add attachemtns in SDN. It is very difficult to write everything here and how to use the "code" button when i create a new thread in SDN?/
    thanks
    sankar

    hi
    yes i got some entries in SM50 with w at the left
    A  Error Code ITS_TEMPLATE_NOT_FOUND.
    W      *** ERROR => diag: Template for modulepool ZYMOVIE1, dynpro number 9000, service zymovie1 is not found and GenerateDynpro fla
    W      *** ERROR => plugin: XKrnHandleResponse failed rc= -25 [itspxkrn.cpp 764]
    W      *** ERROR => plugin: ItspXKrn_HandleResponse failed. 0x2b96feff78 rc: 0 [itspxkrn.cpp 391]
    W    *** ERROR => ipl_ConvertOut failed rc = 1, send icf error page [itsplxx.c    1551]
    let me know if you need any other information
    thanks
    sankar

  • Xrandr -o left not working[SOLVED]

    I try to rotate my monitor with this command and I get this error:
    [duncan@duncan-i7 ~]$ xrandr -o left
    X Error of failed request: BadMatch (invalid parameter attributes)
    Major opcode of failed request: 152 (RANDR)
    Minor opcode of failed request: 2 (RRSetScreenConfig)
    Serial number of failed request: 14
    Current serial number in output stream: 14
    [duncan@duncan-i7 ~]$
    running gnome, and the proprietarty nvidia drivers. Resolution is 1680x1050.
    Last edited by Raccoon1400 (2010-03-05 04:34:08)

    mh... had to add
    Option      "RandRRotation" "on"
    to the Monitor section for rotation to work. Adding it to the device section did not work. Can any1 confirm that, cause arch-wiki still says to add it to the device section.

  • Error in Performing Flat-File Reconciliation

    Hi All,
    I was trying perform flat file reconcilation using the GTC Connector. The format of my flat file (PPSLocal.txt) is like this:
    Account Name|Full Name|Domain|Last Logon Timestamp|Description|GUID|Mail|Employee ID|First Name|Last Name
    PPS\SophosSAUPPS010|SophosSAUPPS010|PPS.LOCAL||Used for download of Sophos updates|EED86D86-750C-404A-9326-044A4DB07477||||
    PPS\GBPPL-SI08$|GBPPL-SI08$|PPS.LOCAL|||79677F4D-8959-493E-9CF9-CDDDB175E40B||||
    PPS\S6Services|Series 6 Services Account|PPS.LOCAL||Series 6 Services Account|B4F41EE2-6744-4064-95F6-74E017D0B9AF||||
    I created a GTC Connector "OtherDomain" specified all the configuration;
    Staging Directory (Parent identity data) /home/GTC
    Archiving Directory /home/GTC/archive
    File Prefix PPS
    Specified Delimiter |
    File Encoding UTF8
    Source Date Format yyyy/MM/dd hh:mm:ss z
    Reconcile Deletion of Multivalued Attribute Data check box unchecked
    Reconciliation Type Full
    After that i performed the connector configuration mapping and ran the respective schedule task which displayed the following error message on console:
    Class/Medthod: SharedDriveReconTransportProvider/getFirstPage - Before calling: getAllData
    *DEBUG,20 Aug 2009 09:08:49,202,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Method: SharedDriveReconTransportProvider/getAllData entered.*
    *DEBUG,20 Aug 2009 09:08:49,202,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Method: SharedDriveReconTransportProvider/getReconFileList entered.*
    *DEBUG,20 Aug 2009 09:08:49,202,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Method: SharedDriveReconTransportProvider.EndsWithFilter/accept entered.*
    *INFO,20 Aug 2009 09:08:49,202,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Staging dir -->/home/GTC*
    *INFO,20 Aug 2009 09:08:49,202,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Number of files available -->0*
    *DEBUG,20 Aug 2009 09:08:49,202,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Method: SharedDriveReconTransportProvider/getReconFileList left.*
    *ERROR,20 Aug 2009 09:08:49,202,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Problem encountered in reconciling the first page of data*
    com.thortech.xl.gc.exception.ReconciliationTransportException: No Parent files in staging directory or necassary access(READ) permissions are missing
    *     at com.thortech.xl.gc.impl.recon.SharedDriveReconTransportProvider.getAllData(Unknown Source)*
    *     at com.thortech.xl.gc.impl.recon.SharedDriveReconTransportProvider.getFirstPage(Unknown Source)*
    *     at com.thortech.xl.gc.runtime.GCScheduleTask.execute(Unknown Source)*
    *     at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)*
    *     at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)*
    *     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)*
    *     at weblogic.security.service.SecurityManager.runAs(Unknown Source)*
    *     at weblogic.security.Security.runAs(Security.java:41)*
    *     at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)*
    *     at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)*
    *     at org.quartz.core.JobRunShell.run(JobRunShell.java:178)*
    *     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)*
    *ERROR,20 Aug 2009 09:08:49,202,[XELLERATE.GC.FRAMEWORKRECONCILIATION],Reconciliation Encountered error:*
    com.thortech.xl.gc.exception.ProviderException: No Parent files in staging directory or necassary access(READ) permissions are missing
    *     at com.thortech.xl.gc.impl.recon.SharedDriveReconTransportProvider.getFirstPage(Unknown Source)*
    *     at com.thortech.xl.gc.runtime.GCScheduleTask.execute(Unknown Source)*
    *     at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)*
    *     at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)*
    *     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)*
    *     at weblogic.security.service.SecurityManager.runAs(Unknown Source)*
    *     at weblogic.security.Security.runAs(Security.java:41)*
    *     at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)*
    *     at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)*
    *     at org.quartz.core.JobRunShell.run(JobRunShell.java:178)*
    *     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)*
    Caused by: com.thortech.xl.gc.exception.ReconciliationTransportException: No Parent files in staging directory or necassary access(READ) permissions are missing
    *     at com.thortech.xl.gc.impl.recon.SharedDriveReconTransportProvider.getAllData(Unknown Source)*
    *     ... 11 more*
    *WARN,20 Aug 2009 09:08:49,203,[XELLERATE.GC.FRAMEWORKRECONCILIATION],Though Reconciliation Scheduled task has encountered an error, Reconciliation Transport providers have been "ended" smoothly. Any provider operation that occurs during that "end" or "clean-up" phase would have been executed e.g. Data archival. In case you want that data to be a part of next Reconciliation execution, restore it from Staging. Provider logs must be containing details about storage entities that would have been archived*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Method: SharedDriveReconTransportProvider/end entered.*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Medthod: SharedDriveReconTransportProvider/end - After calling: Re-setting instance variables*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Medthod: SharedDriveReconTransportProvider/end - After calling: Re-set over for instance variables*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.GC.PROVIDER.RECONCILIATIONTRANSPORT],Class/Method: SharedDriveReconTransportProvider/end left.*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.SCHEDULER.TASK],Class/Method: SchedulerBaseTask/run left.*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.SCHEDULER.TASK],Class/Method: SchedulerBaseTask/isSuccess entered.*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.SCHEDULER.TASK],Class/Method: SchedulerBaseTask/isSuccess left.*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.SERVER],Class/Method: SchedulerTaskLocater /removeLocalTask entered.*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.SERVER],Class/Method: SchedulerTaskLocater /removeLocalTask left.*
    *DEBUG,20 Aug 2009 09:08:49,203,[XELLERATE.SERVER],Class/Method: QuartzWrapper/updateStatusToInactive entered.*
    *DEBUG,20 Aug 2009 09:08:49,207,[XELLERATE.SERVER],Class/Method: QuartzWrapper/updateStatusToInactive left.*
    *DEBUG,20 Aug 2009 09:08:49,207,[XELLERATE.SERVER],Class/Method: QuartzWrapper/updateTaskHistory entered.*
    *DEBUG,20 Aug 2009 09:08:49,208,[XELLERATE.SERVER],Class/Method: QuartzWrapper/updateTaskHistory left.*
    *DEBUG,20 Aug 2009 09:08:49,209,[XELLERATE.SERVER],Clearing Security Associations with thread executing Scheduled task*
    *DEBUG,20 Aug 2009 09:08:49,210,[XELLERATE.SERVER],Class/Method: QuartzWrapper/run left.*
    *DEBUG,20 Aug 2009 09:08:49,210,[XELLERATE.SERVER],Class/Method: QuartzWrapper/execute left.*
    However, to my amazement, the reconciliation event for all the user are getting created in OIM Design console;
    I have tried changing the directory /home/GTC permission to 777 also but it didnt help.
    If anyone has any clue on this, kindly help.
    Cheers,
    Sunny

    AS you are saying that fiel is there.
    Can you please tell me how your recon sch task is running, I mean to say at what interval or once or daily ?
    If you are putting your file in parent form it is going to archive after recon. that';s correct and your recon manager is getting users that is also correct it means your recon si working fine.
    Now to run this recon second time you have to put one more fiel with new records or updated records in the parent dir otherwise it shows error.
    For me it is not showing any error.
    As user774847 is saying that it is known issue, i can't comment on this as I am not getting this error. I get this error only when i don't put any flat file in parent dir and i run the sch task.
    Just put new file or updated one for each time you run the SCh Task and make the SCh Task ONCE or Daily.
    Let me know if errors are still coming

Maybe you are looking for