ERROR IN SAPROUTER STRING

Dear Team,
We are going to access sap from out side internet without using the office VPN or network.
Now I want to set SAP Router string thru which any person who wants to access our SAP system can do so without getting into our VPN or network. Basically people in Sales when they are at the customer sites.
My saprouter is working fine, as SAP can login to our systems.The NAT is completed so that does not seem any issue.
find the below is our configuration..
Our sap router has configured in SOLMAN SERVER.
For Solman server below are the IP:
132.147.166.3  Private IP for internal access
210.18.50.134Public IP address.
ROUTAB file is in the below path C:\usr\sap\saprouter.
Below is the content of ROUTAB file
SNC connection to and from SAP
KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
SNC connection to local system for R/3-Support
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.19 3202
Access from the local Network to SAP
P 192.168.. 194.39.131.34 3299
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.11 5631
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.11 23
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.19 3389
P * 194.39.131.34 3299
P "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" * *
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.7 3201
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.5 3200
KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.5 3389
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.7 3389
deny all other connections
D * * *
Now I want to access my production server  with ip =132.147.166.11from outside .
So I had configured the below setting  in Sap GUI .
Application server=132.147.166.11                   [public ip of server where saprouter has installed]
SAProuter String=/H/210.18.50.134/S/3299
system id=ELP
system number=02
but when i click on login it is showing below error..
router permission denied(210.18.50.134 to 132.147.166.11 ,sapdp02
location =saprouter 38.10 ON  'SOLMAN'
relese=700
version=38
returncode=-94
counter=012
Is it nacessary to make any change in routab file , as net work admin is saying problem is from saprouter to production server
please help us for the same
Regards
Rabin Nayak
SAP Basis Team

Dear Sourabh,
Thanks for your support, I am using /H/210.18.50.134/H/132.147.166.11/H/ for production server only
& /H/210.18.50.134/H/132.147.166.5/H/  for my developement server.
Please find the below is the Log of dev_rout file.
trc file: "dev_rout", trc level: 1, release: "700"
Mon Mar 29 10:51:26 2010
SAP Network Interface Router, Version 38.10
command line arg 0:     saprouter
command line arg 1:     -r
command line arg 2:     -S
command line arg 3:     3299
command line arg 4:     -K
command line arg 5:     p:CN=SOLMAN, OU=0000849045, OU=SAProuter, O=SAP, C=DE
SncInit(): Initializing Secure Network Communication (SNC)
      PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 8/32/32)
SncInit(): Trying environment variable SNC_LIB as a
      gssapi library name: "C:\usr\sap\saprouter\sapcrypto.dll".
  File "C:\usr\sap\saprouter\sapcrypto.dll" dynamically loaded as GSS-API v2 library.
  The internal Adapter for the loaded GSS-API mechanism identifies as:
  Internal SNC-Adapter (Rev 1.0) to SECUDE 5/GSS-API v2
main: pid = 5260, ppid = 0, port = 3299, parent port = 0 (0 = parent is not a saprouter)
reading routtab: './saprouttab'
ERROR => invalid token (p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE) in IPadr-string, skip line 11 [nirout.cpp   8585]
Mon Mar 29 10:56:20 2010
checkRoute: route not permitted (15)
ERROR => NiRClientHandle: NiRExRouteCon for C1/-1 'mail.supremegroup.co.in' failed (rc=-94) [nirout.cpp   2243]
Mon Mar 29 10:56:44 2010
checkRoute: route not permitted (15)
ERROR => NiRClientHandle: NiRExRouteCon for C1/-1 'mail.supremegroup.co.in' failed (rc=-94) [nirout.cpp   2243]
Mon Mar 29 11:25:43 2010
checkRoute: route not permitted (15)
ERROR => NiRClientHandle: NiRExRouteCon for C1/-1 '210.18.50.134.sify.net' failed (rc=-94) [nirout.cpp   2243]
I had addedd another twolines in my routab file as below mentioned Hilited mark.
SNC connection to and from SAP
KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
SNC connection to local system for R/3-Support
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.19 3202
Access from the local Network to SAP
P 192.168.. 194.39.131.34 3299
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.11 5631
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.11 23
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.19 3389
P * 194.39.131.34 3299
P "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" * *
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.7 3201
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.5 3200
KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.5 3389
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.7 3389
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.5 3299
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.7 3299
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 132.147.166.11 3299
deny all other connections
D * * *
P  * * *
I had checked my Public Ip already registered with SAP,still i am getting same error at time of login.
Regards
Rabin
Edited by: RABIN-SAP BASIS on Mar 29, 2010 8:03 AM

