[solved] ruby script do not work (in arch)

Hi!
I want to change my csv blinklist exported data to a html bookmarks format (to import it to delicious)
I installed ruby, and used this script: http://rubenlaguna.com/wp/2010/01/03/mi … v-to-html/
but it shows this error:
$ ruby change.rub
/usr/lib/ruby/1.9.1/csv.rb:1329:in `initialize': can't convert String into Integer (TypeError)
        from /usr/lib/ruby/1.9.1/csv.rb:1329:in `open'
        from /usr/lib/ruby/1.9.1/csv.rb:1329:in `open'
        from change.rub:18:in `block in <main>'
        from change.rub:6:in `open'
        from change.rub:6:in `<main>'
the csv file looks like this:
http://pastebin.ca/1737483
any idea what is wrong?
friends, that do not uses arch, tested it and it worked in their machines...
Last edited by luuuciano (2010-01-04 19:15:35)

Hi, the problem is that Arch Linux uses the newer Ruby 1.9.x version which is incompatible with that script. I have tried to fix the script for you, it seems to work but I don't even know what delicious is so you'll have to just try it and see
http://pastebin.ca/1737706

Similar Messages

  • Email Notification Script is Not Working in Windows Server 2012..

    Dears
    I have Server 2012 and I wants to make new task seclude for email notification, while any user is login to the
    server the server will send notification email about user name and IP address for the user, I have script it is working fine in windows 2008 and it is xml file, but the script is not working in 2012 because in task schedule in windows 2008 there is an option
    called send email but in windows 2012 this option is deprecated, I’m using start program to run the script in PowerShell instead of send email and I configured as an
     end-MailMessage
    -From [email protected]
    -Subject "Email Notification"
    -To [email protected]
    -SmtpServer mail.domainName.com
    But when I use this PowerShell I only receive email notification without any name and IP address, kindly I need
    your support and help, I’m using below script.
    <?xml version="1.0" encoding="UTF-16"?>
    < Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Date>2013-11-27T11:16:32.3962177</Date>
        <Author>Company Name\User Name</Author>
        <Description>RDP Login V1</Description>
      </RegistrationInfo>
      <Triggers>
        <EventTrigger>
          <Enabled>true</Enabled>
          <Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="Security"&gt;&lt;Select Path="Security"&gt;*[System[(EventID=4624)]] and *[EventData[Data[@Name='LogonType'] and (Data=10)]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription>
          <ValueQueries>
            <Value name="IpAddress">Event/EventData/Data[@Name="IpAddress"]</Value>
            <Value name="TargetUserName">Event/EventData/Data[@Name="TargetUserName"]</Value>
          </ValueQueries>
        </EventTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>Company Name\User Name</UserId>
          <LogonType>Password</LogonType>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>false</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>true</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <SendEmail>
          <Server>Name of the Server.com</Server>
          <Subject>RDP Login V1</Subject>
          <To>Sender Name</To>
          <From>Any Email.com</From>
          <Body>Login Alert on ServerName IP : $(IpAddress)  User: $(TargetUserName). Please take necessary action</Body>
          <HeaderFields />
        </SendEmail>
      </Actions>
    < /Task>

    Dears
    I have Server 2012 and I wants to make new task seclude for email notification, while any user is login to the
    server the server will send notification email about user name and IP address for the user, I have script it is working fine in windows 2008 and it is xml file, but the script is not working in 2012 because in task schedule in windows 2008 there is an option
    called send email but in windows 2012 this option is deprecated, I’m using start program to run the script in PowerShell instead of send email and I configured as an
     end-MailMessage
    -From [email protected]
    -Subject "Email Notification"
    -To [email protected]
    -SmtpServer mail.domainName.com
    But when I use this PowerShell I only receive email notification without any name and IP address, kindly I need
    your support and help, I’m using below script.
    <?xml version="1.0" encoding="UTF-16"?>
    < Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Date>2013-11-27T11:16:32.3962177</Date>
        <Author>Company Name\User Name</Author>
        <Description>RDP Login V1</Description>
      </RegistrationInfo>
      <Triggers>
        <EventTrigger>
          <Enabled>true</Enabled>
          <Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="Security"&gt;&lt;Select Path="Security"&gt;*[System[(EventID=4624)]] and *[EventData[Data[@Name='LogonType'] and (Data=10)]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription>
          <ValueQueries>
            <Value name="IpAddress">Event/EventData/Data[@Name="IpAddress"]</Value>
            <Value name="TargetUserName">Event/EventData/Data[@Name="TargetUserName"]</Value>
          </ValueQueries>
        </EventTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>Company Name\User Name</UserId>
          <LogonType>Password</LogonType>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>false</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>true</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <SendEmail>
          <Server>Name of the Server.com</Server>
          <Subject>RDP Login V1</Subject>
          <To>Sender Name</To>
          <From>Any Email.com</From>
          <Body>Login Alert on ServerName IP : $(IpAddress)  User: $(TargetUserName). Please take necessary action</Body>
          <HeaderFields />
        </SendEmail>
      </Actions>
    < /Task>

  • Script does not work anymore after updating to FM 12.0.3

    Hi,
    With TCS5, Robohelp would crash when importing FrameMaker books to RH, because the FM files had embedded graphics. So, I found a script to externalize the graphics before doing the import (the script is: ExtendScript of the week: Externalizing Graphics « TechComm Central by Adobe). However, this script is not working since I updated from 12.0.2 to 12.0.3. And without this script, we can't create HTML5 output!
    Although I wrote a few simple scripts, this one is quite complex and would be difficult to debug. Anyone here knows what could have changed to make the script useless after such a small update? Or can update this script to make it work?
    Thanks!

    Hi again,
    For those who would like to know... I made this script work with 12.0.3. I simply removed the instructions that  added an item in the File menu and stuff about a report, which I don't think ever worked. So, I still don't know exactly why it didn't work anymore (don't have time or knowledge to investigate), but I'm still interested to know.

  • Cross-frame scripting is not working in Safari 3.0.4. Minimal example code.

    Hello,
    I've found that cross-frame scripting is not working in Safari 3.0.4, as it worked
    ok on Safari 3.0.1, and in other browsers I tried: Firefox, Mozilla, IE.
    document.domain property is set to "ds2ps.net", correctly to the best of my knowledge
    in the frameset and in both frames. Both frames and frameset are loaded
    from subdomains of the same domain "ds2ps.net"
    Please have a look at this mimimal example:
    http://frameset.ds2ps.net/frames-test/frameset.html
    Press buttons to get alert with value of a variable defined in the frameset
    and in the first frame.
    This gives "undefined" in Safari 3.0.4, and give following message in Safari
    JavaScript console:
    Unsafe JavaScript attempt to access frame with URL http://frameset.ds2ps.net/frames-test/frameset.html from frame with URL http://frame2.ds2ps.net/frames-test/frame2.html. Domains, protocols and ports must match.
    Works ok in all other browsers and in earlier versions of Safari.
    Apperently, I'm doing something incorrectly.
    I would appreciate if Apple Safari developers have a look at this problem and suggest solution.
    My company is developing web application which depends on cross-frame scripting,
    and we would like to continue supporting Safari browser.
    Thank you,
    John

    Thank you, iBod,
    We've submitted this bug at http://bugs.webkit.org
    Bug 16444: Cross-frame scripting not working in Safari 3.0.4 despite proper document.domain set in all frames
    Thank you for your suggestion!

  • I am trying to reinstall Flash CS4 professional as the action script is not working but now I am getting an error: 2 message when I use the original CD to try and reinstall

    I can't get the original disk to work on a reinstall.  I get the message
    AdobeColorCommonSetRGB
    Error:
    Error 2.
    I teach a class using this program on Macintosh computers running 10.9.5 and the action script is not working.  It will work on any program designed using the 10.8 but if you design any animation on 10.9.5 the action script will not work for the buttons

    You would have to manually delete the color profiles in question... Run the cleaner tool and see if it gets you started.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • XML create script is not working in Photoshop.

    Hi All
    Below i have mentioned script is not working. Kindly check and advice. Please do this needful
    #target photoshop;
    var createDefaultXML, createPresetChild, defaultXML, initDDL, presetFile, presetNamesArray, readXML, resPath, win, windowResource, writeXML, xmlData,
      __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
    windowResource = "dialog {  \
        orientation: 'column', \
        alignChildren: ['fill', 'top'],  \
        size:[410, 210], \
        text: 'DropDownList Demo - www.davidebarranca.com',  \
        margins:15, \
        controlsPanel: Panel { \
            orientation: 'column', \
            alignChildren:'right', \
            margins:15, \
            text: 'Controls', \
            controlsGroup: Group {  \
                orientation: 'row', \
                alignChildren:'center', \
                st: StaticText { text: 'Amount:' }, \
                mySlider: Slider { minvalue:0, maxvalue:500, value:300, size:[220,20] }, \
                myText: EditText { text:'300', characters:5, justify:'left'} \
        presetsPanel: Panel { \
            orientation: 'row', \
            alignChildren: 'center', \
            text: 'Presets', \
            margins: 14, \
            presetList: DropDownList {preferredSize: [163,20] }, \
            saveNewPreset: Button { text: 'New', preferredSize: [44,24]}, \
            deletePreset: Button { text: 'Remove', preferredSize: [60,24]}, \
            resetPresets: Button { text: 'Reset', preferredSize: [50,24]} \
        buttonsGroup: Group{\
            alignChildren: 'bottom',\
            cancelButton: Button { text: 'Cancel', properties:{name:'cancel'},size: [60,24], alignment:['right', 'center'] }, \
            applyButton: Button { text: 'Apply', properties:{name:'apply'}, size: [100,24], alignment:['right', 'center'] }, \
    win = new Window(windowResource);
    xmlData = null;
    presetNamesArray = [];
    resPath = File($.fileName).parent;
    presetFile = new File("" + resPath + "/presets.xml");
    defaultXML = <presets>
            <preset default="true">
                <name>select...</name>
                <value></value>
            </preset>
            <preset default="true">
                <name>Default value</name>
                <value>100</value>
            </preset>
            <preset default="true">
                <name>Low value</name>
                <value>10</value>
            </preset>
            <preset default="true">
                <name>High value</name>
                <value>400</value>
            </preset>
        </presets>;
    writeXML = function(xml, file) {
      if (file == null) {
        file = presetFile;
      try {
        file.open("w");
        file.write(xml);
        file.close();
      } catch (e) {
        alert("" + e.message + "\nThere are problems writing the XML file!");
      return true;
    readXML = function(file) {
      var content;
      if (file == null) {
        file = presetFile;
      try {
        file.open('r');
        content = file.read();
        file.close();
        return new XML(content);
      } catch (e) {
        alert("" + e.message + "\nThere are problems reading the XML file!");
      return true;
    createDefaultXML = function() {
      if (!presetFile.exists) {
        writeXML(defaultXML);
        void 0;
      } else {
        presetFile.remove();
        createDefaultXML();
      return true;
    createPresetChild = function(name, value) {
      var child;
      return child = <preset default="false">
                    <name>{name}</name>
                    <value>{value}</value>
                </preset>;
    initDDL = function() {
      var i, nameListLength;
      if (!presetFile.exists) {
        createDefaultXML();
        initDDL();
      xmlData = readXML();
      if (win.presetsPanel.presetList.items.length !== 0) {
        win.presetsPanel.presetList.removeAll();
      nameListLength = xmlData.preset.name.length();
      presetNamesArray.length = 0;
      i = 0;
      while (i < nameListLength) {
        presetNamesArray.push(xmlData.preset.name[i].toString());
        win.presetsPanel.presetList.add("item", xmlData.preset.name[i]);
        i++;
      win.presetsPanel.presetList.selection = win.presetsPanel.presetList.items[0];
      return true;
    win.controlsPanel.controlsGroup.myText.onChange = function() {
      return this.parent.mySlider.value = Number(this.text);
    win.controlsPanel.controlsGroup.mySlider.onChange = function() {
      return this.parent.myText.text = Math.ceil(this.value);
    win.presetsPanel.presetList.onChange = function() {
      if (this.selection !== null && this.selection.index !== 0) {
        win.controlsPanel.controlsGroup.myText.text = xmlData.preset[this.selection.index].value;
        win.controlsPanel.controlsGroup.mySlider.value = Number(xmlData.preset[this.selection.index].value);
      return true;
    win.presetsPanel.resetPresets.onClick = function() {
      if (confirm("Warning\nAre you sure you want to reset the Preset list?", true)) {
        createDefaultXML();
        return initDDL();
    win.presetsPanel.saveNewPreset.onClick = function() {
      var child, presetName;
      presetName = prompt("Give your preset a name!\nYou'll find it in the preset list.", "User Preset", "Save new Preset");
      if (presetName == null) {
        return;
      if (__indexOf.call(presetNamesArray, presetName) >= 0) {
        alert("Duplicate name!\nPlease find another one.");
        win.presetsPanel.saveNewPreset.onClick.call();
      child = createPresetChild(presetName, win.controlsPanel.controlsGroup.myText.text);
      xmlData.appendChild(child);
      writeXML(xmlData);
      initDDL();
      return win.presetsPanel.presetList.selection = win.presetsPanel.presetList.items[win.presetsPanel.presetList.items.length - 1];
    win.presetsPanel.deletePreset.onClick = function() {
      if (xmlData.preset[win.presetsPanel.presetList.selection.index][email protected]() === "true") {
        alert("Can't delete \"" + xmlData.preset[win.presetsPanel.presetList.selection.index].name + "\"\nIt's part of the default set of Presets");
        return;
      if (confirm("Are you sure you want to delete \"" + xmlData.preset[win.presetsPanel.presetList.selection.index].name + "\" preset?\nYou can't undo this.")) {
        delete xmlData.preset[win.presetsPanel.presetList.selection.index];
      writeXML(xmlData);
      return initDDL();
    initDDL();
    win.show();

    You should use the scripting forum. I only hack at Photoshop scripting when I need to.  What I put together is usually made from code I find on the web and modify to do what I want to do. When it come down to it I really don't know javascript.  Your javascript knowledge is way beyond mine.  To tell the truth I don'e even understand the syntax of you first statment after target Photoshop.
    I have a programming background but most of mine was was in design, debugging, and developing programming development tools.  I retired back in 2002.   I never got into Object orientated programming though it was in full swing as was C programming along with java.  Microsoft had given up on its object orientate desktop OS2 system sidetracking IBM with it.
    I did not look closely at your code.  That something you should do. You know more then I do.....
    In the scripting forum you will get better help then I can give you.   Many of the better scriptwriter seem to have left there becase of  frustration with Adobe support. However there are some that still visit there regularly.
    You may want to look into Xtools there open source and the author still visits the forum from time to time. I have use some of his scripts but have never gotten into his library I'm retired I only play a little to keep some brain function. ps-scripts - Browse /xtools at SourceForge.net

  • Java script is not working in custom tabular form

    hai all,
    i have changed my built in tabular form to custom tabular form.my java script is coding working fine in built in tabular form . But in my custom tabular form java script is not working ,since it is created as standard report(Display As).
    pls help me.
    with thanks and regards
    sivakumar.G

    Is the appostrophe function test(pthis) *'* present in your javascript code...
    If not can you post the same in apex.oracle.com and give the credential so that I can the why its not wroking
    Regards,
    Shijesh

  • How to set up the interaction between InDesign CS6 8.0 and Photoshop CS 6 - if Photoshop is installed and the 64 and 32-bit?? default InDesign refers to the 64-bit version of Photoshop and scripts do not work.

    how to set up the interaction between InDesign CS6 8.0 and Photoshop CS 6 - if Photoshop is installed and the 64 and 32-bit?? default InDesign refers to the 64-bit version of Photoshop and scripts do not work.

    Nice of you to point it out here as I at least don’t follow Mr.Nash’s blog regularly.

  • PHP scripts are not working after deploying it on website

    Hi,
    I have recently deployed my flex application on a web hosting (000webhost.com) and now my application is getting launched properly. Visit (www.kpratik.webatu.com).
    I have used PHP script to interact with database MySQL. Locally everything was working fine but when I have deployed it to internet my PHP scripts are not working and any database opeartion is not getting performed. I have already chaned to host, username password in the PHP file as given my service provider.
    Please let me know if you have any input on this.
    Reponse will be highly appreciated.
    Regards,
    Pratik

    Hello,
    Ok let me explain you where exactly it is going wrong.
    I am constructing SQL query in my ActionScript code and I am passing this query to my PHP script using HTTPService. Now when I am hardcoing the query in PHP script i found it is working perfectly which means my query is not getting passed to PHP script.
    Please let me know what could be the reason.
    I am using POST method for HTTPService.
    Thanks,
    Pratik

  • [SOLVED] wine Visio 2007 or Project 2007 not working on ARCH 64 bits

    Hi, i'm having problems installing Visio 2007 or any other microsoft app.
    My system;
    $ uname -r
    2.6.39-ARCH
    $ pacman -Qs wine
    local/wine 1.3.23-1
    A compatibility layer for running Windows programs
    local/wine_gecko 1.2.0-1
    Wine's built-in replacement for Microsoft's Internet Explorer
    local/winetricks 20110629-1
    Script to install various redistributable runtime libraries in Wine.
    That's what i've done.
    $ pacman -S wine wine_gecko winetricks lib32-libpng --> OK
    $ WINEARCH=win32 winecfg --> OK
    wine: created the configuration directory '/home/user/.wine'
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    fixme:storage:create_storagefile Storage share mode not implemented.
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    fixme:iphlpapi:NotifyAddrChange (Handle 0x8fee91c, overlapped 0x8fee900): stub
    err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: cannot open shared object file: No such file or directory
    wine: configuration in '/home/user/.wine' has been updated.
    $ winetricks msxml3 --> OK
    $ winetricks corefonts --> OK
    $ winetricks riched20 --> OK
    $ winetricks gdiplus --> OK
    $ wine Downloads/Microsoft/Visio2007/setup.exe
    err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:system:SetProcessDPIAware stub!
    fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
    err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
    err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
    fixme:htmlhelp:HtmlHelpW HH case HH_UNINITIALIZE not handled.
    fixme:process:GetLogicalProcessorInformation ((nil),0x33f038): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33f034 0x33f028
    $ err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
    fixme:imm:ImmDisableIME (-1): stub
    fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Office 12"): stub
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x00000104,0x300bcf54,0x68ca3c): stub
    err:eventlog:ReportEventW L"office12setup"
    err:eventlog:ReportEventW L"{10120000-0f00-0000-0000--0000000ff1ce}"
    err:eventlog:ReportEventW L"12.0.4518.1014"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"0x80040154"
    err:eventlog:ReportEventW L"visio.en-us_setup.xml"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    fixme:process:GetLogicalProcessorInformation ((nil),0x33fc20): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33fc1c 0x33fc10
    I'll appreciate any help on this.
    Last edited by jorel1981 (2011-07-03 16:16:24)

    Ok, installed riched30 but still not working...
    $ wine Downloads/Microsoft/Visio2007/setup.exeerr:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:system:SetProcessDPIAware stub!
    fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
    fixme:richedit:REExtendedRegisterClass semi stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
    err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
    fixme:htmlhelp:HtmlHelpW HH case HH_UNINITIALIZE not handled.
    fixme:process:GetLogicalProcessorInformation ((nil),0x33f038): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33f034 0x33f028
    $ err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
    fixme:imm:ImmDisableIME (-1): stub
    fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Office 12"): stub
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x00000104,0x300bcf54,0x79ca3c): stub
    err:eventlog:ReportEventW L"office12setup"
    err:eventlog:ReportEventW L"{10120000-0f00-0000-0000--0000000ff1ce}"
    err:eventlog:ReportEventW L"12.0.4518.1014"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"0x80040154"
    err:eventlog:ReportEventW L"visio.en-us_setup.xml"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    err:ole:CoUninitialize Mismatched CoUninitialize
    err:ole:CoUninitialize Mismatched CoUninitialize
    fixme:process:GetLogicalProcessorInformation ((nil),0x33fc20): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33fc1c 0x33fc10
    Last edited by jorel1981 (2011-07-02 00:34:32)

  • [Solved For Now] Wireless Not Working on HP Pavillion 15-n278sa

    EDIT: I seem to have fixed it for now by following this tutorial, I don't know how long it will last though: http://askubuntu.com/questions/337785/w … -c55-a5281
    Hi there guys,
    I have been having some problems with my Wireless under arch on my lapotop, which is a HP Pavillion 15-n278sa. I've had the wireless working twice before, but a reboot broke it both times. The Ethernet works perfectly fine. The first time I have no idea how I got it to work, it was a combination of a bunch of different threads and eventually I modprobed the wireless adapter and it worked (this no longer works).
    This is the output of when I try to connect to the wireless using wifi-menu:
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    So I run systemctl status [email protected] and journalctl -xn and this is the output of the both respectively:
    Systemctl output:
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Wed 2014-03-19 11:20:53 GMT; 1min 49s ago
    Docs: man:netctl.profile(5)
    Process: 2154 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
    Main PID: 2154 (code=exited, status=1/FAILURE)
    Mar 19 11:20:52 carwyn-laptop systemd[1]: Starting Automatically generated profile by wifi-menu...
    Mar 19 11:20:53 carwyn-laptop systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
    Mar 19 11:20:53 carwyn-laptop systemd[1]: Failed to start Automatically generated profile by wifi-menu.
    Mar 19 11:20:53 carwyn-laptop systemd[1]: Unit [email protected] entered failed state.
    Mar 19 11:20:53 carwyn-laptop network[2154]: Starting network profile 'wireless'...
    Mar 19 11:20:53 carwyn-laptop network[2154]: The interface of network profile 'wireless' is already up
    journalctl output:
    -- Logs begin at Sun 2014-03-16 14:34:24 GMT, end at Wed 2014-03-19 11:24:47 GMT. --
    Mar 19 11:24:42 carwyn-laptop sudo[2237]: carwyn : TTY=pts/1 ; PWD=/home/carwyn ; USER=root ; COMMAND=/usr/bin/wifi-menu
    Mar 19 11:24:42 carwyn-laptop sudo[2237]: pam_unix(sudo:session): session opened for user root by carwyn(uid=0)
    Mar 19 11:24:47 carwyn-laptop systemd[1]: Stopped Automatically generated profile by wifi-menu.
    -- Subject: Unit [email protected] has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has finished shutting down.
    Mar 19 11:24:47 carwyn-laptop systemd[1]: Starting Automatically generated profile by wifi-menu...
    -- Subject: Unit [email protected] has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has begun starting up.
    Mar 19 11:24:47 carwyn-laptop network[2301]: Starting network profile 'wireless'...
    Mar 19 11:24:47 carwyn-laptop network[2301]: The interface of network profile 'wireless' is already up
    Mar 19 11:24:47 carwyn-laptop systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
    Mar 19 11:24:47 carwyn-laptop systemd[1]: Failed to start Automatically generated profile by wifi-menu.
    -- Subject: Unit [email protected] has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has failed.
    -- The result is failed.
    Mar 19 11:24:47 carwyn-laptop systemd[1]: Unit [email protected] entered failed state.
    Mar 19 11:24:47 carwyn-laptop sudo[2237]: pam_unix(sudo:session): session closed for user root
    The network cards that I am using are the following (output from lspci -nn)
    02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
    03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
    This one being the wireless controller:
    02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
    If there is anything more I can provide I would happily do it, I really need the wireless to work under this laptop. I know it works, I have had it working under Arch and it works under Ubuntu no problem. I am not sure if it is a driver problem, or if it's a problem with netctl. It looks more like a problem with netctl as after netctl updated it started working, and after a reboot it broke again.
    Thanks so very much everyone,
    Bacondrinker
    Last edited by bacondrinker (2014-03-19 13:47:15)

    Synaptics Touchpad driver:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-124009-1&cc=us&dlc=en&lc=en​...
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • [solved] NFS client will not work correctly

    I have all my $HOME on an NFS Server. So long I used suse and debian, now I want switch to arch but the nfs-client ist not working correctly:
    I start "portmap nfslock nfsd netfs" over rc.conf. When I do a "rpcinfo -p <ip-arch-system>" I got the following
    stefan:/home/stefan # rpcinfo -p 192.168.123.3
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100003    2   udp   2049  nfs
        100003    3   udp   2049  nfs
        100003    4   udp   2049  nfs
        100021    1   tcp  48988  nlockmgr
        100021    3   tcp  48988  nlockmgr
        100021    4   tcp  48988  nlockmgr
        100003    2   tcp   2049  nfs
        100003    3   tcp   2049  nfs
        100003    4   tcp   2049  nfs
        100005    3   udp    891  mountd
        100005    3   tcp    894  mountd
    As you see "status" is missing, so the statd is not running. It sould look like the result on my suse box:
    stefan:/home/stefan # rpcinfo -p 192.168.123.2
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100024    1   udp  32768  status
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100024    1   tcp  35804  status
        100021    1   tcp  35804  nlockmgr
        100021    3   tcp  35804  nlockmgr
        100021    4   tcp  35804  nlockmgr
    There is the "status" line and so the statd is running.
    How can I fix that problem, so that statd ist running on my arch box too?
    Last edited by stka (2007-06-10 15:59:48)

    The Problem ist solved.
    I use ldap for authentication. During the setup of the ldapclient I copied the nsswitch.ldap to nsswitch.conf. But the line for "hosts:" was:
    hosts:          dns ldap
    but in my dns ist no localhost entry. After I changed this line to:
    hosts:          files dns ldap
    everything was ok. The statd is now running and I can start to migrate to archlinux ;-)

  • Links in between 2 Nodes in the Interactive Scripts is not working ,

    Hi, Experts
    I saw u r reply's Regarding, Interactive Scripts, I felt happy thats Somebody is here with some expertise ,
    Here my problem is , we are developing the scripts, we are attching the nodes in the Scripts with Arrow line , But here for Some Scripts that link is working, it means once u click on the node it is going to next level and for Some perticular Scripts this link is not working , in webclient Script navigation is not possible, it mean the link is not picking up ,
    Can u help in this issue ,
    if , it neccessary i will send the Scrpit XML file to U , so that it is easy to investigate,
    i did redesign the Script for lot of time , i think this is happening Because OF JAVA , or ITS error in the Server,
    Can u please suggest me in this , it is urgent ..........
    Regards
    Sreelatha

    I solved it this way:
    I solved it like this: In the Form1_Load event i did:
    SetToLevel(treeViewMS1.Nodes, 1);
    In my case i wanted it to begin by default in level 1.
    Then in the numericupdown1 changed value event:
    private void numericUpDown1_ValueChanged(object sender, EventArgs e)
    SetToLevel(treeViewMS1.Nodes, (int)numericUpDown1.Value);
    Then the method SetToLevel:
    void SetToLevel(TreeNodeCollection nodes, int level)
    foreach (TreeNode node in nodes)
    node.Collapse(false);
    ExpandToLevel(nodes, level);
    And last the method EXpandToLevel:
    void ExpandToLevel(TreeNodeCollection nodes, int level)
    if (level > 0)
    foreach (TreeNode node in nodes)
    node.Expand();
    ExpandToLevel(node.Nodes, level -1);
    And now it's working perfect like i wanted it to work. When changing the numericupdown value it's changing the node tree expand/collapse levels.

  • [Solved] Wacom pen buttons not working

    Hi, this is probably simple to fix, but I don't understand everything well enough to get it set up.  I have a Fujitsu T5010 with internal Wacom tablet.  The Wacom drivers are installed.  I can use the pen to move the pointer, and click.  However, the buttons on the side of the pen do not work.  Also, the eraser end of the pen seems to register as an ordinary single click, rather than a separate input.
    Here are some relevant outputs:
    $ xsetwacom get "Serial Wacom Tablet FUJ02e5 stylus" all
    Option "Area" "0 0 28808 18080"
    'Button' requires exactly 1 value(s).
    Option "ToolDebugLevel" "0"
    Option "TabletDebugLevel" "0"
    Option "Suppress" "2"
    Option "RawSample" "4"
    Option "PressureCurve" "0 0 100 100"
    Option "Mode" "Absolute"
    Option "TabletPCButton" "on"
    Option "Touch" "off"
    Option "Gesture" "off"
    Option "ZoomDistance" "0"
    Option "ScrollDistance" "0"
    Option "TapTime" "250"
    Property 'Wacom Proximity Threshold' does not exist on device.
    Option "Rotate" "none"
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Option "Threshold" "27"
    Option "ToolType" "325"
    Option "ToolSerial" "0"
    Option "ToolID" "0"
    Option "ToolSerialPrevious" "0"
    Option "BindToSerial" "0"
    Option "TabletID" "144"
    and
    $ xsetwacom get "Serial Wacom Tablet FUJ02e5 eraser" all
    Option "Area" "0 0 28808 18080"
    'Button' requires exactly 1 value(s).
    Option "ToolDebugLevel" "0"
    Option "TabletDebugLevel" "0"
    Option "Suppress" "2"
    Option "RawSample" "4"
    Option "PressureCurve" "0 0 100 100"
    Option "Mode" "Absolute"
    Property 'Wacom Hover Click' does not exist on device.
    Option "Touch" "off"
    Option "Gesture" "off"
    Option "ZoomDistance" "0"
    Option "ScrollDistance" "0"
    Option "TapTime" "250"
    Property 'Wacom Proximity Threshold' does not exist on device.
    Option "Rotate" "none"
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Option "Threshold" "27"
    Option "ToolType" "379"
    Option "ToolSerial" "0"
    Option "ToolID" "0"
    Option "ToolSerialPrevious" "0"
    Option "BindToSerial" "0"
    Option "TabletID" "144"
    Also, I have no /etc/X11/xorg.conf, but I do have a /etc/X11/xorg.conf.d/50-wacom.conf, which looks like
    $ cat /etc/X11/xorg.conf.d/50-wacom.conf
    Section "InputClass"
    Identifier "Wacom class"
    MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    EndSection
    Section "InputClass"
    Identifier "Wacom serial class"
    MatchProduct "Serial Wacom Tablet"
    Driver "wacom"
    EndSection
    Section "InputClass"
    Identifier "Wacom serial class identifiers"
    MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
    Driver "wacom"
    EndSection
    # Waltop tablets
    Section "InputClass"
    Identifier "Waltop class"
    MatchProduct "WALTOP"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    EndSection
    # N-Trig Duosense Electromagnetic Digitizer
    Section "InputClass"
    Identifier "Wacom N-Trig class"
    MatchProduct "HID 1b96:0001|N-Trig Pen"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    Option "Button2" "3"
    EndSection
    I am running 64-bit Arch, installed only a month ago (so completely systemd), and fully up to date as of last night.
    Last edited by khelar (2012-12-13 19:03:54)

    Never mind, I solved my own issue.  In my /etc/X11/xorg.conf.d/50-wacom.conf, I modified the following section
    Section "InputClass"
    Identifier "Wacom serial class identifiers"
    MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
    Driver "wacom"
    EndSection
    to read
    Section "InputClass"
    Identifier "Wacom serial class identifiers"
    MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
    Driver "wacom"
    Option "Button1" "1"
    Option "Button2" "2"
    Option "Button3" "3"
    EndSection

  • [SOLVED] ASUS Screen Brightness Not Working

    I have been trying for a few hours to get my screen brightness to work properly. I'm on an ASUS Zenbook Prime UX31A with kernel 3.9.6-1. I'm using efibootmgr to boot.
    According to the wiki page and numerous posts, I need to use the acpi_osi="!Windows 2012" boot parameter. When I set it using efibootmgr, the keyboard backlight keys work (Fn+F[34]), but the screen brightness keys (Fn+F[56]) do not work. I have tried the following in efibootmgr:
    # efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u initrd=EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi=Linux add_efi_memmap
    # efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u initrd=EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi=intel add_efi_memmap
    # efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u initrd=EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi= add_efi_memmap
    and a few others. The particularly peculiar thing is when I use a UEFI shell to boot with my script:
    echo -on
    \EFI\arch\vmlinuz-arch.efi root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 add_efi_memmap efi_no_storage_paranoia initrd=EFI/arch/initramfs-arch.img elevator=noop acpi_osi="!Windows 2012"
    it works fine (both keyboard backlight and screen brightness).
    What am I doing wrong? My hunch is that I'm doing something wrong with the formatting of acpi_osi="!Windows 2012" but I'm pretty sure I've tried every combination of different quotes and escaping different things. It's also worth nothing that the "!" gets interpreted by bash in some of these permutations making efibootmgr not actually run.
    Last edited by tobit (2013-06-30 02:37:30)

    WonderWoofy wrote:
    Because you are entering it in a shell, you need to escape some of the things in the acpi_osi="!Windows 2012" string.  So for example, the double quotes are intended to be entered exactly as is in the resulting efibootmgr entry, so these should be esacped since they would otherwise have a special meaning in the command line.  The same is true for the exclamation point.  So I think you would have to do:
    efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u "initrd=/EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi=\"\!Windows 2012\" add_efi_memmap"
    BTW, this is just a copy/paste of one of the entries above (slightly fixed).  I added a '/' to your initrd entry, as it is supposed to be an absolute path, not a relative one.
    Edit: I too started out with a direct efibootmgr entry when getting to know UEFI.  But I think that a better solution is to use a boot manager.  I like gummiboot, but I also keep rEFInd set up as well.  By doing this, if you ever want to chane something on your kernel command line, you can just edit the config before reboot.  But I think that were it is really useful is if you need to modify the kernel command line before you boot, as it is not possible with a direct efibootmgr entry.  If you want to make it seem seamless, just set the timeout to zero in efibootmgr, and then if you want to get to the menu, you just hold the spacebar while booting. 
    The reason I wanted to use a direct efibootmgr entry was because I thought it would be faster.  But because gummiboot and systemd will actually give you the time it takes to boot which includes the time in the firmware (POST) as well as the time it takes to get through the boot manager, I have actually found that my system takes a whole 14ms from the end of POST to starting to load the kernel.
    Edit2: BTW, I also quoted the entire srting of arguments on the kernel command line, which it need in order to be fed to the '-u' option as a single string.
    I'm afraid that still doesn't work. I've tried similar things and tried that specifically.  In case you're wondering, the command you listed gives me the following output:
    $ sudo efibootmgr -v
    BootCurrent: 0000
    Timeout: 2 seconds
    BootOrder: 0000
    Boot0000* Arch Linux HD(1,800,96000,bee2185e-de97-4dc0-9614-830639991bc3)File(\EFI\arch\vmlinuz-arch.efi)i.n.i.t.r.d.=./.E.F.I./.a.r.c.h./.i.n.i.t.r.a.m.f.s.-.a.r.c.h...i.m.g. .r.o.o.t.=.U.U.I.D.=.d.0.b.3.2.0.8.0.-.8.4.f.0.-.4.c.6.b.-.9.3.3.b.-.f.6.2.b.8.8.0.a.f.c.0.9. .r.o. .r.o.o.t.f.s.t.y.p.e.=.e.x.t.4. .e.f.i._.n.o._.s.t.o.r.a.g.e._.p.a.r.a.n.o.i.a. .e.l.e.v.a.t.o.r.=.n.o.o.p. .a.c.p.i._.o.s.i.=.".\.!.W.i.n.d.o.w.s. .2.0.1.2.". .a.d.d._.e.f.i._.m.e.m.m.a.p...
    I also tried putting the -u argument in single quotes so that I don't have to escape the double quotes or the !. That also didn't work. Thanks for your suggestions, I'd be happy to try more, I've tried a lot already to no avail :-(
    count0 wrote:On my Asus X201E, the screen brightness keys only work when I add "acpi_osi=" to my kernel parameters, with no arguments. You could try that.
    That's the third option I say that I tried in my original post.

Maybe you are looking for

  • Report on condition type & vendor

    I guyes can you help me please In imports purchase order -Conditions we are using customs vendor I need a report based on the condition type and vendor Say for Eg : I am using condition type jcdb & vendor assingment -200 so is there any report based

  • IOS 6 maps on IPhone 4

    Does the 3D fly over work on my iPhone 4 because I just downloaded the iOS 6 software but the new maps doesn't look like it has the 3D on my IPhone 4

  • Data pump, Query "1=2" performance?

    Hi guys I am trying to export a schema using data pump however I need no data from a few of the tables since they are irrelevant but I'd still like to have the structure of the table itself along with any constraints and such. I thought of using the

  • RG1 Report printing.

    Hi All, We r not getting proper RG1 report print on A4 size with all records and format. Quantity are not coming on print view through J2iln transaction. Yusuf

  • Problem in cut off value key calculation

    Dear Experts, We have assigned a cut off key with 5% in our depreciation key with tick on " Scrap value deduction from base value". We have made a service entry sheet on 13/12/2014. On the same day we have reversed that SES. But system is taking the