Argument not specified for parameter error.(IIF) Report Builder 3.0

Hi, Im trying to set the font colour of text dynamically dependant upon the date. 
This is using report builder 3.0 expressions. -I'm new to using expressions. 
I want my expression to do this:
If less than or equal to today, RED, 
If greater than today but less than today+30 days, yellow, (this is the confusing bit)
else Black.
My expression is this:
=IIF(Fields!Standard_Licence_Expiry.Value =< TODAY(),"Red",
IIF(Fields!Standard_Licence_Expiry.Value BETWEEN TODAY() and (DATEADD(DateInterval.DAY,30,GETDATE())),"Purple","Black")
However I keep getting the error:
The Color expression for the textrun ‘Standard_Licence_Expiry.Paragraphs[0].TextRuns[0]’ contains an error: [BC30455] Argument not specified for parameter 'FalsePart' of 'Public Function IIf(Expression As Boolean, TruePart As Object, FalsePart As Object)
As Object'.

Hi BlakeWills,
Unlike T-SQL, there is no BETWEEN keyword in
SSRS expressions. So we can try the expression like below to achieve your requirement:
=IIF(Fields!Standard_Licence_Expiry.Value <=TODAY(),"Red", IIF(Fields!Standard_Licence_Expiry.Value > TODAY() and Fields!Standard_Licence_Expiry.Value < DateAdd(DateInterval.Day,30,Today()),"Yellow","Black"))
Please note that the Standard_Licence_Expiry field should be a date type data in the expression above. If it is a string type, we should use the expression below to replace the Fields!Standard_Licence_Expiry.Value:
cdate(Fields!Standard_Licence_Expiry.Value)
If there are any other questions, please feel free to ask.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Report Builder Error: [BC30455] Argument not specified for parameter 'DateValue' of 'Public Function Day(DateValue As Date) As Integer'.

    Hi there!
    I'm trying to calculate the difference between two days using DATEDIFF (). I use following code for this:
    =DATEDIFF(DAY, CDate(Fields!Eingang_Kundenanfrage.Value),CDate(Fields!Ausgang_Angebot.Value))
    Every time I try to save the report, I get this error message:
    [BC30455] Argument not specified for parameter 'DateValue' of 'Public Function Day(DateValue As Date) As Integer'.
    The DataSource is a SharePoint List and the Date is given in the following format: 23.05.2014 00:00:00 (DD.MM.YYYY HH:MM:SS).
    I've googled for a working solution for a long time now, but I had no success.
    Is there someone who can help me?

    Hi Lucas,
    According to your description, you want to return the difference between two date. It seems that you want to get the days. Right?
    In Reporting Services, when we use DATEDIFF() function, we need to specify the data interval type, for days we can use "dd" or DateInterval.Day. So the expression should be like:
    =DATEDIFF(DateInterval.Day, CDate(Fields!Eingang_Kundenanfrage.Value),CDate(Fields!Ausgang_Angebot.Value))
    OR
    =DATEDIFF("dd", CDate(Fields!Eingang_Kundenanfrage.Value),CDate(Fields!Ausgang_Angebot.Value))
    Reference:
    Expression Examples (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Storage class specified for parameter error

    I used gcc version 4.2.1
    on Target: sparc-sun-solaris2.8
    Configured with: /net/Src/Gnu/GCC/gcc-4.2.1/configure prefix=/usr/local/Gnu/Sol8 enable-languages=c,c++,fortran with-ld=/usr/local/Gnu/bin/ld with-gnu-ld with-as=/usr/local/Gnu/bin/as with-gnu-as with-ar=/usr/local/Gnu/bin/ar with-gnu-ar
    Thread model: posix
    to make a program which include some of standard system header file
    Making the code gave this error message:
    gcc -o resource_vector_test.o -c resource_vector_test.c
    In file included from /usr/include/sys/select.h:51,
    from /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/sys/types.h:574,
    from /usr/include/fcntl.h:39,
    from resource_vector_test.c:2:
    /usr/include/sys/time.h:345: error: redefinition of parameter '_RESTRICT_KYWD'
    /usr/include/sys/time.h:344: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/sys/time.h:395: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/sys/time.h:395: error: previous definition of '_RESTRICT_KYWD' was here
    In file included from /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/time.h:29,
    from /usr/include/sys/time.h:416,
    from /usr/include/sys/select.h:51,
    from /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/sys/types.h:574,
    from /usr/include/fcntl.h:39,
    from resource_vector_test.c:2:
    /usr/include/iso/time_iso.h:110: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/time_iso.h:110: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/time_iso.h:111: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/time_iso.h:110: error: previous definition of '_RESTRICT_KYWD' was here
    In file included from /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/sys/types.h:574,
    from /usr/include/fcntl.h:39,
    from resource_vector_test.c:2:
    /usr/include/sys/select.h:168: error: redefinition of parameter '_RESTRICT_KYWD'
    /usr/include/sys/select.h:168: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/sys/select.h:169: error: redefinition of parameter '_RESTRICT_KYWD'
    /usr/include/sys/select.h:168: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/sys/select.h:169: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/sys/select.h:169: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/sys/select.h:172: error: redefinition of parameter '_RESTRICT_KYWD'
    /usr/include/sys/select.h:172: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/sys/select.h:173: error: redefinition of parameter '_RESTRICT_KYWD'
    /usr/include/sys/select.h:172: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/sys/select.h:173: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/sys/select.h:173: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/sys/select.h:174: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/sys/select.h:173: error: previous definition of '_RESTRICT_KYWD' was here
    In file included from resource_vector_test.c:3:
    /usr/include/unistd.h: In function '_exit':
    /usr/include/unistd.h:292: error: expected declaration specifiers before '__NORETURN'
    /usr/include/unistd.h:299: error: storage class specified for parameter 'fattach'
    /usr/include/unistd.h:302: error: storage class specified for parameter 'fchdir'
    /usr/include/unistd.h:303: error: storage class specified for parameter 'fchown'
    /usr/include/unistd.h:306: error: storage class specified for parameter 'fchownat'
    /usr/include/unistd.h:310: error: storage class specified for parameter 'fchroot'
    /usr/include/unistd.h:314: error: storage class specified for parameter 'fdatasync'
    /usr/include/unistd.h:322: error: storage class specified for parameter 'fdetach'
    /usr/include/unistd.h:324: error: storage class specified for parameter 'fork'
    /usr/include/unistd.h:326: error: storage class specified for parameter 'fork1'
    /usr/include/unistd.h:327: error: storage class specified for parameter 'forkall'
    /usr/include/unistd.h:329: error: storage class specified for parameter 'fpathconf'
    /usr/include/unistd.h:332: error: storage class specified for parameter 'fsync'
    /usr/include/unistd.h:337: error: storage class specified for parameter 'ftruncate'
    /usr/include/unistd.h:339: error: storage class specified for parameter 'getcwd'
    /usr/include/unistd.h:342: error: storage class specified for parameter 'getdtablesize'
    /usr/include/unistd.h:344: error: storage class specified for parameter 'getegid'
    /usr/include/unistd.h:345: error: storage class specified for parameter 'geteuid'
    /usr/include/unistd.h:346: error: storage class specified for parameter 'getgid'
    /usr/include/unistd.h:347: error: storage class specified for parameter 'getgroups'
    /usr/include/unistd.h:349: error: storage class specified for parameter 'gethostid'
    /usr/include/unistd.h:354: error: storage class specified for parameter 'gethostname'
    /usr/include/unistd.h:356: error: storage class specified for parameter 'getlogin'
    /usr/include/unistd.h:369: error: storage class specified for parameter 'getpagesize'
    /usr/include/unistd.h:371: error: storage class specified for parameter 'getpgid'
    /usr/include/unistd.h:373: error: storage class specified for parameter 'getpid'
    /usr/include/unistd.h:374: error: storage class specified for parameter 'getppid'
    /usr/include/unistd.h:375: error: storage class specified for parameter 'getpgrp'
    /usr/include/unistd.h:381: error: storage class specified for parameter 'getsid'
    /usr/include/unistd.h:383: error: storage class specified for parameter 'getuid'
    /usr/include/unistd.h:385: error: storage class specified for parameter 'getusershell'
    /usr/include/unistd.h:388: error: storage class specified for parameter 'getwd'
    /usr/include/unistd.h:396: error: storage class specified for parameter 'ioctl'
    /usr/include/unistd.h:397: error: storage class specified for parameter 'isaexec'
    /usr/include/unistd.h:398: error: storage class specified for parameter 'issetugid'
    /usr/include/unistd.h:400: error: storage class specified for parameter 'isatty'
    /usr/include/unistd.h:402: error: storage class specified for parameter 'lchown'
    /usr/include/unistd.h:404: error: storage class specified for parameter 'link'
    /usr/include/unistd.h:406: error: storage class specified for parameter 'llseek'
    /usr/include/unistd.h:411: error: storage class specified for parameter 'lockf'
    /usr/include/unistd.h:413: error: storage class specified for parameter 'lseek'
    /usr/include/unistd.h:416: error: storage class specified for parameter 'nice'
    /usr/include/unistd.h:419: error: storage class specified for parameter 'mincore'
    /usr/include/unistd.h:421: error: storage class specified for parameter 'pathconf'
    /usr/include/unistd.h:422: error: storage class specified for parameter 'pause'
    /usr/include/unistd.h:423: error: storage class specified for parameter 'pipe'
    /usr/include/unistd.h:427: error: storage class specified for parameter 'pread'
    /usr/include/unistd.h:430: error: storage class specified for parameter 'profil'
    /usr/include/unistd.h:442: error: storage class specified for parameter 'pthread_atfork'
    /usr/include/unistd.h:446: error: storage class specified for parameter 'ptrace'
    /usr/include/unistd.h:451: error: storage class specified for parameter 'pwrite'
    /usr/include/unistd.h:456: error: storage class specified for parameter 'rcmd_af'
    /usr/include/unistd.h:458: error: storage class specified for parameter 'read'
    /usr/include/unistd.h:461: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/unistd.h:461: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/unistd.h:462: error: storage class specified for parameter 'readlink'
    /usr/include/unistd.h:466: error: storage class specified for parameter 'rename'
    /usr/include/unistd.h:470: error: storage class specified for parameter 'renameat'
    /usr/include/unistd.h:473: error: storage class specified for parameter 'resolvepath'
    /usr/include/unistd.h:476: error: storage class specified for parameter 'rexec_af'
    /usr/include/unistd.h:478: error: storage class specified for parameter 'rmdir'
    /usr/include/unistd.h:481: error: storage class specified for parameter 'rresvport_af'
    /usr/include/unistd.h:486: error: storage class specified for parameter 'sbrk'
    /usr/include/unistd.h:489: error: storage class specified for parameter 'setegid'
    /usr/include/unistd.h:490: error: storage class specified for parameter 'seteuid'
    /usr/include/unistd.h:492: error: storage class specified for parameter 'setgid'
    /usr/include/unistd.h:494: error: storage class specified for parameter 'setgroups'
    /usr/include/unistd.h:495: error: storage class specified for parameter 'sethostname'
    /usr/include/unistd.h:497: error: storage class specified for parameter 'setpgid'
    /usr/include/unistd.h:499: error: storage class specified for parameter 'setpgrp'
    /usr/include/unistd.h:500: error: storage class specified for parameter 'setregid'
    /usr/include/unistd.h:501: error: storage class specified for parameter 'setreuid'
    /usr/include/unistd.h:503: error: storage class specified for parameter 'setsid'
    /usr/include/unistd.h:504: error: storage class specified for parameter 'setuid'
    /usr/include/unistd.h:506: error: storage class specified for parameter 'setusershell'
    /usr/include/unistd.h:508: error: storage class specified for parameter 'sleep'
    /usr/include/unistd.h:510: error: storage class specified for parameter 'stime'
    /usr/include/unistd.h:517: error: storage class specified for parameter 'symlink'
    /usr/include/unistd.h:518: error: storage class specified for parameter 'sync'
    /usr/include/unistd.h:527: error: storage class specified for parameter 'sysconf'
    /usr/include/unistd.h:528: error: storage class specified for parameter 'tcgetpgrp'
    /usr/include/unistd.h:529: error: storage class specified for parameter 'tcsetpgrp'
    /usr/include/unistd.h:533: error: storage class specified for parameter 'tell'
    /usr/include/unistd.h:538: error: storage class specified for parameter 'truncate'
    /usr/include/unistd.h:540: error: storage class specified for parameter 'ttyname'
    /usr/include/unistd.h:542: error: storage class specified for parameter 'ualarm'
    /usr/include/unistd.h:544: error: storage class specified for parameter 'unlink'
    /usr/include/unistd.h:547: error: storage class specified for parameter 'unlinkat'
    /usr/include/unistd.h:550: error: storage class specified for parameter 'usleep'
    /usr/include/unistd.h:553: error: storage class specified for parameter 'vfork'
    /usr/include/unistd.h:556: error: storage class specified for parameter 'vhangup'
    /usr/include/unistd.h:558: error: storage class specified for parameter 'write'
    /usr/include/unistd.h:560: error: storage class specified for parameter 'yield'
    /usr/include/unistd.h:566: error: storage class specified for parameter 'ftruncate64'
    /usr/include/unistd.h:567: error: storage class specified for parameter 'lseek64'
    /usr/include/unistd.h:568: error: storage class specified for parameter 'pread64'
    /usr/include/unistd.h:569: error: storage class specified for parameter 'pwrite64'
    /usr/include/unistd.h:570: error: storage class specified for parameter 'tell64'
    /usr/include/unistd.h:571: error: storage class specified for parameter 'truncate64'
    /usr/include/unistd.h:572: error: storage class specified for parameter 'lockf64'
    /usr/include/unistd.h:962: error: storage class specified for parameter 'getlogin_r'
    /usr/include/unistd.h:963: error: storage class specified for parameter 'ttyname_r'
    In file included from /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:27,
    from resource_vector_test.c:4:
    /usr/include/iso/string_iso.h:77: error: storage class specified for parameter 'memcmp'
    /usr/include/iso/string_iso.h:78: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/string_iso.h:78: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/string_iso.h:78: error: storage class specified for parameter 'memcpy'
    /usr/include/iso/string_iso.h:79: error: storage class specified for parameter 'memmove'
    /usr/include/iso/string_iso.h:80: error: storage class specified for parameter 'memset'
    /usr/include/iso/string_iso.h:81: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/string_iso.h:81: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/string_iso.h:81: error: storage class specified for parameter 'strcat'
    /usr/include/iso/string_iso.h:82: error: storage class specified for parameter 'strcmp'
    /usr/include/iso/string_iso.h:83: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/string_iso.h:83: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/string_iso.h:83: error: storage class specified for parameter 'strcpy'
    /usr/include/iso/string_iso.h:84: error: storage class specified for parameter 'strcoll'
    /usr/include/iso/string_iso.h:85: error: storage class specified for parameter 'strcspn'
    /usr/include/iso/string_iso.h:86: error: storage class specified for parameter 'strerror'
    /usr/include/iso/string_iso.h:87: error: storage class specified for parameter 'strlen'
    /usr/include/iso/string_iso.h:88: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/string_iso.h:88: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/string_iso.h:88: error: storage class specified for parameter 'strncat'
    /usr/include/iso/string_iso.h:89: error: storage class specified for parameter 'strncmp'
    /usr/include/iso/string_iso.h:90: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/string_iso.h:90: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/string_iso.h:90: error: storage class specified for parameter 'strncpy'
    /usr/include/iso/string_iso.h:91: error: storage class specified for parameter 'strspn'
    /usr/include/iso/string_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/string_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/string_iso.h:92: error: storage class specified for parameter 'strtok'
    /usr/include/iso/string_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/string_iso.h:93: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/string_iso.h:93: error: storage class specified for parameter 'strxfrm'
    /usr/include/iso/string_iso.h:147: error: storage class specified for parameter 'memchr'
    /usr/include/iso/string_iso.h:148: error: storage class specified for parameter 'strchr'
    /usr/include/iso/string_iso.h:149: error: storage class specified for parameter 'strpbrk'
    /usr/include/iso/string_iso.h:150: error: storage class specified for parameter 'strrchr'
    /usr/include/iso/string_iso.h:151: error: storage class specified for parameter 'strstr'
    In file included from resource_vector_test.c:4:
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:72: error: storage class specified for parameter 'memccpy'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:77: error: storage class specified for parameter 'strsignal'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:78: error: storage class specified for parameter 'ffs'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:79: error: storage class specified for parameter 'strcasecmp'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:80: error: storage class specified for parameter 'strncasecmp'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:81: error: storage class specified for parameter 'strlcpy'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:82: error: storage class specified for parameter 'strlcat'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/string.h:88: error: storage class specified for parameter 'strdup'
    In file included from /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:27,
    from resource_vector_test.c:5:
    /usr/include/iso/stdlib_iso.h:55: error: storage class specified for parameter '__ctype'
    /usr/include/iso/stdlib_iso.h:69: error: storage class specified for parameter 'div_t'
    /usr/include/iso/stdlib_iso.h:74: error: storage class specified for parameter 'ldiv_t'
    /usr/include/iso/stdlib_iso.h:116: error: storage class specified for parameter 'wchar_t'
    /usr/include/iso/stdlib_iso.h:123: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__NORETURN'
    /usr/include/iso/stdlib_iso.h:124: error: storage class specified for parameter 'abs'
    /usr/include/iso/stdlib_iso.h:125: error: storage class specified for parameter 'atexit'
    /usr/include/iso/stdlib_iso.h:126: error: storage class specified for parameter 'atof'
    /usr/include/iso/stdlib_iso.h:127: error: storage class specified for parameter 'atoi'
    /usr/include/iso/stdlib_iso.h:128: error: storage class specified for parameter 'atol'
    /usr/include/iso/stdlib_iso.h:130: error: storage class specified for parameter 'bsearch'
    /usr/include/iso/stdlib_iso.h:137: error: storage class specified for parameter 'calloc'
    /usr/include/iso/stdlib_iso.h:138: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'div'
    /usr/include/iso/stdlib_iso.h:140: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__NORETURN'
    /usr/include/iso/stdlib_iso.h:141: error: storage class specified for parameter 'free'
    /usr/include/iso/stdlib_iso.h:142: error: storage class specified for parameter 'getenv'
    /usr/include/iso/stdlib_iso.h:143: error: storage class specified for parameter 'labs'
    /usr/include/iso/stdlib_iso.h:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ldiv'
    /usr/include/iso/stdlib_iso.h:145: error: storage class specified for parameter 'malloc'
    /usr/include/iso/stdlib_iso.h:146: error: storage class specified for parameter 'mblen'
    /usr/include/iso/stdlib_iso.h:147: error: expected ')' before '*' token
    /usr/include/iso/stdlib_iso.h:149: error: expected ')' before '*' token
    /usr/include/iso/stdlib_iso.h:150: error: storage class specified for parameter 'qsort'
    /usr/include/iso/stdlib_iso.h:156: error: storage class specified for parameter 'rand'
    /usr/include/iso/stdlib_iso.h:157: error: storage class specified for parameter 'realloc'
    /usr/include/iso/stdlib_iso.h:158: error: storage class specified for parameter 'srand'
    /usr/include/iso/stdlib_iso.h:159: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/stdlib_iso.h:159: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/stdlib_iso.h:159: error: storage class specified for parameter 'strtod'
    /usr/include/iso/stdlib_iso.h:160: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/stdlib_iso.h:160: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/stdlib_iso.h:160: error: storage class specified for parameter 'strtol'
    /usr/include/iso/stdlib_iso.h:162: error: conflicting types for '_RESTRICT_KYWD'
    /usr/include/iso/stdlib_iso.h:161: error: previous definition of '_RESTRICT_KYWD' was here
    /usr/include/iso/stdlib_iso.h:162: error: storage class specified for parameter 'strtoul'
    /usr/include/iso/stdlib_iso.h:163: error: storage class specified for parameter 'system'
    /usr/include/iso/stdlib_iso.h:164: error: expected declaration specifiers or '...' before 'wchar_t'
    /usr/include/iso/stdlib_iso.h:164: error: storage class specified for parameter 'wctomb'
    /usr/include/iso/stdlib_iso.h:165: error: expected ';', ',' or ')' before '*' token
    In file included from resource_vector_test.c:5:
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:80: error: storage class specified for parameter 'lldiv_t'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:121: error: storage class specified for parameter '_exithandle'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:126: error: storage class specified for parameter 'drand48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:127: error: storage class specified for parameter 'erand48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:128: error: storage class specified for parameter 'jrand48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:129: error: storage class specified for parameter 'lcong48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:130: error: storage class specified for parameter 'lrand48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:131: error: storage class specified for parameter 'mrand48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:132: error: storage class specified for parameter 'nrand48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:133: error: storage class specified for parameter 'seed48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:134: error: storage class specified for parameter 'srand48'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:135: error: storage class specified for parameter 'putenv'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:136: error: storage class specified for parameter 'setkey'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:153: error: storage class specified for parameter 'swab'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:159: error: storage class specified for parameter 'mkstemp'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:164: error: storage class specified for parameter 'mkstemp64'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:170: error: storage class specified for parameter 'a64l'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:171: error: storage class specified for parameter 'ecvt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:172: error: storage class specified for parameter 'fcvt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:173: error: storage class specified for parameter 'gcvt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:174: error: storage class specified for parameter 'getsubopt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:175: error: storage class specified for parameter 'grantpt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:176: error: storage class specified for parameter 'initstate'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:177: error: storage class specified for parameter 'l64a'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:178: error: storage class specified for parameter 'mktemp'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:179: error: storage class specified for parameter 'ptsname'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:180: error: storage class specified for parameter 'random'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:181: error: storage class specified for parameter 'realpath'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:182: error: storage class specified for parameter 'setstate'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:183: error: storage class specified for parameter 'srandom'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:184: error: storage class specified for parameter 'ttyslot'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:185: error: storage class specified for parameter 'unlockpt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:186: error: storage class specified for parameter 'valloc'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:191: error: storage class specified for parameter 'dup2'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:192: error: storage class specified for parameter 'qecvt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:193: error: storage class specified for parameter 'qfcvt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:194: error: storage class specified for parameter 'qgcvt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:195: error: storage class specified for parameter 'getcwd'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:195: error: redefinition of parameter 'getcwd'
    /usr/include/unistd.h:339: error: previous definition of 'getcwd' was here
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:196: error: storage class specified for parameter 'getexecname'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:197: error: storage class specified for parameter 'getlogin'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:197: error: redefinition of parameter 'getlogin'
    /usr/include/unistd.h:356: error: previous definition of 'getlogin' was here
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:198: error: storage class specified for parameter 'getopt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:199: error: storage class specified for parameter 'optarg'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:200: error: storage class specified for parameter 'optind'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:200: error: storage class specified for parameter 'opterr'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:200: error: storage class specified for parameter 'optopt'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:201: error: storage class specified for parameter 'getpass'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:202: error: storage class specified for parameter 'getpassphrase'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:203: error: storage class specified for parameter 'getpw'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:204: error: storage class specified for parameter 'isatty'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:204: error: redefinition of parameter 'isatty'
    /usr/include/unistd.h:400: error: previous definition of 'isatty' was here
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:205: error: storage class specified for parameter 'memalign'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:206: error: storage class specified for parameter 'ttyname'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:206: error: redefinition of parameter 'ttyname'
    /usr/include/unistd.h:540: error: previous definition of 'ttyname' was here
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:209: error: storage class specified for parameter 'atoll'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:210: error: storage class specified for parameter 'llabs'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:211: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'lldiv'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:212: error: storage class specified for parameter 'lltostr'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:213: error: storage class specified for parameter 'strtoll'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:214: error: storage class specified for parameter 'strtoull'
    /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/stdlib.h:215: error: storage class specified for parameter 'ulltostr'
    In file included from resource_vector_test.c:7:
    /usr/include/sys/mman.h:162: error: storage class specified for parameter 'mmap'
    /usr/include/sys/mman.h:163: error: storage class specified for parameter 'munmap'
    /usr/include/sys/mman.h:164: error: storage class specified for parameter 'mprotect'
    /usr/include/sys/mman.h:165: error: storage class specified for parameter 'msync'
    /usr/include/sys/mman.h:166: error: storage class specified for parameter 'mlock'
    /usr/include/sys/mman.h:167: error: storage class specified for parameter 'munlock'
    /usr/include/sys/mman.h:168: error: storage class specified for parameter 'mincore'
    /usr/include/sys/mman.h:168: error: redefinition of parameter 'mincore'
    /usr/include/unistd.h:419: error: previous definition of 'mincore' was here
    /usr/include/sys/mman.h:169: error: storage class specified for parameter 'memcntl'
    /usr/include/sys/mman.h:170: error: storage class specified for parameter 'madvise'
    /usr/include/sys/mman.h:172: error: storage class specified for parameter 'getpagesizes'
    /usr/include/sys/mman.h:181: error: storage class specified for parameter 'mmap64'
    /usr/include/sys/mman.h:186: error: storage class specified for parameter 'mlockall'
    /usr/include/sys/mman.h:187: error: storage class specified for parameter 'munlockall'
    /usr/include/sys/mman.h:188: error: storage class specified for parameter 'shm_open'
    /usr/include/sys/mman.h:189: error: storage class specified for parameter 'shm_unlink'
    In file included from /usr/local/Gnu/Sol8/lib/gcc/sparc-sun-solaris2.8/4.2.1/include/sys/signal.h:28,
    from /usr/include/sys/procset.h:42,
    from /usr/include/sys/processor.h:39,
    from resource_vector_test.c:9:
    /usr/include/sys/iso/signal_iso.h:101: error: storage class specified for parameter '_sysconf'
    In file included from /usr/local/Gnu/Sol8/lib/gcc/sparc

    Hi again,
    I think I've solved the problem :)
    The problem was the version of gcc
    I've tried using the gcc shipped with solaris 10 in /usr/sfw
    and the problem get solved.

  • One or mor parameters were not specified for the subreport

    I have a main report that has a sub report.  It all seems to work fine, except that I get the error "One or mor parameters were not specified for the subreport" when the second page of the report is rendered.  So I verifed that all the
    parameters for both reports are setup correctly, looked at the data to see if it that was causing the issue, etc....  I found nothing.
    Then I came across this article. 
    http://www.analyticsby.me/2009/10/one-or-more-parameters-were-not_09.html
    So I changed all the parameters on the sub report Available Values to none.  Now it works without issues. 
    My problem is that the sub report needs to be run independently.  By setting the Available Values to none, the user is unable to select values for the parameters.  This is not acceptable.
    I suppose I could create a duplicate report to use as the sub report, with all the Available Values set to none for the parameters, but that means I need to maintain two reports instead of one.
    This has to be a bug.
    Anyone come across this situation?
    Bill Behning

    Hi Bill,
    Sorry for the delay.
    Based on my test, the error message hints that either the report parameter has not been passed from the main report to the subreport or that the wrong format of report parameter or an unacceptable value for the report parameter has been passed from the main
    report to the subreport.
    When passing the parameter from the main report to subreport, we can grant the parameter to Available values in the subreport. While the values passed should be contained by Available values of the parameter in the subreport. In this case, the error won't occur.
    In other words, the parameter in the subreport can contain Available values.
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Temp folder was not set for RTFStringbuffer Error

    Hi,
    We are using CR XI 11.0.0.895 and CR XI JRC is been used to generate the reports in PDF and RTF format.
    While generating report of more than 1000 pages in RTF format throws the below mentioned exception
    temp folder was not set for RTFStringbuffer
    However, Generating reports in PDF format generates the report.
    Find below the environment details which would helpful for the analysis.
    CR XI 11.0.0.895
    IE 6.0
    MS-office 2003
    Windows XP SP2
    Reports JRC application deployed on Weblogic 8.1.4
    Please suggest us a solution for this problem.
    Thanks in advance.

    If you run [Process Monitor|http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx], do you see any file access errors when the JRC tries creating a temp RTF file?
    I think I've recommended this before, but have you tried the newest version of the JRC?
    [https://boc.sdn.sap.com/node/19020]
    The XI Release 1 keycode will work with it.
    Sincerely,
    Ted Ueda

  • P6 user name is not valid for connecting to the reporting database

    No data is available because your P6 user name is not valid for connecting to the reporting database
    I am getting above error in the following environment:
    P6 running on wls instance 1.
    BI Publisger running on wls instance 2
    MS SQL server 2005
    Note that the error appears when I clink on the 'Reports' tab in P6. My admin user on P6 has access to report/analyser modules.
    To connect P6 to BI Publisher I am using 'PxRptUser' in the P6 configuration for Bi Publisher. I know as well that the WSDL URL is correct and I can test this in SoapUI tool.
    In BI publisher I have created the PMDB data source using PxRprUser, and the test of this connection works.
    (Because the report samples come with Oracle flavoured SQL that SQL server does not like, I have configured BI Publisher so I have just a single report left that sources it data from an xml file. This works in BI Publisher. It also helps me in that I do not need to add 'WHERE' clauses and parameters required for SQL server?)
    Furthermore, using a DB tool, I can connect to my SQL server using PxRPTUser.
    So why do I get the error above?
    I picked up somewhere that I should not be adding users to BI Publisher. Funny enough, testing the 'login' method the BI Publisher exposes through its WSDL (as above) I noticed I HAD to create the user PxRptUser in BI publisher application itself (on top of PxRptUser in database) for the login web service to work with PxRptUser
    That did not solve the connection between P6 and BI Publisher though. What am I missing ...
    Edited by: user3674522 on 10/11/2011 20:16

    Thought I found something but can't repliacte, som issue is still there:
    Had a look at the wls instance logs where BI publisher is running, and the error I get is:
    111111_023646955][][ERROR] javax.naming.NamingException: Unresolved naming: cn=admin, dc=user, dc=users, dc=principals at [cn=admin]
    That user, admin, is the one I have used to access P6. Why is this passed on to BI Publisher? I thought the idea was that the PxRptUser set in BI Publisher configurations in P6 would be used?
    Edited by: user3674522 on 10/11/2011 20:17

  • Parent window not specified for canvas.View

    I am getting the following error in custom form which has developed based on a vennila form QPXPRLST.FMB.
    "Parent window not specified for canvas.View"
    for the following canvases
    1.FOLDER_SORT_DATA
    2.FOLDER_TOOLS
    3.SAVE
    and some more
    According Metalink, Apply a path : 1815485
    But would it support Custom form ??
    Pl give me solution if any body knows

    My Dear Friend,
    For all the canvases, you will have to define the Window property. Since you didn't define the window property for your Login_canvas, you r getting the problem. You must launch the properties window for the canvas and set the window property for the canvas, then you will not get the problem again.
    Regards,
    Senthil .A. Perumal.

  • Bug? java.sql.SQLException: No value specified for parameter 1

    ENV: Jdev1012+JHS1012(evaluation version)+MySql5.0 Or ORACLE 10.1.2
    ERR INFO:
    20:42:22 DEBUG (JhsDataAction) -Executing action /main
    20:42:22 DEBUG (JhsDataAction) -Created searchBean map and stored on session
    20:42:22 DEBUG (JhsDataAction) -Created new searchBean for SysRoleFirstLevelFuncUIModel and added to quick search bean map
    20:42:22 DEBUG (JhsDataAction) -Stored searchBean for SysRoleFirstLevelFuncUIModel on request
    [red]
    20:42:22 DEBUG (JhsDataAction) -ViewObject SysRoleFirstLevelFuncView1: value of bind param 0 set to S001
    20:42:22 DEBUG (JhsDataAction) -ViewObject SysRoleFirstLevelFuncView1: executing query, bind parameter values have changed
    05/11/22 20:42:23 java.sql.SQLException: No value specified for parameter 1[red]
    05/11/22 20:42:23      at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1253)
    05/11/22 20:42:23      at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1201)
    05/11/22 20:42:23      at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:966)
    05/11/22 20:42:23      at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:691)
    05/11/22 20:42:23      at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:547)
    05/11/22 20:42:23      at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3354)
    05/11/22 20:42:23      at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:667)
    05/11/22 20:42:23      at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:773)
    05/11/22 20:42:23      at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:710)
    05/11/22 20:42:23      at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3294)
    05/11/22 20:42:23      at oracle.adf.model.bc4j.DCJboDataControl.executeIteratorBindingIfNeeded(DCJboDataControl.java:803)
    05/11/22 20:42:23      at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:1587)
    05/11/22 20:42:23      at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:1544)
    05/11/22 20:42:23      at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.applyIterBindParams(JhsDataAction.java:2785)
    05/11/22 20:42:23      at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.prepareModel(JhsDataAction.java:3136)
    05/11/22 20:42:23      at oracle.adf.controller.struts.actions.DataAction.prepareModel(DataAction.java:486)
    05/11/22 20:42:23      at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:105)
    05/11/22 20:42:23      at oracle.adf.controller.struts.actions.StrutsUixLifecycle.handleLifecycle(StrutsUixLifecycle.java:70)
    05/11/22 20:42:24      at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
    05/11/22 20:42:24      at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.handleLifecycle(JhsDataAction.java:389)
    05/11/22 20:42:24      at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
    05/11/22 20:42:24      at oracle.jheadstart.controller.strutsadf.JhsActionServlet.process(JhsActionServlet.java:127)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:527)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    05/11/22 20:42:24      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    05/11/22 20:42:24      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
    05/11/22 20:42:24      at oracle.jheadstart.controller.strutsadf.JhsActionServlet.process(JhsActionServlet.java:127)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:527)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    05/11/22 20:42:24      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    05/11/22 20:42:24      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    05/11/22 20:42:24      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    05/11/22 20:42:24      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
    05/11/22 20:42:24      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    05/11/22 20:42:24      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
    05/11/22 20:42:24      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    05/11/22 20:42:24      at oracle.jheadstart.controller.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:172)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    05/11/22 20:42:24      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    05/11/22 20:42:24      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
    05/11/22 20:42:24      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
    05/11/22 20:42:24      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    05/11/22 20:42:24      at java.lang.Thread.run(Thread.java:534)
    the SQL for my VO is :
    SysRoleFirstLevelFuncView :
    SelectList="SysTabFunction.id,
    SysTabFunction.name,
    SysTabFunction.address,
    SysTabFunction.parent_func,
    SysTabRoleRight.ROLE_ID,
    SysTabRoleRight.FUNC_ID,
    SysTabFunction.disp_order"
    FromList="SYS_TAB_FUNCTION SysTabFunction, SYS_TAB_ROLE_RIGHT SysTabRoleRight"
    Where="SysTabFunction.Level=1 and SysTabFunction.id=SysTabRoleRight.FUNC_ID And SysTabRoleRight.Access_Type='Y' And SysTabRoleRight.Role_Id=?
    the Action In my struts-config.xml is :
    <action path="/main" input="/WEB-INF/page/main.uix" type="oracle.jheadstart.controller.strutsadf.action.JhsDataAction" className="oracle.jheadstart.controller.strutsadf.action.JhsDataActionMapping" parameter="/WEB-INF/page/main.uix" name="DataForm" unknown="false">
    <set-property property="modelReference" value="SysRoleFirstLevelFuncUIModel"/>
    ]red]<set-property property="bindParams" value="SysRoleFirstLevelFuncTreeIterator=${sessionScope.UserInfo.roleId}"/>[red] <forward name="SysRoleSecondLevelFunc2" path="/StartSysRoleSecondLevelFunc2.do"/>
    </action>
    we can find the parameter is set in the error message.is it a bug?
    thanks in advance
    best regards.

    Guo,
    I see a question mark in the sql statement, instead of the Oracle-style bind parameter notation which would be ":1". Can you change your VO to use Oracle-Style bind params and see whether it works?
    Steven Davelaar,
    JHeadstart Team.

  • LRM-00112: multiple values not allowed for parameter 'query'

    Hello,
    I am getting below error while trying to execute below query...please help:
    exp username/password file=query.dmp log=query.log tables=schema_name.tablename query=\"where PRODUCT_KEY IN\'4541450,4541455,4541475,4541504,
    4541505,4674142,4674201,4674202,4673982,4674000,4674114,4674118,4654432,4715806,4715807,4716122,4716133,4870247,5321008'/"
    LRM-00112: multiple values not allowed for parameter 'query'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully

    yeah i have tried using paranthesis as well...it has given below error then:
    exp schema/password file=query.dmp log=query.log tables=schema_name.table_name query="where PRODUCT_KEY IN (4541450,4541455,4541475,4541504,4
    541505,4674142,4674201,4674202,4673982,4674000,4674114,4674118,4654432,4715806,4715807,4716122,4716133,4870247,5321008)"
    ./export.ksh: syntax error at line 1 : `(' unexpected

  • "Function not authorized for License" error

    Hi All,
    I am getting "Function not authorized for License" error when i am retrieving details from a custom UI Map.
    The UI Map invokes a Business Service which calls a service program.
    I have written a page service for the service program.
    What License is this error indicating?
    I am using CCB 2.3.1 and Eclipse SDK 2.2.0.5.

    Check Admin Menu -> Installation Options Framework -> Accessible Modules to see if any module is turned off.
    Next go to Admin Menu -> Feature Configuration -> Feature Type = Module Configuration and remove an entry of a module which is turned off.
    Try the UI Map again

  • "ASSIGN not allowed for substrings" error in CONVERSION_EXIT_MATN1_INPUT

    Hi,
    I have a custom function module Z_CONVERT_VALUE_TO_INTERNAL that converts an external value to an internal value - it has a data-element parameter.
    When I use this function module for the data element MATNR, it calls the standard function module CONVERSION_EXIT_MATN1_INPUT, which then causes a short dump at this line of code:
    ASSIGN INPUT(LNG_E) TO <E_PTR>.      "->Eingabe
    The short dump says "ASSIGN not allowed for substrings", and the runtime error is ASSIGN_SUBSTRING_NOT_ALLOWED.
    Any explanation?  Does this line of code work in some circumstances?
    Thanks,
    John

    I've found the explanation.
    For both the function modules above, the input parameter for the external value has no type specified.
    It appears therefore that the type is inherited from the calling program.
    As my calling program was passing the external value in a variable of type STRING, the value was also being passed to CONVERSION_EXIT_MATN1_INPUT as type STRING.
    Hence the error "ASSIGN not allowed for substrings".
    When I changed the type of the variable to character (TYPE C), that solved it.

  • Invalid value for parameter error when value is in list of allowed parameters

    I have some documents with a lot of paragraph styles that have been organized into groups. I have a simple script that is meant to ungroup these styles and delete the now-empty groups.
    Code:
    #target indesign
    var myDoc = app.activeDocument;
    if (myDoc.paragraphStyleGroups.length > 0)
        myDoc.paragraphStyleGroups.everyItem().paragraphStyles.everyItem().move(LocationOptions.AT_END, myDoc);
        myDoc.paragraphStyleGroups.everyItem().remove();
    alert("Done")
    The error I receive is (emphasis mine):
    JavaScript Error!
    Error Number: 30477
    Error String: Invalid value for parameter 'reference' of method 'move'. Expected ParagraphStyle, ParagraphStyleGroup, CharacterStyle, CharacterStyleGroup, CellStyle, CellStyleGroup, TableStyle, TableStyleGroup, Document or Application, but received Document.
    As you can see, my pickle is that my value is of an allowed type. This only happens in some documents, and there's nothing that obviously distinguishes those documents from the ones in which it works.
    One thing I've noticed is that the error sometimes takes a while to appear (a minute or so), but none of the styles have been moved once I click OK. So, I don't know if it's specific to one style. I doubt it, only because other documents with the same style set work.
    Can anyone shed any light on what this error could mean in this context? I definitely have an activeDocument, so what could cause a Document to not be a Document?
    Any help much appreciated!

    Hi,
    It occurs when 2 or more styles have the same name, probably.
    Jarek

  • Material Description is not displaying for few records in Report

    Dear Experts,
    Report Material Description is not displaying for few records in Bex Report but for records it is coming and even the heading of the material Description is also not coming for this report.
    Cud u plz suggest a good solution for it.
    Regards,
    Sai Phani.

    Hi Phani,
    For the text of the material in records, check if there is text maintained for that material in the master data. also try by changing the text to medium text and long text.
    regarding header, you will have same heading for key and text, you may use Materail ID / Description as the heading if you want.
    regards,
    Rk.

  • The selected log is not prepared for viewing error

    Hello,
    this is literally my first day using signal express and up to now everything went fine recording voltage from accelerometer and an impact hammer. Without me changing any parameters as far as I remember I now get the errror 'the selected log is not prepared for viewing. Once recording has completed you must right-click on the log and select Make log viewable before viewing it'
    Apart from the fact that there is no such option on the log (only the option of Show Value by right clicking)
    I went to Tools--> Options--->Logging and made sure that the prepare log data for viewing is on the 'during logging' option.
    I then changed that to 'after logging complete' to see if the error stops but nothing yet.
    Any help would be appreciated

    Hi,
    turns out the problem was linked with not having enough space on the server were I saved the logs...when I deleted some previous work to make up space everything worked just fine. Problem solved, thank you for your interest.

  • SPAD:-- Device TType not specified for given printer

    Dear Friends,
    I am trying to add printer device type for Canon IR 3170 but there is not any device type specified for this printer within SAP.
    So I have added SAPWIN with Access method as G:  But when we are trying to print document which contain 600 or 700 pages it is failed.
    I came to know there are restrictions with front-end printing.
    1.     Please advise if there is no device type specified for printer how we can utilize that. Is there any method to create device type?
    2.     is there any tool available where we can utilize any printer for bulk printing
    Any suitable proposal will be appreciated
    We are on ECC6.0, Windows 2003 server operating system & MS SQL 2005 as a Database.
    Regards
    Santosh

    check out
    Note 8928 - List of supported printers/device types
    CNC3170
    PCL5 device type for Canon color laser printer imageRUNNER C3170 i/u. CNC3170 supports character set ISO 8859-1 (Latin 1). CNC3170 is compatible with all releases as of 4.5A. OCR-fonts are supported. Barcode printing is supported with usage of the optional barcode printing kit
    CNC3170P
    PostScript device type for Canon laser printer imageRUNNER C3170. CNC3170P supports character set ISO 8859-1 (Latin 1).
    CNC3170P is compatible with all releases as of 4.5A. OCR-fonts and Barcode printing are not supported.
    else you can also try with POST2
    It should work fine ,,,  try tht n let me know
    Regards
    dEE

Maybe you are looking for

  • Spry Vertical Menu Bar: Drop left? Arrows?

    2 Questions: 1. I am trying to figure out how to make a spry vertical menu drop to the left instead of the right? Any ideas? 2. It appears that my arrows are the same color as my background, therefor they are not showing up until the hover color chan

  • E-Commerce Gateway Question about Interface File Definition.

    Hello Gurus, Does anyone know if Oracle e-Commerce Gateway (11.5.10.2) deliver the Interface File Definition for Inbound Purchase Orders (850/ORDERS) - _'IN: Purchase Orders (850/ORDERS)'_ out of the box? I see Interface File Definition for OPM Purch

  • Satellite C50-B P0010 is Slow :-(

    I want to know whether I am the only one stuck with this problem!!! My Satellite C50-B PSCMNG with Windows 8.1 x64 is really painfully slow... I even tried upgrading the RAM to 8GB, but NO change... My satellite still tends to be painfully slow... Fi

  • Problems with seeing jukebox in

    When I connect my Creative Zen Touch 20GB to PC USB port system says that it is connected but NOMAD Explorer says that it is "not connected" and i cannot transfer files. What can I do? Thank you in advance.Message Edited by Pacio on 03-26-2005 06:04

  • Spark List alternating ItemRenderer

    Hello, lets say that I what a Spark List display its content like the following: [Picture]  text text  [Picture] Is there a way to define two (or even more,e.g: as  template) custom ItemRenderer and toggle between them? How is that solved in the Data