Sort Error - failed to parse query

I'm using APEX 2.2.1 .
I have a very detailed report, I wanted to implement a sorting feature into it, where you can click on the title and it'll sort asc or desc. Well Through reading my trusty Oracle manual I decided that a sort option would be the way to go.
The detailed report had all the columns I wanted to be sortable enabled, and I ran it and I get :
failed to parse SQL query:
ORA-00911: invalid character
I have gone down to only having one column checked with sort, and the Sort Sequence is set. No matter how I set this up I get the error. I then decided I'd put in a simple query into a report, to see if it worked at all:
select * from super_user; - this return 2 columns and 2 rows.
I get the same error when I try and enable sorting on this... What am I doing wrong?

Literally 2 seconds after posting this I re-read it and saw that I have a semicolon after my query. I thought to myself "Self - how could it amend any sorting info if you're doing this?"
I removed the semicolon and it worked.

Similar Messages

  • AzureDiagnostics fails after role udpate with no changes to configuration, error "Failed to parse the WAD config file"

    Windows event log shows AzureDiagnostics errors "Failed to parse the WAD config file" and warning "
    No certficate with given thumbprint found in the certificate store. Thumbprint:" and
    System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.IO.StringReader..ctor(String s)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
       at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
    Also tried a different deployment on a different subscription, same issue, and this one gets stuck in 'create' state with no roles showing up in 'instances' section for quite some time. Are Cloud Services even maintained by Microsoft
    anymore? Seems that they are second class citizens to VMs, no updates, no new portal, no new features, often can't update single role without updating all roles, etc.

    i am facing same error : here is the log:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticPlugin.exe DiagnosticPlugin-ShutdownEvent DiagnosticPlugin-TotalShutdownEvent -wadVer1v3
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticsPlugin
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RcfFileName: C:\Config\881bb2e524c04870b4e993fd8fefb7d8.881bb2e524c04870b4e993fd8fefb7d8.WorkerRole1_IN_0.13.xml
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RoleInstanceId: WorkerRole1_IN_0; DeploymentId: 881bb2e524c04870b4e993fd8fefb7d8; RoleName: WorkerRole1
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Store Size: 4096
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Reading XML configuration file
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Will use thumbprint 
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Decrypting private configuration
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:00:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Retrying after 30 seconds. Retry attempt 1
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:09 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:09 PM] Retrying after 30 seconds. Retry attempt 2
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:39 PM] Retrying after 30 seconds. Retry attempt 3
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.Security.Cryptography.CryptographicException: The enveloped-data message does not contain the specified recipient.
       at System.Security.Cryptography.Pkcs.EnvelopedCms.DecryptContent(RecipientInfoCollection recipientInfos, X509Certificate2Collection extraStore)
       at Microsoft.Azure.Plugins.Diagnostics.dll.PluginConfigurationSettingsProvider.DecryptPrivateConfig(String encryptedConfig)
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] WadCfg is provided in initial configuration. Using that to initialize Diagnostics.
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] <PublicConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
      <WadCfg>
        <DiagnosticMonitorConfiguration overallQuotaInMB="4096">
          <DiagnosticInfrastructureLogs />
          <Directories scheduledTransferPeriod="PT1M">
            <IISLogs containerName="wad-iis-logfiles" />
            <FailedRequestLogs containerName="wad-failedrequestlogs" />
          </Directories>
          <PerformanceCounters scheduledTransferPeriod="PT1M">
            <PerformanceCounterConfiguration counterSpecifier="\Memory\Available MBytes" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\ISAPI Extension Requests/sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\Bytes Total/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Requests/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Errors Total/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Queued" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Rejected" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Processor(_Total)\% Processor Time" sampleRate="PT3M" />
          </PerformanceCounters>
          <WindowsEventLog scheduledTransferPeriod="PT1M">
            <DataSource name="Application!*" />
            <DataSource name="System!*" />
          </WindowsEventLog>
          <CrashDumps dumpType="Full">
            <CrashDumpConfiguration processName="WaAppAgent.exe" />
            <CrashDumpConfiguration processName="WaIISHost.exe" />
            <CrashDumpConfiguration processName="WindowsAzureGuestAgent.exe" />
            <CrashDumpConfiguration processName="WaWorkerHost.exe" />
            <CrashDumpConfiguration processName="DiagnosticsAgent.exe" />
            <CrashDumpConfiguration processName="w3wp.exe" />
          </CrashDumps>
          <Logs scheduledTransferPeriod="PT1M" scheduledTransferLogLevelFilter="Verbose" />
        </DiagnosticMonitorConfiguration>
      </WadCfg>
      <StorageAccount>vinaystorageaccounttest</StorageAccount>
    </PublicConfig>
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] Private setting is loaded
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.IO.StringReader..ctor(String s)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
       at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] Failed to parse the WAD config file
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] DiagnosticPlugin.exe exit with code -106

  • ERROR: Fail to parse policy requests

    I noticed that the ..\sms_p01\inboxes\polreq.box\bad\ folder has accumulated 20 bad policy request files over the last three days.  The ..\sms_p01\Logs\chmgr.log shows this every five minutes:
    Inbox file change detected at 7/20/2012 11:46:09 AM Central Daylight Time 7/20/2012 11:46:09 AM
    New policy file arrived 7/20/2012 11:46:09 AM
    On primary site: process files to DB 7/20/2012 11:46:09 AM
    Client Health Manager is processing *.POL files 7/20/2012 11:46:09 AM
    Processing file POL2012720164690.POL 7/20/2012 11:46:09 AM
    Try to bind to table v_CH_PendingPolicyRequests 7/20/2012 11:46:09 AM
    Column number is 3 7/20/2012 11:46:09 AM
    Successfully bind to table v_CH_PendingPolicyRequests 7/20/2012 11:46:09 AM
    Begin to get policy requests body 7/20/2012 11:46:09 AM
    Successfully get policy requests body 7/20/2012 11:46:09 AM
    Begin to parse policy requests 7/20/2012 11:46:09 AM
    ERROR: Invalid policy request data 7/20/2012 11:46:09 AM
    ERROR: Fail to parse policy requests 7/20/2012 11:46:09 AM
    ERROR: Fail to read from file D:\Program Files\Microsoft Configuration Manager\inboxes\polreq.box\POL2012720164690.POL 7/20/2012 11:46:09 AM
    WARN: Fail to process file POL2012720164690.POL 7/20/2012 11:46:09 AM
    Bad Policy request file was moved to D:\Program Files\Microsoft Configuration Manager\inboxes\polreq.box\bad\POL2012720164690.POL 7/20/2012 11:46:09 AM
    Successfully executed stored procedure CH_SummarizePolicyRequests 7/20/2012 11:46:09 AM
    Work completed at 7/20/2012 11:46:09 AM Central Daylight Time 7/20/2012 11:46:09 AM
    Next wake up time is 7/21/2012 11:46:09 AM Central Daylight Time 7/20/2012 11:46:09 AM
    The SMS_CLIENT_HEALTH component's status shows that it is healthy.
    The only component that shows an unhealthy status is the SMS_DISTRIBUTION_MANAGER.  The DistMgr.Log shows this for package P0100008:
    Used 0 out of 3 allowed processing threads. 7/20/2012 12:37:22 PM
    Starting package processing thread, thread ID = 0x1580 (5504) 7/20/2012 12:37:22 PM
    Sleep 3600 seconds... 7/20/2012 12:37:22 PM
    STATMSG: ID=2304 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=PSCCMA2W.theocc.com SITE=P01 PID=256 TID=5504 GMTDATE=Fri Jul 20 17:37:22.883 2012 ISTR0="P0100008" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8=""
    ISTR9="" NUMATTRS=1 AID0=400 AVAL0="P0100008" 7/20/2012 12:37:22 PM
    Retrying package P0100008 7/20/2012 12:37:22 PM
    No action specified for the package P0100008. 7/20/2012 12:37:22 PM
    Start validating package P0100008 on server ["Display=\\PSCCMA2W.theocc.com\"]MSWNET:["SMS_SITE=P01"]\\PSCCMA2W.theocc.com\... 7/20/2012 12:37:22 PM
    Failed to start DP health monitoring task for package 'P0100008'. Error code: -1 7/20/2012 12:37:22 PM
    Updating package info for package P0100008 7/20/2012 12:37:22 PM
    Only retrying local DP update for package P0100008, no need to replicate package definition to child sites or DP info to parent site. 7/20/2012 12:37:22 PM
    StoredPkgVersion (7) of package P0100008. StoredPkgVersion in database is 7. 7/20/2012 12:37:22 PM
    SourceVersion (7) of package P0100008. SourceVersion in database is 7. 7/20/2012 12:37:22 PM
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=PSCCMA2W.theocc.com SITE=P01 PID=256 TID=5504 GMTDATE=Fri Jul 20 17:37:22.989 2012 ISTR0="All Security Updates " ISTR1="P0100008" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6=""
    ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="P0100008" 7/20/2012 12:37:22 PM
    Failed to process package P0100008 after 45 retries, will retry 55 more times 7/20/2012 12:37:22 PM
    Exiting package processing thread. 7/20/2012 12:37:22 PM
    Used 0 out of 3 allowed processing threads. 7/20/2012 12:37:28 PM
    Sleep 1824 seconds... 7/20/2012 12:37:28 PM
    Site P01 is the one and only site and has all of the site system roles - including DP.  There is only one site server for this Primary Site.  SQL is local as well.  The server has been restarted to see if this would help.  It didn't.
    If I open one of these 'Bad' *.POL files, I can see that one GUID is not like the others.  It is the same for all of the other corrupt *.POL files:

    I have been having similar issues. Check if you have the EndPoint Protection client running on your site server. If you do, ensure that you have the scanning directory exceptions set.
    http://blogs.technet.com/b/systemcenterpfe/archive/2012/11/29/system-center-2012-configuration-manager-antivirus-exclusions.aspx
    -Ravi

  • XML-32009: (Fatal Error) Failed to parse the input schema.

    I am attempting to generate the Java classes for the attached XLM schema (JMdict_e.xsd) using the following command:
    oracle.xml.jaxb.orajaxb -schema JMdict_e.xsd -targetPkg generated
    which results in the error "XML-32009: (Fatal Error) Failed to parse the input schema."
    I created the schema from a DTD file (http://www.csse.monash.edu.au/~jwb/jmdict_dtd_h.html) following the instructions in the example http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28394/adx_j_sproc.htm#CIHICCJB
    I am using version xdk_nt_10_1_0_2_0_production.
    Can anyone help me with this please? Thanks.
    JMdict_e.xsd
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="dial" type="xs:string"/>
    <xs:element name="example" type="xs:string"/>
    <xs:element name="upd_date" type="xs:string"/>
    <xs:element name="ke_pri" type="xs:string"/>
    <xs:element name="re_nokanji" type="xs:string"/>
    <xs:element name="xref" type="xs:string"/>
    <xs:element name="etym" type="xs:string"/>
    <xs:element name="re_inf" type="xs:string"/>
    <xs:element name="k_ele">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="keb"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ke_inf"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ke_pri"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="links">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="link_tag"/>
    <xs:element ref="link_desc"/>
    <xs:element ref="link_uri"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="lsource">
    <xs:complexType>
    <xs:simpleContent>
    <xs:extension base="xs:string">
    <xs:attribute name="lang" fixed="eng"/>
    <xs:attribute name="ls_type" use="optional" type="xs:string"/>
    <xs:attribute name="ls_wasei" use="optional" type="xs:string"/>
    </xs:extension>
    </xs:simpleContent>
    </xs:complexType>
    </xs:element>
    <xs:element name="ent_seq" type="xs:string"/>
    <xs:element name="info">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="links"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="bibl"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="etym"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="audit"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="s_inf" type="xs:string"/>
    <xs:element name="link_uri" type="xs:string"/>
    <xs:element name="bib_txt" type="xs:string"/>
    <xs:element name="link_tag" type="xs:string"/>
    <xs:element name="bibl">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" ref="bib_tag"/>
    <xs:element minOccurs="0" ref="bib_txt"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="upd_detl" type="xs:string"/>
    <xs:element name="ant" type="xs:string"/>
    <xs:element name="ke_inf" type="xs:string"/>
    <xs:element name="audit">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="upd_date"/>
    <xs:element ref="upd_detl"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="pos" type="xs:string"/>
    <xs:element name="pri" type="xs:string"/>
    <xs:element name="r_ele">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="reb"/>
    <xs:element minOccurs="0" ref="re_nokanji"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="re_restr"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="re_inf"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="re_pri"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="bib_tag" type="xs:string"/>
    <xs:element name="re_restr" type="xs:string"/>
    <xs:element name="stagk" type="xs:string"/>
    <xs:element name="sense">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="stagk"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="stagr"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="pos"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="xref"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ant"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="field"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="misc"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="s_inf"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="lsource"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="dial"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="gloss"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="example"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="keb" type="xs:string"/>
    <xs:element name="field" type="xs:string"/>
    <xs:element name="link_desc" type="xs:string"/>
    <xs:element name="reb" type="xs:string"/>
    <xs:element name="entry">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="ent_seq"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="k_ele"/>
    <xs:element maxOccurs="unbounded" ref="r_ele"/>
    <xs:element minOccurs="0" ref="info"/>
    <xs:element maxOccurs="unbounded" ref="sense"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="stagr" type="xs:string"/>
    <xs:element name="re_pri" type="xs:string"/>
    <xs:element name="gloss">
    <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="pri"/>
    </xs:choice>
    <xs:attribute name="lang" fixed="eng"/>
    <xs:attribute name="g_gend" use="optional" type="xs:string"/>
    </xs:complexType>
    </xs:element>
    <xs:element name="misc" type="xs:string"/>
    <xs:element name="JMdict">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="entry"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>

    @Bhaskar (and @user11922800): You have to update the db10g/xdk to a version at least of 10.1.0.4. There were major bug fixes including XML-32009 error (bug number 3375952).
    http://www.eygle.com/case/bug10104.htm
    I've even tried the op's listing with my more to-date xdk without encountering any problem and it is compiled just fine.
    ps: I am sure that was the hasty typo in dvohra16 post. The namespace in the op (/2001/) is correct. Encoding is still capable of resulting in some problems (I've had encounted if I recall), but that is not the problem for the issue raised in this thread.

  • Error: Failed to parse path in URl (Cisco UCS 6100 Series Fabric Interconnect)

    I have to shut down parts of my network due to an electrical outage this weekend. I have a Cisco UCS 6100 Server Fabric Interconnect. I am trying to backup the configuration. This is the command I am using create backup tftp://*.24.1.88 full-state enabled.  The error I receive is Error: failed to parse URI.  Which I believe URI means URL.

    Hi Parakiteiz,
    Looks like the format is incorrect and you have an extra 't' on the tftp command you provided.  Please take a look at the link below for configuration assistance.
    Creating backup operaiton.
    http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/cli/config/guide/1-1-1/b_CLI_Config_Guide_1_1_1/CLI_Config_Guide_1_1_1_chapter38.html#task_4704260519853629974
    Please let me know if this help

  • Column sort gives "failed to parse SQL query"

    Hi folks,
    I have a page with a chart and 5 reports. All report columns are sortable.
    When I first navigate to the page from a menu, the chart and all reports display correctly. Given certain query criteria, reports 2 and 4 correctly return no data, and show my polite 'no data found' message.
    If I sort report 1 or 3 or 5 by clicking a column heading, the chart and reports 1, 3 and 5 display correctly, but in report regions 2 and 4 I then get
    failed to parse SQL query:
    ORA-06502: PL/SQL: numeric or value error: NULL index table key valueThese errors can be cleared by navigating to the page again from a menu.
    What's wrong? How can I fix it?
    I'm at 1.6.0.00.87, db 10.1.0.3.0.
    All ideas gratefully received.
    Thanks
    John D

    OK, I now have a workspace.
    I recreated the problem using page 1 of the Sample Application (app 15027).
    1 - Copy region "My Top Orders" to "My Top Orders 2" on page 1 (same display point, column 2).
    2 - Edit the SQL of "My Top Orders 2" to remove the ORDER BY clause.
    3 - Edit the columns of "My Top Orders 2" to make all columns other than ORDER_ID sortable.
    4 - Copy region "My Top Orders 2" to "My Top Orders 3" on page 1 (same display point, column 2)..
    5 - Run page 1
    6 - Click a column heading on "My Top Orders 2" and I got "failed to parse..." on "My Top Orders 3".
    BUT it's intermittent. Navigate away from page 1 then return, and you may find the error doesn't recur.
    So, what's up Doc?
    Many thanks,
    John

  • Failed to parse SQL query: ORA-01403: no data found

    I'm going to post and answer my own question in the hope that others will not have to struggle with this error.
    Using a report of the type PL/SQL Function Body Returning SQL and using generic columns you may run into this error
    failed to parse SQL query:
    ORA-01403: no data found
    The SQL will run stand alone but the report fails.
    There is a setting just below the source you should check:
    "Maximum number of generic report columns"
    In my case the number of columns was dynamic and when it exceeded the number set as the maximium number of generic columns I received the 1403 error.
    Hope this helps someone.
    Greg

    Thanks for much for the pointer. For anyone else struggling with this too, I found that my generic columns had unordered themselves. Reordering them solved the problem for me.
    Edited by: user11096971 on Jul 22, 2010 3:19 AM

  • Report failed to parse SQL query:ORA-01745: invalid host/bind variable name

    Hi,
    We are currently upgrading from v2.2.0.00.32 to v4.0.0.00.46.
    I have copied the applications onto our test server along with the various database objects and data etc.
    When I am running a report in v4, it is failing with the following error: "failed to parse SQL query: ORA-01745: invalid host/bind variable name".
    When I copy the SQL that builds the report into TOAD (on out test server) it runs OK so really cant see why it would fail in APEX. It works fine when I run the query in our APEX v2 and in TOAD in our live server.
    The query is as follows:
    SELECT
    aea.ALTERATION_ID
    ,aea.ALTERATION_ID "ALTERATION_ID_DISPLAY"
    ,aea.assembly_name "Revised BOM"
    ,assembly.description "Revised BOM Description"
    ,assembly.INVENTORY_ITEM_STATUS_CODE "Revised BOM Status"
    ,aea.BEFORE_CHANGE_QTY
    ,flv.MEANING "Alteration Type"
    ,aea.component_name "Part No"
    ,component.description "Part No Description"
    ,component.INVENTORY_ITEM_STATUS_CODE "Part No Status"
    ,aea.AFTER_CHANGE_QTY
    ,TO_CHAR(aea.last_update_date,'DD-MM-YYYY HH24:MI:SS')"Last Update Date"
    ,aea.LAST_UPDATE_BY
    ,aea.COMMENTS
    ,aea.ORACLE_CHANGE_NOTICE
    ,AEA.SELECTION_CRITERIA
    FROM XXMEL_APEX_ECO_ALTERATIONS aea
    , fnd_lookup_values flv
    , (SELECT INVENTORY_ITEM_STATUS_CODE
    ,segment1
    ,description
    FROM mtl_system_items_b
    WHERE 1=1
    AND organization_id = 26) component
    , (SELECT INVENTORY_ITEM_STATUS_CODE
    ,segment1
    ,description
    FROM mtl_system_items_b
    WHERE 1=1
    AND organization_id = 26) assembly
    WHERE 1=1
    AND aea.COMPONENT_NAME = component.segment1 (+)
    AND aea.assembly_NAME = assembly.segment1 (+)
    AND flv.lookup_code = aea.acd_type
    AND aea.eco = :P13_ECO
    AND flv.lookup_type = 'ECG_ACTION'
    AND modify_flag = 'Y'
    ANy help would be great,
    Thanks
    Chris
    Edited by: Cashy on 22-Nov-2010 04:13
    Edited by: Cashy on 22-Nov-2010 04:14

    For some reason, the updatable fields (this is a updateable report) where not connecting to the database properly. Whn I changed them to a report columns and removed the database field reference, the report rendered

  • Multi Row Selector using Generic Column Names (parse query at runtime only)

    Hi,
    I created a tabular report which had a multi row select in it - got the deleting working fine.
    Am now creating a second tabular report, but because of the SQL:
    select
    "ID",
    "ID" ID_DISPLAY,
    "RESNUMBER",
    "RESDESCRIPTION",
    decode(RESTYPE,'R','Right Party','W','Wrong Party'),
    decode(DMCFLAG,'Y','Yes','N','No'),
    decode(SALEFLAG,'Y','Yes','N','No')
    from "CALL_RESULTS"
    I have to select the option Use Generic Column Names (parse query at runtime only) otherwise I cannot save the form.
    My problem is I am now unable to add a multi row selector to the tabular form. If I do and run the form I get the following error - failed to parse SQL query: ORA-00904: "COL11": invalid identifier. Also when I go back and edit the form the multi row selector has been removed.
    Can anyone tell me why I can't add a row selector like I previously could?
    Regards
    Simon

    Arie,
    I added aliases and to the decode columns, and I can now add a row selector to the form without any problems.
    Thank you very much for your help.
    Regards
    Simon

  • Remote App from Ipad return "Failed to parse authorization Challange"

    Hi,
    I have set up a Remote App infrastructure on Windows 2012 server , I have publish some apps , I have publish my server on internet opening port 443 and 3389 for RDP with a public rapid SSL wildcard certificate  ... everything works on pcs but when I try
    to connect with my ipad from external I receive the error:
    "Failed to parse authorization Challange"
    with the following log:
    ===== DO NOT DELETE CONTENT BELOW THIS LINE =====
    [2014-May-06 12:03:11] RDP (0): Resolved 'apps.mydomain.com' to '195.206.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:03:11] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:03:11] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:03:11] RDP (0): Error message: The gateway failed to connect with the message: 404 Not Found(phase: 0, type: 0, reason: 0, systemCode: -1, systemMessage: )
    [2014-May-06 12:03:11] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-May-06 12:03:11] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:03:11] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-May-06 12:03:13] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-May-06 12:03:13] RDP (0): client version: 8.0.5.24403 on iPad3,6 (iPhone OS 7.1.1)
    [2014-May-06 12:03:13] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:03:13] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 77310DD3EA18B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 01C00DD3EA18B941;
        gatewayMode = 2;
        host = "SRVAPP.MYDOMAIN";
        label = AS400;
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||AS400";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            77310DD3EA18B941,
            84F1ABD3EA18B941,
            51A54AD4EA18B941,
            DF88EED4EA18B941,
            9E7D8DD5EA18B941,
            E1EB2BD6EA18B941,
            CA18C3D6EA18B941
        host = "apps.mydomain.com";
        id = 01C00DD3EA18B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:03:13] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:03:13] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:03:13] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:03:13] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:03:13] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:03:13] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:03:13] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:03:13] RDP (0): Not using any proxy
    [2014-May-06 12:03:13] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:03:13] RDP (0): Resolved 'SRVAPP.mydomain' to 'ERROR: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:03:13] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.(phase: 0, type: 0, reason: 0, systemCode: 0, systemMessage: )
    [2014-May-06 12:03:13] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:03:14] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 77310DD3EA18B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 01C00DD3EA18B941;
        gatewayMode = 2;
        gwAutodetectState = kConnectionGwAutodectedForceGW;
        host = "SRVAPP.mydomain";
        label = AS400;
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||AS400";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            77310DD3EA18B941,
            84F1ABD3EA18B941,
            51A54AD4EA18B941,
            DF88EED4EA18B941,
            9E7D8DD5EA18B941,
            E1EB2BD6EA18B941,
            CA18C3D6EA18B941
        host = "apps.mydomain.com";
        id = 01C00DD3EA18B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:03:14] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:03:14] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:03:14] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:03:14] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:03:14] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:03:14] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:03:14] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:03:14] RDP (0): Not using any proxy
    [2014-May-06 12:03:14] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:03:14] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:03:14] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:03:14] RDP (0): HTTP RPC_IN_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:03:14] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:03:14] RDP (0): HTTP RPC_OUT_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:03:14] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:03:16] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:03:16] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:03:16] RDP (0): Error message: The gateway failed to connect with the message: 404 Not Found(phase: 0, type: 0, reason: 0, systemCode: -1, systemMessage: )
    [2014-May-06 12:03:16] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-May-06 12:03:16] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:03:16] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-May-06 12:05:15] RDP (0): Application went into background
    [2014-May-06 12:26:21] RDP (0): Application became foreground application
    [2014-May-06 12:26:31] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-May-06 12:26:31] RDP (0): client version: 8.0.5.24403 on iPad3,6 (iPhone OS 7.1.1)
    [2014-May-06 12:26:31] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:26:31] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 9EB75556F018B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 01C00DD3EA18B941;
        gatewayMode = 2;
        host = "SRVAPP.MYDOMAIN";
        label = "CAPA_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||CAPA_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            77310DD3EA18B941,
            84F1ABD3EA18B941,
            51A54AD4EA18B941,
            DF88EED4EA18B941,
            9E7D8DD5EA18B941,
            E1EB2BD6EA18B941,
            CA18C3D6EA18B941,
            5F0AB755F018B941,
            9EB75556F018B941,
            57CCEC56F018B941
        host = "apps.mydomain.com";
        id = 01C00DD3EA18B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:26:31] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:26:31] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:26:31] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:26:31] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:26:31] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:26:31] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:26:31] RDP (0): Not using any proxy
    [2014-May-06 12:26:31] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:26:31] RDP (0): Resolved 'SRVAPP.MYDOMAIN' to 'ERROR: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:26:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.(phase: 0, type: 0, reason: 0, systemCode: 0, systemMessage: )
    [2014-May-06 12:26:31] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:26:31] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 9EB75556F018B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 01C00DD3EA18B941;
        gatewayMode = 2;
        gwAutodetectState = kConnectionGwAutodectedForceGW;
        host = "SRVAPP.MYDOMAIN";
        label = "CAPA_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||CAPA_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            77310DD3EA18B941,
            84F1ABD3EA18B941,
            51A54AD4EA18B941,
            DF88EED4EA18B941,
            9E7D8DD5EA18B941,
            E1EB2BD6EA18B941,
            CA18C3D6EA18B941,
            5F0AB755F018B941,
            9EB75556F018B941,
            57CCEC56F018B941,
            BFD38857F018B941
        host = "apps.mydomain.com";
        id = 01C00DD3EA18B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:26:31] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:26:31] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:26:31] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:26:31] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:26:31] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:26:31] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:26:31] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:26:31] RDP (0): Not using any proxy
    [2014-May-06 12:26:31] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:26:31] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:26:31] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:26:33] RDP (0): HTTP RPC_OUT_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:26:33] RDP (0): HTTP RPC_IN_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:26:33] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:26:33] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:26:33] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:26:33] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:26:33] RDP (0): Error message: The gateway failed to connect with the message: 404 Not Found(phase: 0, type: 0, reason: 0, systemCode: -1, systemMessage: )
    [2014-May-06 12:26:33] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-May-06 12:26:33] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:26:33] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-May-06 12:28:37] RDP (0): Application went into background
    [2014-May-06 12:34:23] RDP (0): Application became foreground application
    [2014-May-06 12:34:32] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-May-06 12:34:32] RDP (0): client version: 8.0.5.24403 on iPad3,6 (iPhone OS 7.1.1)
    [2014-May-06 12:34:32] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:34:32] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 31CE4F37F218B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 01C00DD3EA18B941;
        gatewayMode = 2;
        host = "SRVAPP.MYDOMAIN";
        label = "DifettiProduzione_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||DifettiProduzione_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            77310DD3EA18B941,
            84F1ABD3EA18B941,
            51A54AD4EA18B941,
            DF88EED4EA18B941,
            9E7D8DD5EA18B941,
            E1EB2BD6EA18B941,
            CA18C3D6EA18B941,
            5F0AB755F018B941,
            9EB75556F018B941,
            57CCEC56F018B941,
            BFD38857F018B941,
            F6424158F018B941,
            66C1EC58F018B941,
            83858B59F018B941,
            6EA42436F218B941,
            1CEEAB36F218B941,
            31CE4F37F218B941,
            F7B0DF37F218B941,
            3D436438F218B941
        host = "apps.mydomain.com";
        id = 01C00DD3EA18B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:34:32] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:34:32] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:34:32] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:34:32] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:34:32] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:34:32] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:34:32] RDP (0): Not using any proxy
    [2014-May-06 12:34:32] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:34:32] RDP (0): Resolved 'SRVAPP.MYDOMAIN' to 'ERROR: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:34:32] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.(phase: 0, type: 0, reason: 0, systemCode: 0, systemMessage: )
    [2014-May-06 12:34:32] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:34:32] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 31CE4F37F218B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 01C00DD3EA18B941;
        gatewayMode = 2;
        gwAutodetectState = kConnectionGwAutodectedForceGW;
        host = "SRVAPP.MYDOMAIN";
        label = "DifettiProduzione_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||DifettiProduzione_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            77310DD3EA18B941,
            84F1ABD3EA18B941,
            51A54AD4EA18B941,
            DF88EED4EA18B941,
            9E7D8DD5EA18B941,
            E1EB2BD6EA18B941,
            CA18C3D6EA18B941,
            5F0AB755F018B941,
            9EB75556F018B941,
            57CCEC56F018B941,
            BFD38857F018B941,
            F6424158F018B941,
            66C1EC58F018B941,
            83858B59F018B941,
            6EA42436F218B941,
            1CEEAB36F218B941,
            31CE4F37F218B941,
            F7B0DF37F218B941,
            3D436438F218B941,
            45F0EB38F218B941
        host = "apps.mydomain.com";
        id = 01C00DD3EA18B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:34:32] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:34:32] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:34:32] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:34:32] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:34:32] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:34:32] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:34:32] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:34:32] RDP (0): Not using any proxy
    [2014-May-06 12:34:32] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:34:32] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:34:32] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:34:35] RDP (0): HTTP RPC_IN_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:34:35] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:34:35] RDP (0): HTTP RPC_OUT_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:34:35] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:34:35] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:34:35] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:34:35] RDP (0): Error message: The gateway failed to connect with the message: 404 Not Found(phase: 0, type: 0, reason: 0, systemCode: -1, systemMessage: )
    [2014-May-06 12:34:35] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-May-06 12:34:35] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:34:35] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-May-06 12:35:28] RDP (0): Application went into background
    [2014-May-06 12:35:34] RDP (0): Application became foreground application
    [2014-May-06 12:35:45] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-May-06 12:35:45] RDP (0): client version: 8.0.5.24403 on iPad3,6 (iPhone OS 7.1.1)
    [2014-May-06 12:35:45] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:35:45] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 2C11E07DF218B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 8CDC4B79F218B941;
        gatewayMode = 2;
        host = "SRVAPP.MYDOMAIN";
        label = "DifettiProduzione_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||DifettiProduzione_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            30664B79F218B941,
            37A6A77CF218B941,
            EA3C467DF218B941,
            2C11E07DF218B941,
            EBE2767EF218B941,
            26E3887FF218B941,
            06F10D80F218B941,
            3EAE9580F218B941
        host = "apps.mydomain.com";
        id = 8CDC4B79F218B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:35:45] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:35:45] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:35:45] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:35:45] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:35:45] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:35:45] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:35:45] RDP (0): Not using any proxy
    [2014-May-06 12:35:45] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:35:45] RDP (0): Resolved 'SRVAPP.MYDOMAIN' to 'ERROR: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:35:45] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.(phase: 0, type: 0, reason: 0, systemCode: 0, systemMessage: )
    [2014-May-06 12:35:45] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:35:45] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 2C11E07DF218B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 8CDC4B79F218B941;
        gatewayMode = 2;
        gwAutodetectState = kConnectionGwAutodectedForceGW;
        host = "SRVAPP.MYDOMAIN";
        label = "DifettiProduzione_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||DifettiProduzione_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            30664B79F218B941,
            37A6A77CF218B941,
            EA3C467DF218B941,
            2C11E07DF218B941,
            EBE2767EF218B941,
            26E3887FF218B941,
            06F10D80F218B941,
            3EAE9580F218B941
        host = "apps.mydomain.com";
        id = 8CDC4B79F218B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:35:45] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:35:45] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:35:45] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:35:45] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:35:45] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:35:45] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:35:45] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:35:45] RDP (0): Not using any proxy
    [2014-May-06 12:35:45] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:35:45] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:35:45] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:35:46] RDP (0): HTTP RPC_IN_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:35:46] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:35:46] RDP (0): HTTP RPC_OUT_DATA connection redirected from https://apps.mydomain.com:443/rpc/rpcproxy.dll?localhost:3388 to https://apps.mydomain.com/RDWeb/rpc/rpcproxy.dll
    [2014-May-06 12:35:46] RDP (0): Resolved 'apps.mydomain.com' to '195.z.y.x' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:35:46] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:35:46] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/librdp/librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message: 404 Not Found
    [2014-May-06 12:35:46] RDP (0): Error message: The gateway failed to connect with the message: 404 Not Found(phase: 0, type: 0, reason: 0, systemCode: -1, systemMessage: )
    [2014-May-06 12:35:46] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-May-06 12:35:46] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:35:46] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-May-06 12:37:52] RDP (0): Application went into background
    [2014-May-06 12:38:25] RDP (0): Application became foreground application
    [2014-May-06 12:38:33] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-May-06 12:38:33] RDP (0): client version: 8.0.5.24403 on iPad3,6 (iPhone OS 7.1.1)
    [2014-May-06 12:38:33] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:38:34] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:38:34] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 75AFEF2AF318B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 8CDC4B79F218B941;
        gatewayMode = 2;
        host = "SRVAPP.MYDOMAIN";
        label = "DifettiProduzione_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||DifettiProduzione_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
        connections =     (
            30664B79F218B941,
            37A6A77CF218B941,
            EA3C467DF218B941,
            2C11E07DF218B941,
            EBE2767EF218B941,
            26E3887FF218B941,
            06F10D80F218B941,
            3EAE9580F218B941,
            7F340829F318B941,
            1BBDAE29F318B941,
            26A8452AF318B941,
            75AFEF2AF318B941
        host = "apps.mydomain.com";
        id = 8CDC4B79F218B941;
        port = 443;
        temporary = 1;
        type = rdp;
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2014-May-06 12:38:34] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-06 12:38:34] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-06 12:38:34] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-06 12:38:34] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-06 12:38:34] RDP (0): pdp_ip0 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): pdp_ip0 af=2 (AF_INET)  addr=109.112.3.43 netmask=255.255.255.255
    [2014-May-06 12:38:34] RDP (0): pdp_ip1 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): pdp_ip2 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): pdp_ip3 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): ap1 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): en0 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): en2 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): awdl0 af=18  addr= netmask=
    [2014-May-06 12:38:34] RDP (0): --- END INTERFACE LIST ---
    [2014-May-06 12:38:34] RDP (0): Not using any proxy
    [2014-May-06 12:38:34] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-06 12:38:35] RDP (0): Resolved 'SRVAPP.MYDOMAIN' to 'ERROR: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.' using NameResolveMethod_Unknown(0)
    [2014-May-06 12:38:35] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.(phase: 0, type: 0, reason: 0, systemCode: 0, systemMessage: )
    [2014-May-06 12:38:35] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-06 12:38:35] RDP (0): Final rdp configuration used: {
        activeUsername = "COPAN\\ataglietti";
        arcTimeout = 1800;
        cacheId = 75AFEF2AF318B941;
        certificatesUseRedirectName = 1;
        configurationVersion = 8;
        font = 1;
        gatewayId = 8CDC4B79F218B941;
        gatewayMode = 2;
        gwAutodetectState = kConnectionGwAutodectedForceGW;
        host = "SRVAPP.MYDOMAIN";
        label = "DifettiProduzione_64bit";
        loadBalanceInfo = "tsv://MS Terminal Services Plugin.1.QuickSessionCollection";
        mouseMode = "-1";
        port = 3389;
        remoteProgram = "||DifettiProduzione_64bit";
        remoteProgramArguments = "";
        remoteProgramRail = 1;
        temporary = 1;
        type = rdp;
        useAlt = 0;
        utilityBar = "-1";
        webFeedVersion = "Windows 2008 R2 or newer";
       THANKS FOR SUGGESTION

    Hi,
    Thank you for posting in Windows Server Forum.
    Please check that you have enable RD Web SSO and as you have buy RapidSSL wildcard certificate you need to see that certificate installed with its private key and also need to store the certificate under local computer personal store.
    In addition check the group policy whether you added server name in “Allow Delegating Default Credentials” under below path.
    Computer Configuration\Administrative Templates\System\Credentials Delegation
    Please check below articles for details.
    Remote Desktop Web Access single sign-on now easier to enable in Windows Server 2012
    http://blogs.msdn.com/b/rds/archive/2012/06/25/remote-desktop-web-access-single-sign-on-now-easier-to-enable-in-windows-server-2012.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Unable to parse query when using dblink in forms 4.5

    Hi,
    I have created a query that uses a DBlink because I need to do query on a table located on another dbase. I've used the query on creating my report using Reports 6i. The report needs to be called from a menu on our system, which was developed under Developer 2000 (forms 4.5). The problem is, when I tried to access the report from the menu, it returns the error 'unable to parse query'. What I did after getting error was to create a dummy module using Forms 6i, and call my report from there. It worked fine.
    By the way, the table that I'm accessing using the dblink is under Oracle 9i dbase, and the dbase of the system that I've been working at is Oracle 8i.
    I don't have any idea on what's causing this error. Is there a compatibility issue when using a dblink located in Oracle 9i database with forms 4.5?
    Thanks!

    Hello,
    Not sure if it is the good answer, but I know that Forms does not recognize dblink and owner.object syntax. You have to create a simple synomym that point to the distant object and use this synonym within Forms.
    Francois

  • UNX issue : Failed to initialize Query Panel (service issue?)

    Hello all,
    For a couple off days now we are trying to use universe(s) in Desing studio with no luck.
    We use the Efashion single source relational universe on which we can run Webi's without a problem . When we add a datasource in DS we see and can select the unx but when we push the "edit query specification" button DS freezes and return the error : Failed to initialize Query Panel
    We just upgrade tot DS1.2 SP01 both on server side as on client side.
    This is the error from the error log : which seems to have a connection problem to a certain service:
    Any of you have an idea how to proceed?
    All servers run fine when we check the CMC and an APS is added for Design studio (analysis) .DS works fine with BEX queries...
    Thanks in advance.
    !ENTRY com.sap.ip.bi.zen.ui 4 0 2014-03-14 12:43:33.876
    !MESSAGE Failed to initialize Query Panel
    !STACK 0
    com.businessobjects.dsl.services.workspace.impl.WorkspaceException: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:437)
           at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.createInitialDataSource(QuerySpecDataProvider.java:609)
           at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.finalizeCreation(QuerySpecDataProvider.java:852)
           at com.businessobjects.dsl.services.workspace.impl.AbstractBuiltInDataProviderBuilder.buildDataProvider(AbstractBuiltInDataProviderBuilder.java:36)
           at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createDataProviderWithUniverse(DataProviderFactory.java:190)
           at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createAndAddDataProvider(DataProviderFactory.java:108)
           at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:83)
           at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:45)
           at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createQueryPanelContext(QueryPanelDialog.java:133)
           at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createDialogArea(QueryPanelDialog.java:97)
           at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.createContents(ZenTrayDialog.java:63)
           at org.eclipse.jface.window.Window.create(Window.java:432)
           at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:110)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClickedInternal(DataSourceDialogController.java:158)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController$1.run(DataSourceDialogController.java:147)
           at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClicked(DataSourceDialogController.java:144)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane.editQueryButtonClicked(DataSourceSelectionPane.java:253)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane$6.widgetSelected(DataSourceSelectionPane.java:233)
           at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
           at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
           at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
           at org.eclipse.jface.window.Window.open(Window.java:802)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
           at com.sap.ip.bi.zen.ui.internal.commands.AddDataSourceHandler.execute(AddDataSourceHandler.java:24)
           at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
           at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
           at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
           at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
           at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
           at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
           at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
           at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
           at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
           at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
           at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
           at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
           at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
           at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
           at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
           at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
           at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
           at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
           at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
           at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
           at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
           at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
           at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
           at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
           at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
           at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: com.businessobjects.mds.services.solver.ConnectionSolverException: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:238)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solve(AbstractConnectionSolver.java:136)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:151)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:147)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:143)
           at com.businessobjects.mds.services.helpers.DataFoundationHelper.getConnection(DataFoundationHelper.java:892)
           at com.businessobjects.mds.services.helpers.DataFoundationHelper.isErpDataFoundation(DataFoundationHelper.java:2896)
           at com.businessobjects.mds.services.helpers.UniverseHelper.isErpUniverse(UniverseHelper.java:1554)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.createQueryCapability(DataSourceFactory.java:286)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.fillQueryCapability(DataSourceFactory.java:959)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.getDataSource(DataSourceFactory.java:839)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSourceFromUniverse(AbstractDataProviderWithUniverse.java:572)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.retrieveDataSource(AbstractDataProviderWithUniverse.java:542)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.buildDataSource(AbstractDataProviderWithUniverse.java:448)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:432)
           ... 72 more
    Caused by: com.sap.connectivity.cs.core.CSError: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionManager.<init>(ConnectionManager.java:81)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionServer.getConnectionManager(ConnectionServer.java:125)
           at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:530)
           at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:504)
           at com.sap.connectivity.cs.api.trace.EnvironmentLogger.CreateConnectionManager(EnvironmentLogger.java:368)
           at com.businessobjects.mds.services.relational.CsService.getAuthenticationMode(CsService.java:180)
           at com.businessobjects.mds.services.relational.CsService.addCredentialInfo(CsService.java:485)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:235)
           ... 86 more
    Caused by: com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
    detail:Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:140)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:183)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:128)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerSvcFactory.getServiceFromCriteria(NetworkLayerSvcFactory.java:53)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerLookup.getServiceFromCriteria(NetworkLayerLookup.java:114)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerLookup.getService(NetworkLayerLookup.java:83)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionManager.<init>(ConnectionManager.java:68)
           ... 93 more
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.crystaldecisions.enterprise.ocaframework.ServerController.redirectServer(ServerController.java:664)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.redirectServer(ServiceMgr.java:959)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSession.redirectServer(ManagedSession.java:338)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:247)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:299)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody4(ServiceMgr.java:520)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody5$advice(ServiceMgr.java:512)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:1)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:164)
             ... 98 more

    Hi Bram,
    I had a look in your Java-Exception and there a connectionserver is missing.
    I know that there are two kind of connection servers 32 and 64 Bit. Do one of your APS Servers have connectivity and connectivity 32 Bit ???
    I had an issue when i first wanted to use a .unx connection with DS with my splitted APS.
    I had one APS only containing the Analysis service. To get to run my .unx access i had to add the Adaptive connectivity Service to the APS containing the analysis service.
    On top of that i had to add the DSL Bridge (otherwise my adaptive connectivity Service did not start)
    Perhabs this helps you out.
    Good luck
    Manfred

  • Failed to parse XML. (LO 26005) (LO 26000)

    Hi experts,
    I'm facing a problem with SAP Business Objects Dashboards. I have a document with a Liveoffice connection and when I try to preview my dashboard, I get an error - Failed to parse XML. (LO26005) (LO 26000)
    I've made some research and it seems that the LiveOffice version is different from the Business Objects Web Service.
    I've checked the version of LiveOffice, Dashboards and Web Service and they all seem to be the same:
    LiveOffice:
    Dashboards:
    LaunchPad:
    What am I missing here?
    Thanks

    Hi Amit, thanks for the quick answer.
    The Live Office service is Active.
    When I export the Excel file
    , and then open it, it seems to lose the live office object.
    But if I try to refresh the objects in Excel sheet within the Dashboard, it refreshes with no problem.
    Am I missing something?

  • Execute SQL Task Editor: The query failed to parse. Syntax error, permission violation, or other nonspecific error.

    Environment: SQL Server 2008 R2
    Code:
    CREATE TABLE dbo.PkgAudit
    PkgAuditID INT IDENTITY(1, 1),
    PackageName VARCHAR(100),
    LoadTime DATETIME ,
    NumberofRecords VARCHAR(50),
    Status1 VARCHAR(50),
    Status2 VARCHAR(50),
    The following code is inserted in the SQL Task Execute Editor
    INSERT INTO dbo.PkgAudit(PackageName
    ,LoadTime
    ,NumberofRecords
    ,Status1
    ,Status2
    ) VALUES(?,?,?,?,?)
    Screen Shot (Parameter Mapping):
    Problem: an error Message occurred when I hit Parse Query Button in the Execute SQL Task Editor, "Execute SQL: Task Editor: The query failed to parse. Syntax error, permission violation, or other nonspecific error". How I could Solve this
    problem  

    Different connection providers require different Parameter syntax. E.g. ADO @ParameterName notatoin, not just an offset of 0,1 etc.
    Arthur My Blog

  • Failed to parse SQL query by one user

    Hi all,
    in my app i have a text-item with a submit button. In this item i type a name and a report after the item-region show me the result(s). this works for all my users (>2000) perfectly, but one of this users become an error in the report-region:
    failed to parse SQL query:
    ORA-01403: no data found
    We try this with the same searchstring on the same computer/browser. If i logged in the result is ok, if the user logged in, the error message shows. If i try this on the computer from the user with me logged in, result ok. If the user try this on an other pc, results error.
    I have an productive and a developer workspace. In the developer workspace the user can try this perfectly without errors. Only in the productive workspace the error shows.
    The SQL-Select in the reprirt ist verry simple:
    select id
    , name
    , raum
    from table
    where instr(upper(name), upper(:P60_SEARCH))>0
    However all users can use this search-field with report perfectly, only this one user has the error. It is no restrictions on this item or report.
    Can anybody help me?

    Carsten,
    user preferences do not have anything to do with the fact where the user resides (apex built in, LDAP, whatever). User Preferences are saved for a named user and they are loaded next time the same user loggs in. For example, if you sort your report on a column x, apex will save this as a setting and next time you call the same report, this report will be sorted the same way. Since you don't have a permission to edit services, you should check your adminstrative permissions and conntact the real administrator of the workspace to do that "purge prefference" for you. I could bet this is the reason you are getting that strange error message.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

Maybe you are looking for

  • How to create sso login for webcenter application

    Hi, i have created a webcenter portal application with a login page.i have to create a sso login for that application . can anyone suggest me how to do?

  • Changes are not recognized

    hi i am using JDeveloper 11g ADF web i have made some changes on the Java file but it is not recognizing it, it is like i haven't done anyhting. and when i put a break point it is ignoring the lines i have wrote. i have tried to erase the classes and

  • Finder window always opens when I enter TM with Safari as active app

    I want to recover some bookmarks I think I must have accidentally deleted in Safari, so I plug in the firewire drive I'm using with TM into my laptop and wait until the drive mounts on the desktop. I launch Safari and make sure it's the active applic

  • Printing content fields

    I created a simple, interactive form from an EPS file and manually placed all text fields. When the form is opened and filled out in Acrobat Reader, it will only print the original form, leaving all text fields completed by the user blank. I am using

  • CU & UC from 46c to ERP 2005

    Hi, I am in Planning phase for CU & UC from 46c to ERP 2005 need to know few things - Hardware requirement for Unicode preparation system - CPU/ Memory and Storage - I am planning to use Copy of Prod for Unicode prep system : My prod DB is 1TB.. Whic