Similar Messages

  • Error "Token in strings could not be evaluated" in form personalization

    Getting Error "Token in strings could not be evaluated" in form personalization.
    The syntax used is -
    ='BEGIN
    CREATE_URL_COLL('''||${item.IEXPYPRS_CC.CC_TYPE_DSP.value}||''');
    end'
    Please suggest where I am going wrong.
    Thanks and Regards,
    Dibyanshu

    Andreas.
    ='BEGIN
    CREATE_URL_COLL('''||${item.IEXPYPRS_CC.CC_TYPE_DSP.value}||''');
    end'what about the above code is it related with form?
    because i tried to use that something like this
    BEGIN
    CREATE_URL_COLL('''||${item.IEXPYPRS_CC.CC_TYPE_DSP.value}||''');
    end;and it gave me error, compilation error.
    sarah

  • SQL Error: ORA-01704: string literal too long

    select * from table(fn_split('some 10000 characters with comma separation .........................'))
    Error report:
    SQL Error: ORA-01704: string literal too long
    01704. 00000 - "string literal too long"
    *Cause:    The string literal is longer than 4000 characters.
    *Action:   Use a string literal of at most 4000 characters.
    how to pass my 10k record string

    933663 wrote:
    The string is through a user interface.So, that interface is using what datatype for the string? What language is the interface written in?
    insert into table
    select * from table(fn_split('2,4,2,5,7'));Do you understand what a string literal is? You cannot provide a varchar2 string that exceeds 4000 bytes from within SQL. Fact. It just cannot be done.
    If you are passing the string from a user interface using a datatype that supports more than 4000 bytes, and you pass it directly to PL/SQL code by calling the function or procedure directly (not using SQL) then you can use up to 32767 bytes for your VARCHAR2.
    The code you've posted (which happens to be some of my own code posted years ago on these forums) takes a VARCHAR2 as an input. You would have to change that to accept a CLOB datatype and work on the CLOB instead. However, you still wouldn't be able to pass in a string literal of more than 4000 bytes from SQL for it.
    Looking at your other thread: Seperate the string value
    ... it looks like the 'user' is trying to pass in a table definition. What is it your application is trying to do? Surely you are not trying to create a table at run time?
    So explain, what is the business issue you are trying to solve? We may be able to provide a better way of doing it.

  • Error synchroniz​ing with Windows 7 Contacts: "CRADSData​base ERROR (5211): There is an error converting Unicode string to or from code page string"

    CRADSDatabase ERROR (5211): There is an error converting Unicode string to or from code page string
    Device          Blackberry Z10
    Sw release  10.2.1.2977
    OS Version  10.2.1.3247
    The problem is known by Blackberry but they didn't make a little effort to solve this problem and they wonder why nobody buy Blackberry. I come from Android platform and I regret buying Blackberry: call problems(I sent it to service because the people that I was talking with couldn't hear me), jack problems (the headphones does not work; I will send it again to service). This synchronisation problem is "the drop that fills the glass". Please don't buy Blackberry any more.
    http://btsc.webapps.blackberry.com/btsc/viewdocume​nt.do?noCount=true&externalId=KB33098&sliceId=2&di​...

    This is a Windows registry issue, if you search the Web using these keywords:
    "how to fix craddatabase error 5211"       you will find a registry editor that syas it can fix this issue.

  • Listener.ora syntax error in NV string

    Hi. I'm attempting to establish a connection with an Access db using ODBC. I've edited my listener.ora file to read the following:
    # listener.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.1.0\Db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = capital2)
    (ORACLE_HOME = C:\oracle\product\10.1.0\Db_1)
    (PROGRAM = hsodbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname.domain)(PORT = 1521))
    When I restart the listener, I get the following error:
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 16-JUN-2005 12:34:47
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production
    System parameter file is C:\oracle\product\10.1.0\Db_1\network\admin\listener.ora
    Log messages written to C:\oracle\product\10.1.0\Db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host.domain)(PORT=1521)))
    TNS-01155: Incorrectly specified SID_LIST_LISTENER parameter in LISTENER.ORA
    NL-00303: syntax error in NV string
    Listener failed to start. See the error message(s) above...
    I'm guessing that my listener.ora file has a ")" in the wrong place or something to that effect. Would anyone mind pointing this out for me?
    Thanks!

    normel start :
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Myserver)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    you start:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = webserver)(PORT = 1521))
    ) )

  • Exchange 2010, khi: failed to execute Troubleshoot-DatabaseSpace.ps1 Error formatting a string: Format string is not supported

    Hi,
    Exchange 2010 MP fails to run Troubleshoot-DatabaseSpace.ps1. Results in a Warning with "Error formatting a string: Format string is not supported". The EventNumber is 402. The Microsoft article it points to is useless at http://technet.microsoft.com/en-us/library/749e0eac-ebb2-41e3-8fa2-4a03a1bd3571.aspx 
    Run ".\Troubleshoot-DatabaseSpace.ps1 -Server MailboxServer.domain.com -MonitoringContext" and works fine.
    Any help appreciated.
    thanks

    Hi,
    Before the newer MP release, we can disable  these 4 monitor via override and this should not run the Troubleshoot-DatabaseSpace.ps1 :
    KHI: Failed to execute Troubleshoot-DatabaseSpace.ps1.
    KHI: The database copy is low on database volume space and continues to grow. The volume is under 25% free
    KHI: The database copy is low on database volume space and continues to grow. The volume has reached error levels under 16% free.
    KHI: The database copy is low on database volume space and continues to grow. The volume has reached critical levels 8% free.
    Alex Zhao
    TechNet Community Support

  • Error: java.sql.SQLException: Internal Error   Invalid Connect String

    hi,
    facing errror while deploying the process
    A problem occured while connecting to server "sfhyd1.softforce.com" using port "8888": bpel_getCustomerAccounts_1.0.jar failed to deploy. Exception message is: java.sql.SQLException: Internal Error:Invalid Connect String
    at com.collaxa.cube.engine.util.DBUtils.checkIfFatalConnectionError(DBUtils.java:920)
    at com.collaxa.cube.ejb.impl.BaseCubeSessionBean.checkIfFatalConnectionError(BaseCubeSessionBean.java:153)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:462)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: Internal Error:Invalid Connect String
    at oracle.lite.poljdbc.POLJDBCErrMsg.throwSQLException(Unknown Source)
    at oracle.lite.poljdbc.LiteThinJDBCConnection.<init>(Unknown Source)
    at oracle.lite.poljdbc.LiteThinJDBCFactory.createConnection(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
    at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
    at oracle.oc4j.sql.DriverDataSource.getConnection(DriverDataSource.java:116)
    at oracle.oc4j.sql.DriverDataSource.getConnection(DriverDataSource.java:75)
    at oracle.oc4j.sql.DataSourceConnectionPoolDataSource.getPooledConnection(DataSourceConnectionPoolDataSource.java:57)
    at oracle.oc4j.sql.xa.EmulatedXADataSource.getXAConnection(EmulatedXADataSource.java:92)
    at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.createXAConnection(ManagedConnectionFactoryImpl.java:211)
    at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:170)
    at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1398)
    at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
    at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
    at oracle.j2ee.connector.ConnectionPoolImpl$FixedWaitPoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1455)
    at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
    at oracle.oc4j.sql.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:45)
    at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1596)
    at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1541)
    at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1486)
    at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
    at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:272)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:200)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:142)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:127)
    at com.collaxa.cube.engine.data.ConnectionFactory$ConnectionFactoryImpl.getConnection(ConnectionFactory.java:336)
    at com.collaxa.cube.engine.data.ConnectionFactory.getConnection(ConnectionFactory.java:140)
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor.storeProcess(BaseProcessPersistenceAdaptor.java:361)
    at com.collaxa.cube.engine.adaptors.olite.ProcessPersistenceAdaptor.storeProcess(ProcessPersistenceAdaptor.java:52)
    at com.collaxa.cube.engine.data.ProcessPersistenceMgr.storeProcess(ProcessPersistenceMgr.java:76)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:937)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:792)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:455)
    ... 45 more

    You may possibly modified the oc4j-ra.xml file in the stand-alone directory instead of the file under the OC4J_BPEL directory in midtier.
    Currently, we are seeing some issues with the sample in midtier. So you may like to wait for the GA release [ mid May] for trying out this sample.
    Otherwise please send a mail to [email protected], you need any early drop of this sample.
    HTH.
    Thanks,
    Rakesh

  • How to remote connect from NWBC  to r/3 with saprouter string

    Hi Experts,
    We've just installed and configure Business Client and succesfully login abap system, and i wonder is it possible to  remote connect ERP 6.0 Abap system from Business Client via saprouter string,
    Regards,

    Hi Atakan,
    Did you solve the problem?. I need o do the same.
    Regards,
    Carlos.

  • Workspace Error executing query: String index out of range: -39

    I am running a Financial Reporting Book.
    When running this book, I am receiving the following error.
    Error executing query: String index out of range: -39
    What does this mean?
    And how do I fix this?
    Thank you,
    Dan

    This is happening to a single Financial Reporting book.
    Oracle suggested changing the Data Query Optimization settings.
    I had checked on Essbase Queries Use MDX on all the reports being called into the book.
    Oracle suggested that I uncheck this box.
    This did not do the trick.
    I ran the reports individually, and they all worked.
    I am stumped.

  • Scorecard error "For input string" ....

    Hi has anyone had and solved the following error?
    When selecting "Last Run", one of my scorecards is returing an error "For Input string "7127912115" right after loading the Key data domain details.
    When selecting "Now" it works fine.
    However, when I send out the "Share link" it come back with the same error.  See attached.
    Please help?
    Mike

    label="Credit Account" value="CRA"no no :) it's not like that
    from the error itself you can understood. "not whole number"
    right format :
    label="Credit Account" value=0 //it will take index value
    label="Creditx " value=1
    label="Creditx " value=n // upto your limitif you want the same means you can achive in some other way.
      <af:selectOneChoice id="soc1" label="Export To" autoSubmit="true"
                                  valuePassThru="true"
                                  binding="#{backingBeanScope.x.soc1}"
                                  valueChangeListener="#{backingBeanScope.x.ValueChangeListener}"
                                  required="true" contentStyle="width:200.0px;">
                <f:selectItems value="#{backingBeanScope.x.selectItems}"
                               id="si1"/>
              </af:selectOneChoice>
        public java.util.List<SelectItem> getSelectItems() {
            selectItems = new ArrayList<SelectItem>();
            selectItems.add(new SelectItem("PDF", "PDF"));
            selectItems.add(new SelectItem("XLS", "EXCEL"));
            selectItems.add(new SelectItem("HTML", "HTML"));
            return selectItems;
        }in more simplified manner.
    http://www.youtube.com/watch?v=hryJoJ0OIsM
    https://blogs.oracle.com/dana/entry/static_list_view_objects_exposed

  • Error For input string: "M"

    hi i have select radio button but when i make seletion am geting this error      Error
    For input string: "M" am in jdeveloper 11.1.1.6.0
    <af:selectOneRadio id="sor4" layout="horizontal"
                                                     value="#{bindings.Gender.inputValue}"
                                 autoSubmit="true" immediate="true">
                <af:selectItem label="Female" value="F" id="si16"/>
                <af:selectItem label="Male" value="M" id="si10"/>
              </af:selectOneRadio>

    the error is
    <DCExecutableBinding> <refreshIfNeeded> [11074] Invoke refresh for :UamPractitionersView1Iterator
    <DCIteratorBinding> <refresh> [11075] Executing and syncing on IteratorBinding.refresh from :UamPractitionersView1Iterator
    <DCUtil> <findSpelObject> [11076] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for IntlModuleDataControl
    <ADFLogger> <begin> Attaching an iterator binding to a datasource
    <DCIteratorBinding> <getViewObject> [11077] Resolving VO:UamPractitionersView1 for iterator binding:UamPractitionersView1Iterator
    <ADFLogger> <addContextData> Attaching an iterator binding to a datasource
    <SelectItemUtils> <_addUIXSelectItem> class org.apache.myfaces.trinidadinternal.convert.IntegerConverter:"The number is not a whole number." for the value "M"
    <SelectItemUtils> <_addUIXSelectItem> class org.apache.myfaces.trinidadinternal.convert.IntegerConverter:"The number is not a whole number." for the value "F"
    <JboBeanUtils> <getProperty> [11078] *** Using bean introspection to lookup value :componentClientId
    <LoopDiagnostic> <dump> [11079] variableIterator variables passivated >>> TrackQueryPerformed def SearchAppliedCriteria def SearchAppliedCriteria=IntlUsersCriteria
    <DCIteratorBinding> <releaseDataInternal> [11080] Releasing iterator binding:values_3068
    <DCIteratorBinding> <releaseDataInternal> [11081] Releasing iterator binding:listIter
    <DCIteratorBinding> <releaseDataInternal> [11082] Releasing iterator binding:values_3075
    <DCIteratorBinding> <releaseDataInternal> [11083] Releasing iterator binding:listIter
    <DCIteratorBinding> <releaseDataInternal> [11084] Releasing iterator binding:values_3082
    <DCIteratorBinding> <releaseDataInternal> [11085] Releasing iterator binding:values_3089
    <DCIteratorBinding> <releaseDataInternal> [11086] Releasing iterator binding:values_3096
    <ViewObjectImpl> <closeStatementsResetRowSet> [11087] ViewObject: [internal_vcival_def]Root.internal_vcival_def_3100 close prepared statements...
    <DCIteratorBinding> <releaseDataInternal> [11088] Releasing iterator binding:operators_3079
    <DCIteratorBinding> <releaseDataInternal> [11089] Releasing iterator binding:operators_3086
    <DCIteratorBinding> <releaseDataInternal> [11090] Releasing iterator binding:operators_3093
    <DCIteratorBinding> <releaseDataInternal> [11091] Releasing iterator binding:operators_3065
    <DCIteratorBinding> <releaseDataInternal> [11092] Releasing iterator binding:operators_3072
    <ViewObjectImpl> <closeStatementsResetRowSet> [11093] ViewObject: [internal_vco_def]Root.internal_vco_def_3114 close prepared statements...
    <DCIteratorBinding> <releaseDataInternal> [11094] Releasing iterator binding:criteriaItemsForSearch_3056
    <DCIteratorBinding> <releaseDataInternal> [11095] Releasing iterator binding:nestedViewCriteria_3070
    <DCIteratorBinding> <releaseDataInternal> [11096] Releasing iterator binding:nestedViewCriteria_3077
    <DCIteratorBinding> <releaseDataInternal> [11097] Releasing iterator binding:nestedViewCriteria_3084
    <DCIteratorBinding> <releaseDataInternal> [11098] Releasing iterator binding:nestedViewCriteria_3091
    <DCIteratorBinding> <releaseDataInternal> [11099] Releasing iterator binding:nestedViewCriteria_3098
    <DCIteratorBinding> <releaseDataInternal> [11100] Releasing iterator binding:nestedViewCriteria_3070
    <DCIteratorBinding> <releaseDataInternal> [11101] Releasing iterator binding:nestedViewCriteria_3070
    <DCIteratorBinding> <releaseDataInternal> [11102] Releasing iterator binding:nestedViewCriteria_3070
    <DCIteratorBinding> <releaseDataInternal> [11103] Releasing iterator binding:nestedViewCriteria_3070
    <DCIteratorBinding> <releaseDataInternal> [11104] Releasing iterator binding:nestedViewCriteria_3077
    <DCIteratorBinding> <releaseDataInternal> [11105] Releasing iterator binding:nestedViewCriteria_3077
    <DCIteratorBinding> <releaseDataInternal> [11106] Releasing iterator binding:nestedViewCriteria_3077
    <DCIteratorBinding> <releaseDataInternal> [11107] Releasing iterator binding:nestedViewCriteria_3077
    <DCIteratorBinding> <releaseDataInternal> [11108] Releasing iterator binding:nestedViewCriteria_3084
    <DCIteratorBinding> <releaseDataInternal> [11109] Releasing iterator binding:nestedViewCriteria_3084
    <DCIteratorBinding> <releaseDataInternal> [11110] Releasing iterator binding:nestedViewCriteria_3084
    <DCIteratorBinding> <releaseDataInternal> [11111] Releasing iterator binding:nestedViewCriteria_3084
    <DCIteratorBinding> <releaseDataInternal> [11112] Releasing iterator binding:nestedViewCriteria_3091
    <DCIteratorBinding> <releaseDataInternal> [11113] Releasing iterator binding:nestedViewCriteria_3091
    <DCIteratorBinding> <releaseDataInternal> [11114] Releasing iterator binding:nestedViewCriteria_3091
    <DCIteratorBinding> <releaseDataInternal> [11115] Releasing iterator binding:nestedViewCriteria_3091
    <DCIteratorBinding> <releaseDataInternal> [11116] Releasing iterator binding:nestedViewCriteria_3098
    <DCIteratorBinding> <releaseDataInternal> [11117] Releasing iterator binding:nestedViewCriteria_3098
    <DCIteratorBinding> <releaseDataInternal> [11118] Releasing iterator binding:nestedViewCriteria_3098
    <DCIteratorBinding> <releaseDataInternal> [11119] Releasing iterator binding:nestedViewCriteria_3098
    <ViewObjectImpl> <closeStatementsResetRowSet> [11120] ViewObject: [internal_vci_def]Root.internal_vci_def_3063 close prepared statements...
    <DCIteratorBinding> <releaseDataInternal> [11121] Releasing iterator binding:viewObjectBindVars_3059
    <ViewObjectImpl> <closeStatementsResetRowSet> [11122] ViewObject: [internal_vci_def]Root.internal_vci_def_3170 close prepared statements...
    <DCIteratorBinding> <releaseDataInternal> [11123] Releasing iterator binding:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11124] Releasing iterator binding:properties_3061
    <ViewObjectImpl> <closeStatementsResetRowSet> [11125] ViewObject: [IntlModule.IntlUsers1.IntlUsersCriteria]Root.IntlModule_IntlUsers1_IntlUsersCriteria_3054 close prepared statements...
    <DCUtil> <findSpelObject> [11126] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding, for IntlUsersCriteriaQuery
    <DCIteratorBinding> <releaseDataInternal> [11127] Releasing iterator binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlListBinding_3132List_3133
    <DCIteratorBinding> <releaseDataInternal> [11128] Releasing iterator binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlListBinding_3150List_3151
    <DCIteratorBinding> <releaseDataInternal> [11129] Releasing iterator binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlListBinding_3168List_3169
    <JUCtrlHierNodeBinding> <release> [11130] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_32, value:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11131] Releasing iterator binding:operators_3065
    <DCIteratorBinding> <releaseDataInternal> [11132] Releasing iterator binding:listIter
    <DCIteratorBinding> <releaseDataInternal> [11133] Releasing iterator binding:values_3068
    <DCIteratorBinding> <releaseDataInternal> [11134] Releasing iterator binding:values_3068
    <DCIteratorBinding> <releaseDataInternal> [11135] Releasing iterator binding:operators_3065
    <DCIteratorBinding> <releaseDataInternal> [11136] Releasing iterator binding:operators_3072
    <DCIteratorBinding> <releaseDataInternal> [11137] Releasing iterator binding:listIter
    <DCIteratorBinding> <releaseDataInternal> [11138] Releasing iterator binding:values_3075
    <DCIteratorBinding> <releaseDataInternal> [11139] Releasing iterator binding:values_3075
    <DCIteratorBinding> <releaseDataInternal> [11140] Releasing iterator binding:operators_3072
    <DCIteratorBinding> <releaseDataInternal> [11141] Releasing iterator binding:operators_3079
    <DCIteratorBinding> <releaseDataInternal> [11142] Releasing iterator binding:values_3082
    <DCIteratorBinding> <releaseDataInternal> [11143] Releasing iterator binding:values_3082
    <DCIteratorBinding> <releaseDataInternal> [11144] Releasing iterator binding:operators_3079
    <DCIteratorBinding> <releaseDataInternal> [11145] Releasing iterator binding:operators_3086
    <DCIteratorBinding> <releaseDataInternal> [11146] Releasing iterator binding:values_3089
    <DCIteratorBinding> <releaseDataInternal> [11147] Releasing iterator binding:values_3089
    <DCIteratorBinding> <releaseDataInternal> [11148] Releasing iterator binding:operators_3086
    <DCIteratorBinding> <releaseDataInternal> [11149] Releasing iterator binding:operators_3093
    <DCIteratorBinding> <releaseDataInternal> [11150] Releasing iterator binding:values_3096
    <DCIteratorBinding> <releaseDataInternal> [11151] Releasing iterator binding:values_3096
    <DCIteratorBinding> <releaseDataInternal> [11152] Releasing iterator binding:operators_3093
    <DCIteratorBinding> <releaseDataInternal> [11153] Releasing iterator binding:criteriaItemsForSearch_3056
    <DCIteratorBinding> <releaseDataInternal> [11154] Releasing iterator binding:viewObjectBindVars_3059
    <DCIteratorBinding> <releaseDataInternal> [11155] Releasing iterator binding:viewObjectBindVars_3059
    <DCIteratorBinding> <releaseDataInternal> [11156] Releasing iterator binding:properties_3061
    <DCIteratorBinding> <releaseDataInternal> [11157] Releasing iterator binding:properties_3061
    <DCIteratorBinding> <releaseDataInternal> [11158] Releasing iterator binding:criteriaItemsForSearch_3056
    <JUCtrlHierNodeBinding> <release> [11159] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_33, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11160] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_32, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11161] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_33, value:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11162] Releasing iterator binding:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11163] Releasing iterator binding:variableIterator
    <ADFLogger> <begin> Rollback transaction
    <ApplicationModuleImpl> <resetState> [11164] Resetting AM=Root
    <ApplicationPoolMessageHandler> <doPoolMessage> [11165] **** PoolMessage REQ DETACH LWS
    <DCUtil> <findSpelObject> [11166] DCUtil, returning:oracle.jbo.uicli.binding.JUFormBinding, for view_pageDefs_usersPageDef_WEB_INF_Updusrtask_flow_definition_xml_Updusrtask_flow_definition
    <DCIteratorBinding> <releaseDataInternal> [11167] Releasing iterator binding:TitlecodeList_3052
    <DCIteratorBinding> <releaseDataInternal> [11168] Releasing iterator binding:CountrycodeList_3050
    <DCIteratorBinding> <releaseDataInternal> [11169] Releasing iterator binding:BranchcodeList_3051
    <DCIteratorBinding> <releaseDataInternal> [11170] Releasing iterator binding:OfficecodeList_3048
    <DCIteratorBinding> <releaseDataInternal> [11171] Releasing iterator binding:RoleaccesscodeList_3049
    <JUCtrlHierNodeBinding> <release> [11172] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_34, value:IntlUsers1Iterator
    <JUCtrlHierNodeBinding> <release> [11173] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_34, value:IntlUsers1Iterator
    <DCIteratorBinding> <releaseDataInternal> [11174] Releasing iterator binding:IntlUsers1Iterator
    <JUCtrlHierNodeBinding> <release> [11175] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_32, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11176] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_33, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11177] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_32, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11178] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_33, value:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11179] Releasing iterator binding:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11180] Releasing iterator binding:variableIterator
    <DCIteratorBinding> <releaseDataInternal> [11181] Releasing iterator binding:UamUserdetailsView2Iterator
    <DCIteratorBinding> <releaseDataInternal> [11182] Releasing iterator binding:UamUserextensionView1Iterator
    <DCIteratorBinding> <releaseDataInternal> [11183] Releasing iterator binding:UamPractitionersView1Iterator
    <ApplicationPoolMessageHandler> <doPoolMessage> [11184] **** PoolMessage REQ ATTACH LWS
    <ApplicationPoolMessageHandler> <doPoolMessage> [11185] **** PoolMessage REQ DETACH LWS
    <JUCtrlHierNodeBinding> <release> [11186] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_34, value:IntlUsers1Iterator
    <JUCtrlHierNodeBinding> <release> [11187] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_34, value:IntlUsers1Iterator
    <DCIteratorBinding> <releaseDataInternal> [11188] Releasing iterator binding:IntlUsers1Iterator
    <JUCtrlHierNodeBinding> <release> [11189] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_32, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11190] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_33, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11191] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_32, value:vcRowsIterator
    <JUCtrlHierNodeBinding> <release> [11192] released: ROOT node binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_33, value:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11193] Releasing iterator binding:vcRowsIterator
    <DCIteratorBinding> <releaseDataInternal> [11194] Releasing iterator binding:variableIterator
    <DCIteratorBinding> <releaseDataInternal> [11195] Releasing iterator binding:UamUserdetailsView2Iterator
    <DCIteratorBinding> <releaseDataInternal> [11196] Releasing iterator binding:UamUserextensionView1Iterator
    <DCIteratorBinding> <releaseDataInternal> [11197] Releasing iterator binding:UamPractitionersView1Iterator
    <af:selectOneRadio id="sor2" layout="horizontal"
                                   value="#{bindings.Gender.inputValue}"
                                   partialTriggers="resId1">
                  <af:selectItem label="Male" value="M" id="si5"/>
                  <af:selectItem label="Female" value="F" id="si4"/>
                </af:selectOneRadio>
    i what to store F,M NOT WHOLE NAME FEMALE OR MALE
    my pagedefination is
    <list IterBinding="UamUserdetailsView2Iterator" id="Gender"
              DTSupportsMRU="false" StaticList="true">
          <AttrNames>
            <Item Value="Gender"/>
          </AttrNames>
          <ValueList>
            <Item Value="M"/>
            <Item Value="F"/>
          </ValueList>
        </list>Edited by: adf009 on 2013/05/20 10:24 AM

  • RFC with SAProuter-String?!

    Hi,
    well i am trying to set up a RFC Connection to a external 4.6c because i would like to send an IDoc into our XI. I have no clue if this will work, it seems not to work so I ask all of you if you could give me a hand to use the SAProuter-String inside a RFC-Connection.
    I have the router-string, means the /H/Host/H/Service/H/ and also the IP-Adress of the 4.6c- System
    Can u please help me?! best regards, Jens
    btw, I already posted this question in the XI forum.

    Hi Rolf,
    well i can only say that we can connect with the SAP-Logon via SAProuter-String - yes. From Client-side i have no clue because i am no admin
    Thx for your detailed description - it's the way i did it.
    BUT: i have also the IP-Adress of the target 4.6c system. But where to add this IP.
    <b>what i have in detail:
    Connection type 3
    /H/<ip of saprouter seen from source system>/S/3299/H/<ip of 2. saprouter seen from 1. saprouter>/S/3299/H/<ip of destination system seen from saprouter box>
    /H/62.XXX.YY.232/S/3299/H/170.XX.YY.54/S/3299/H/170.56.XXX.80
    IP-Adress 1. SAProuter: 62.XXX.YY.232
    IP-Adress 2. SAProuter: 170.XX.YY.54
    destination system: 170.56.XXX.80
    </b>
    To make it clear: from SAP-Logon everything works fine - but in RFC-Dest. the connection fails!!
    Have u any idea what could be wrong? the user is able to connect to the system....
    br, cheers, Jens

  • RMAN-06466: error parsing configuration string (CONFIGURE DEVICE TYPE DISK

    Hi All
    Windows 2003 and 10.2.0.4
    I get the following message when executing show all; connected to rman
    (I have used grid control 11g for the first configuration of rman. Not sure if it has an impact.)
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of show command at 09/22/2011 16:04:11
    RMAN-12010: automatic channel allocation initialization failed
    RMAN-06466: error parsing configuration string (CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO BACKUPSET PARALLELISM 1;)
    RMAN-01005: syntax error: found "backup": expecting one of: "clear, parallelism"
    RMAN-01007: at line 1 column 28 file: Configuration Row
    RMAN>
    Reading the manual Database Backup and Recovery Basics
    I should be able to configure it like this
    RMAN> CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01005: syntax error: found "backup": expecting one of: ";"
    RMAN-01007: at line 1 column 42 file: standard input
    Anyone that can help me with this ?
    Appreciate your feedback.
    Thanks
    Magnus

    What happens if you type "CONFIGURE DEVICE TYPE DISK CLEAR;" ?

  • Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string co

    Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() at flash.net::URLVariables() at flash.net::URLLoader/onComplete() _________________________________________________________________________________________ _____________________ stop(); var DepartVars:URLVariables = new URLVariables(); var DepartURL:URLRequest = new URLRequest("scripts/www.mywebsite.com/depart.php"); DepartURL.method = URLRequestMethod.POST; DepartURL.data = DepartVars; var DepartLoader:URLLoader = new URLLoader; DepartLoader.dataFormat = URLLoaderDataFormat.VARIABLES; DepartLoader.addEventListener(Event.COMPLETE, completeDepart); depart_btn.addEventListener(MouseEvent.CLICK, DepartUser); // Function to run when the Depart button is pressed function DepartUser (event:MouseEvent):void{             // Ready the variables here for sending to PHP           DepartVars.post_code = "Depart";         // Send the data to the php file           DepartLoader.load(DepartURL);         welcome_txt.text = "Processing request...Bon Voyage"; } // Close DepartUser function /////////////////////////////////////// // Function for when the PHP file talks back to flash function completedepart(event:Event):void{     if (event.target.data.replyMsg == "success") {             var refreshPage:URLRequest = new URLRequest("javascript:NewWindow=window.location.reload(); NewWindow.focus(); void(0);");             navigateToURL(refreshPage, "_self");         } // Close completeDepart function ////////////////////////////// // Code for the View res Button var viewRes:URLRequest = new URLRequest("view_res.php"); viewRES_btn.addEventListener(MouseEvent.CLICK, viewResClick); function viewResClick(event:MouseEvent):void {     navigateToURL(viewRes, "_self"); } ///////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// // Code for the Edit Res profile Button var editRes:URLRequest = new URLRequest("edit_res.php"); editRES_btn.addEventListener(MouseEvent.CLICK, editResClick); function editResClick(event:MouseEvent):void {     navigateToURL(editRes, "_self"); } }

    this should be in the as3 forum.  but you need to return name/value pairs from your php file.

  • Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containin

    Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() at flash.net::URLVariables() at flash.net::URLLoader/onComplete() _________________________________________________________________________________________ ____________ stop(); var DepartVars:URLVariables = new URLVariables(); var DepartURL:URLRequest = new URLRequest("scripts/www.mywebsite.com/depart.php"); DepartURL.method = URLRequestMethod.POST; DepartURL.data = DepartVars; var DepartLoader:URLLoader = new URLLoader; DepartLoader.dataFormat = URLLoaderDataFormat.VARIABLES; DepartLoader.addEventListener(Event.COMPLETE, completeDepart); depart_btn.addEventListener(MouseEvent.CLICK, DepartUser); // Function to run when the Depart button is pressed function DepartUser (event:MouseEvent):void{             // Ready the variables here for sending to PHP           DepartVars.post_code = "Depart";         // Send the data to the php file           DepartLoader.load(DepartURL);         welcome_txt.text = "Processing request...Bon Voyage"; } // Close DepartUser function /////////////////////////////////////// // Function for when the PHP file talks back to flash function completedepart(event:Event):void{     if (event.target.data.replyMsg == "success") {             var refreshPage:URLRequest = new URLRequest("javascript:NewWindow=window.location.reload(); NewWindow.focus(); void(0);");             navigateToURL(refreshPage, "_self");         } // Close completeDepart function ////////////////////////////// // Code for the View res Button var viewRes:URLRequest = new URLRequest("view_res.php"); viewRES_btn.addEventListener(MouseEvent.CLICK, viewResClick); function viewResClick(event:MouseEvent):void {     navigateToURL(viewRes, "_self"); } ///////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// // Code for the Edit Res profile Button var editRes:URLRequest = new URLRequest("edit_res.php"); editRES_btn.addEventListener(MouseEvent.CLICK, editResClick); function editResClick(event:MouseEvent):void {     navigateToURL(editRes, "_self"); } }

    I have a similar problem
    whey I use .txt my code works, but when I change to .dat external file, it get error 1067
    my code:
    import flash.display.Sprite;
    import flash.events.*;
    import flash.net.URLLoader;
    import flash.net.URLLoaderDataFormat;
    import flash.net.URLRequest;
    var loader: URLLoader = new URLLoader();
    loader.dataFormat = URLLoaderDataFormat.VARIABLES;
    loader.addEventListener(Event.COMPLETE, loading);
    loader.load(new URLRequest("rssnews.dat"));
    function loading(e: Event): void {
              news_1.text = trace(e.target.data.titulo);
              news_2.text = trace(e.target.data.texto);

Maybe you are looking for

  • Screen resolution for OEL 5 on VMware Server 1.0.3

    Hi I have installed Oracle Enterprise Linux 5 in a VMware Server 1.0.3 virtual machine. The problem is that I can only run the virtual machine in 800x600 or 640x480. Anyone who has tried this and made it work? I have VMWare Tools installed and I have

  • 2 filter conditions in one column in one report

    I want to filter a column with value x  and then the same column with value y in one single report in OBI11.1.7.Is this possible? I appreciate your answer.

  • LEDGER and cin

    What is meant by subledger account and pending ledger? what is condition type , where we use in ?

  • LSMW: Batch Input for modified XD01?

    Hey! I want to import some customers data via LSMW, however we are using an add-on in our R3. For this reason I recieved the message: 'Old data BKNA1 cannot be processed, ADD-ON exists', when I tried to create the batch input session. All the steps b

  • Creative cloud app problem

    After I double-click "Download" , a box appears "creative cloud", but for the wheel keeps spinning and nothing happens