User Profile

Collapse

Profile Sidebar

Collapse
vensriram
vensriram
Last Activity: Oct 31 '13, 08:26 AM
Joined: Aug 10 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vensriram
    started a topic 800A0408 Invalid character

    800A0408 Invalid character

    Hi Geeks,
    I am trying to execute the below script(cpu usage2_1.vbs) and I am getting the invalid character error 800A0408.

    Code:
    $proc =get-counter -Counter "\Processor(_Total)\% Processor Time" -SampleInterval 2
    $Cpu=($proc.readings -split ":")[-1]
    $cpu
    1. From Google the information was either there will be special characters or it will not be in ANSI encoding. But i have tried...
    See more | Go to post

  • copying files from Server to local machine using putty

    Hi,
    I am trying to copy a file from the server to the local machine using the following command in PUTTY. But it is showing "No such file or directory". Can somebody help me resolve this issue

    Code:
    scp -r USERNAME@SERVER_NAME:PATH_IN_THE_SERVER: C:/Test
    2. i have also tried to give the command this way
    Code:
    scp -r USERNAME@SERVER_NAME:PATH_IN_THE_SERVER: My IP Address\sharedpath
    ...
    See more | Go to post

  • vensriram
    started a topic Aventail vpn client 64bit download link

    Aventail vpn client 64bit download link

    Can somebdy provide me the link to download AVENTAIL VPN CLIENT for a 64 BIT MACHINE
    See more | Go to post

  • vensriram
    started a topic JAVA - file not found exception
    in Java

    JAVA - file not found exception

    I am trying to read a file with
    Code:
    FileInputStream fstream = new FileInputStream("file1.txt");
    I have placed the file exactly in the folder where the CLASS File s there. still i get an error saying "The system cannot find the file specified"

    Any suggestions?
    See more | Go to post

  • vensriram
    started a topic Toad for oracle - error

    Toad for oracle - error

    Hi,
    When i tried to connect to ORACLE 10g through TOAD I am getting this error.

    Can't initialize OCI. Error -1

    Kindly provide me some suggestions to fix this error and access the database
    See more | Go to post

  • Can we use 443 as Default port for HTTP or we should use only 80 as default port?

    Can we use 443 as Default port for HTTP or we should use only 80 as default port for HTTP
    See more | Go to post

  • The server failed to respond with a valid HTTP response - need help

    Hi,
    I am trying to do a communication set up with HTTP. when i post a file i get an error saying "The server failed to respond with a valid HTTP response". Can anybody of you shed some light on the above issue?
    See more | Go to post

  • If else end if mismatch error--"else without if"

    Hi All,
    I am trying to write a macro with VB editor in excel. However when i try to compile my code i get an error saying "ELSE WITHOUT IF"

    My code goes like this
    Code:
            If name = name1 Then
                    If activity <> activity1 Then GoTo 10
                        If subactivity <> subactivity1 Then
                                GoTo 10
    ...
    See more | Go to post

  • vensriram
    replied to Comparison operator in excel macros
    Now i have a problem with the performance. I use 2 excel to perform the task. I compare each row of EXCEL1 with all the rows of EXCEL2.
    So as the number of rows increases my excel crashes due to the for loop. My code is
    Code:
    Sub Macro3()
    '
    ' Macro3 Macro
    '
        Dim a As Integer
        Dim j As Integer
        Windows("ptimesheet.xlsm").Activate
        Dim B As String
        Dim TRACKERNAME
    ...
    See more | Go to post

    Leave a comment:


  • vensriram
    replied to Comparison operator in excel macros
    @Guido Geurs:- thanks for ur useful suggestion
    See more | Go to post

    Leave a comment:


  • vensriram
    started a topic Comparison operator in excel macros

    Comparison operator in excel macros

    I am trying to compare each cell in a i.e. A1 with B1 and if it is true i will populate the cell F1 with A1 value.....But irrespective of my input values the if condition becomes true....can anybody help me in this. My code goes like this
    Code:
    Sub Macro3()
    '
    ' Macro3 Macro
    '
        Dim i As Integer
        i = 1
        For i = 1 To 10
            If (Range("A" & i).Select = Range("B" &
    ...
    See more | Go to post

  • vensriram
    replied to usage of CASE statement
    @rabbit:-u r right.......it should not be surrounded by '.
    this statement
    Code:
    select CHARINDEX(':',name) from oracle
    is working fine, but if i put the same inside the case like the below
    Code:
    Select
    Case CHARINDEX(':',name)
    When 0 --Type1
    THEN name
    ELSE
    SubString(name,CHARINDEX(':',name)-1,LEN(name))
    END
    as column1
    i am getting an error saying name is an invalid column name..........
    See more | Go to post
    Last edited by vensriram; Sep 18 '11, 07:51 PM. Reason: change in the query

    Leave a comment:


  • vensriram
    started a topic usage of CASE statement

    usage of CASE statement

    Hi,
    I am trying to use the CASE statement in select...But i am getting errors...My query is like

    Code:
    select 
    Case CHARINDEX(':',columnname)
    When 0
    THEN'columnname'
    ELSE
    SubString('columnname',CHARINDEX(':','columnname')-1,LEN('columnname'))
    END
    as column1
    from table1
    where column1= 'xyz'
    For the above i am getting an error ORA00904(Invali d column...
    See more | Go to post

  • vensriram
    started a topic Help needed in jcl errors

    Help needed in jcl errors

    Hi I am trying to compile a JCL in my mainframe. I am getting the following errors.
    1. DSS4500E - INVALID DATA SET NAME FORMAT IN DSN= OPERAND
    2. DSS6140E - EXPECTED CONTINUATION NOT RECEIVED
    3. DSS4255E - DDNAME "SYSIN " CANNOT APPEAR BEFORE EXEC

    Can anybody of you help me out in fixing these errors
    See more | Go to post

  • vensriram
    replied to Round(45.923, -1)
    Hi Rabbit,
    Thanks for your reply.
    The problem is that, neither I have SQL nor ORACLE installed in my system @ my workplace. If I had that I would not have started this thread.
    See more | Go to post

    Leave a comment:


  • vensriram
    replied to Round(45.923, -1)
    so if it is Round(42.365,-1) it will be rounded to 40 and not 50 right?
    See more | Go to post

    Leave a comment:


  • vensriram
    started a topic Round(45.923, -1)

    Round(45.923, -1)

    Kindly explain the output of the function
    ROUND(45.923, -1)
    The answer is being shown as 50
    See more | Go to post

  • vensriram
    started a topic Difference between gateway and protocol

    Difference between gateway and protocol

    I am working for BUSINESS TO BUSINESS concepts project. It has been mentioned that the messages are transmitted through protocols like AS1, AS2, AS3 and there is also a gateway.

    1. What is the function of the GATEWAY?
    2. In what way the GATEWAY is different from PROTOCOLS like AS2 OR HTTP
    See more | Go to post

  • Why XML is not an EDI(electronic data interchange) standard

    There are EDI standards like ANSIX12, EDIFACT, TRADACOM.
    These standards represents the data in structured format and hence they belong to the EDI standard.
    But my query is that even XML is a structured language. Why it is not included in EDI standard
    See more | Go to post

  • vensriram
    started a topic Advantages of tibco?

    Advantages of tibco?

    Can some body tell me the advantages of tibco. i.e. why we should use tibco when other integration platforms like biztalk, websphere are there?
    See more | Go to post
No activity results to display
Show More
Working...