Replicate from linux to windows(more than 1 db on both server).

Hello,
I am having 2 machines :-
1) Linux - Oracle 11g - GoldenGate 11g - with 2 DB's on it - We are going to use only one i.e. DB name - "SOURCE".
2) Windows xp - Oracle 11g - GoldenGate 11g - with 2 DB's on it - We are going to use only one i.e. DB name - "REPLICA"
My major concern is that if both the machines are having more than one DB, then how will it understand that from which db's schema he has to extract & replicate the data ? Also the OS for both the machine is different, will it be any issue ?
I want to extract data from EMP table of SCOTT user from SOURCE db & replicate it to EMP table of SCOTT user of REPLICA db.
Below is the extract load1 file from SOURCE :-
EXTRACT load1
USERID ggs_owner,PASSWORD ggs_owner
RMTHOST IFLMUd5HP04W9,MGRPORT 7809
RMTTASK replicat,GROUP load2
TABLE scott.emp;Below is the load2 file from the REPLICA db :-
REPLICAT load2
USERID ggs_owner,PASSWORD ggs_owner
ASSUMETARGETDEFS
MAP scott.emp,TARGET scott.emp;When i started the extract process by the following command :-
GGSCI (iflmud5im0087) 3> start extract load1
Sending START request to MANAGER ...
EXTRACT LOAD1 starting
GGSCI (iflmud5im0087) 4> info extract load1
EXTRACT    LOAD1     Initialized   2011-09-02 19:45   Status STOPPED
Checkpoint Lag       Not Available
Log Read Checkpoint  Not Available
                     First Record         Record 0
Task                 SOURCEISTABLEThe view report of the load1 is as follows :-
2011-09-06 17:00:52  INFO    OGG-01017  Wildcard resolution set to IMMEDIATE because SOURCEISTABLE is used.
                 Oracle GoldenGate Capture for Oracle
        Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
   Linux, x64, 64bit (optimized), Oracle 11g on Apr 30 2011 18:52:51
Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
                    Starting at 2011-09-06 17:00:52
Operating System Version:
Linux
Version #1 SMP Mon Mar 29 22:10:29 EDT 2010, Release 2.6.18-194.el5
Node: iflmud5im0087.i-flex.com
Machine: x86_64
                         soft limit   hard limit
Address Space Size   :    unlimited    unlimited
Heap Size            :    unlimited    unlimited
File Size            :    unlimited    unlimited
CPU Time             :    unlimited    unlimited
Process id: 7576
Description:
**            Running with the following parameters                  **
EXTRACT load1
USERID ggs_owner,PASSWORD *********
RMTHOST IFLMUd5HP04W9,MGRPORT 7809
RMTTASK replicat,GROUP load2
TABLE scott.emp;
Using the following key columns for source table SCOTT.EMP: EMPNO.
CACHEMGR virtual memory values (may have been adjusted)
CACHEBUFFERSIZE:                         64K
CACHESIZE:                                8G
CACHEBUFFERSIZE (soft max):               4M
CACHEPAGEOUTSIZE (normal):                4M
PROCESS VM AVAIL FROM OS (min):          16G
CACHESIZEMAX (strict force to disk):  13.99G
Database Version:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE    11.2.0.1.0      Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
Database Language and Character Set:
NLS_LANG environment variable specified has invalid format, default value will be used.
NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7ASCII.
NLS_LANGUAGE     = "AMERICAN"
NLS_TERRITORY    = "AMERICA"
NLS_CHARACTERSET = "WE8MSWIN1252"
Warning: your NLS_LANG setting does not match database server language setting.
Please refer to user manual for more information.
2011-09-06 17:00:52  WARNING OGG-01223  TCP/IP error 111 (Connection refused).
2011-09-06 17:01:02  WARNING OGG-01223  TCP/IP error 111 (Connection refused).
2011-09-06 17:01:12  WARNING OGG-01223  TCP/IP error 111 (Connection refused).
2011-09-06 17:01:22  WARNING OGG-01223  TCP/IP error 111 (Connection refused).
2011-09-06 17:01:32  WARNING OGG-01223  TCP/IP error 111 (Connection refused).
2011-09-06 17:01:42  WARNING OGG-01223  TCP/IP error 111 (Connection refused).Please suggest how can i transfer the data from one db to other using golden gate. I am referring Gavin Soorma blog's for implementing golden gate.
Thanks in advance .

Thanks for your reply. I have one more query : - I am trying to use the data pump feature of goldengate 11 but facing the below error while staring the replicat process ...
GGSCI (IFLMUd5HP04W9) 15> start replicat rep1
Sending START request to MANAGER ...
REPLICAT REP1 starting
GGSCI (IFLMUd5HP04W9) 17> info replicat rep1
REPLICAT   REP1      Last Started 2011-09-07 14:26   Status ABENDED
Checkpoint Lag       01:51:56 (updated 00:00:12 ago)
Log Read Checkpoint  File D:\Viru\Software\GoldenGate\Windows\dirdat\rt000000
                     2011-09-07 12:35:00.343037  RBA 1035
GGSCI (IFLMUd5HP04W9) 18> view report rep1
                 Oracle GoldenGate Delivery for Oracle
        Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
        Windows (optimized), Oracle 11g on Apr 22 2011 03:42:37
Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
                    Starting at 2011-09-07 14:26:55
Operating System Version:
Microsoft Windows XP Professional, on x86
Version 5.1 (Build 2600: Service Pack 3)
Process id: 3784
Description:
**            Running with the following parameters                  **
REPLICAT rep1
ASSUMETARGETDEFS
SETENV (ORACLE_HOME ="D:\Oracle_11g_R2\app\VirajMo\product\11.2.0\dbhome_1")
Set environment variable (ORACLE_HOME=D:\Oracle_11g_R2\app\product\11.2.
0\dbhome_1)
SETENV (ORACLE_SID = "REPLICA")
Set environment variable (ORACLE_SID=REPLICA)
USERID ggs_owner, PASSWORD *********
MAP scott.emp, TARGET scott.emp;
CACHEMGR virtual memory values (may have been adjusted)
CACHEBUFFERSIZE:                         64K
CACHESIZE:                              512M
CACHEBUFFERSIZE (soft max):               4M
CACHEPAGEOUTSIZE (normal):                4M
PROCESS VM AVAIL FROM OS (min):           1G
CACHESIZEMAX (strict force to disk):    881M
Database Version:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE    11.2.0.1.0      Production
TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
Database Language and Character Set:
NLS_LANG environment variable specified has invalid format, default value will b
e used.
NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7A
SCII.
NLS_LANGUAGE     = "AMERICAN"
NLS_TERRITORY    = "AMERICA"
NLS_CHARACTERSET = "WE8MSWIN1252"
Warning: your NLS_LANG setting does not match database server language setting.
Please refer to user manual for more information.
**                     Run Time Messages                             **
Opened trail file D:\Viru\Software\GoldenGate\Windows\dirdat\rt000000 at 2011-09
-07 14:26:56
MAP resolved (entry SCOTT.EMP):
  MAP SCOTT.EMP, TARGET scott.emp;
Using following columns in default map by name:
  EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO
Using the following key columns for target table SCOTT.EMP: EMPNO.
2011-09-07 14:26:56  WARNING OGG-01004  Aborted grouped transaction on 'SCOTT.EM
P', Database error 1403 ().
2011-09-07 14:26:56  WARNING OGG-01003  Repositioning to rba 1035 in seqno 0.
2011-09-07 14:26:56  WARNING OGG-01154  SQL error 1403 mapping SCOTT.EMP to SCOT
T.EMP.
2011-09-07 14:26:56  WARNING OGG-01003  Repositioning to rba 1035 in seqno 0.
Source Context :
  SourceModule            : [er.main]
  SourceID                : [er/rep.c]
  SourceFunction          : [take_rep_err_action]
  SourceLine              : [16064]
2011-09-07 14:26:56  ERROR   OGG-01296  Error mapping from SCOTT.EMP to SCOTT.EM
P.
*                   ** Run Time Statistics **                         *
Last record for the last committed transaction is the following:
Trail name :  D:\Viru\Software\GoldenGate\Windows\dirdat\rt000000
Hdr-Ind    :     E  (x45)     Partition  :     .  (x04)
UndoFlag   :     .  (x00)     BeforeAfter:     A  (x41)
RecLength  :   124 (x007c)    IO Time    : 2011-09-07 12:35:00.343037
IOType     :    15  (x0f)     OrigNode   :   255  (xff)
TransInd   :     .  (x03)     FormatType :     R  (x52)
SyskeyLen  :     0  (x00)     Incomplete :     .  (x00)
AuditRBA   :          6       AuditPos   : 9487376
Continued  :     N  (x00)     RecCount   :     1  (x01)
2011-09-07 12:35:00.343037 FieldComp          Len   124 RBA 1035
Name: SCOTT.EMP
Reading D:\Viru\Software\GoldenGate\Windows\dirdat\rt000000, current RBA 1035, 0
records
Report at 2011-09-07 14:26:56 (activity since 2011-09-07 14:26:56)
From Table SCOTT.EMP to SCOTT.EMP:
       #                   inserts:         0
       #                   updates:         0
       #                   deletes:         0
       #                  discards:         1
Last log location read:
     FILE:      D:\Viru\Software\GoldenGate\Windows\dirdat\rt000000
     SEQNO:     0
     RBA:       1035
     TIMESTAMP: 2011-09-07 12:35:00.343037
     EOF:       NO
     READERR:   0
2011-09-07 14:26:56  ERROR   OGG-01668  PROCESS ABENDING.
CACHE OBJECT MANAGER statistics
CACHE MANAGER VM USAGE
vm current     =      0    vm anon queues =      0
vm anon in use =      0    vm file        =      0
vm used max    =      0    ==> CACHE BALANCED
CACHE CONFIGURATION
cache size       = 512M   cache force paging = 881M
buffer min       =  64K   buffer highwater   =   4M
pageout eligible size =   4M
================================================================================
RUNTIME STATS FOR SUPERPOOL
CACHE Transaction Stats
trans active   =      0    max concurrent =      0
non-zero total =      0    trans total    =      0
CACHE File Caching
disk current   =      0    disk total  =      0
disk caching   =      0    file cached =      0
file retrieves =      0
CACHE MANAGEMENT
buffer links  =      0   anon gets   =      0
forced unmaps =      0   cnnbl try   =      0
cached out    =      0   force out   =      0
Allocation Request Distribution
< 128B:       0
128B:        0         0     | 512B:        0         0
   2K:        0         0     |   8K:        0         0
  32K:        0         0     | 128K:        0         0
512K:        0         0     |   2M:        0         0
   8M:        0         0     |  32M:        0         0
128M:        0         0     | 512M:        0         0
   2G:        0         0     |   8G:        0
Cached Transaction Size Distribution
    0:        0
< 4K:        0
   4K:        0         0     |  16K:        0         0
  64K:        0         0     | 256K:        0         0
   1M:        0         0     |   4M:        0         0
  16M:        0         0     |  64M:        0         0
256M:        0         0     |   1G:        0         0
   4G:        0         0     |  16G:        0         0
  64G:        0         0     | 256G:        0         0
   1T:        0         0     |   4T:        0         0
  16T:        0         0     |  64T:        0         0
256T:        0         0     |1024T:        0         0
================================================================================
CUMULATIVE STATS FOR SUPERPOOL
CACHE Transaction Stats
trans active   =      0    max concurrent =      0
non-zero total =      0    trans total    =      0
CACHE File Caching
disk current   =      0    disk total  =      0
disk caching   =      0    file cached =      0
file retrieves =      0
CACHE MANAGEMENT
buffer links  =      0   anon gets   =      0
forced unmaps =      0   cnnbl try   =      0
cached out    =      0   force out   =      0
Allocation Request Distribution
< 128B:       0
128B:        0         0     | 512B:        0         0
   2K:        0         0     |   8K:        0         0
  32K:        0         0     | 128K:        0         0
512K:        0         0     |   2M:        0         0
   8M:        0         0     |  32M:        0         0
128M:        0         0     | 512M:        0         0
   2G:        0         0     |   8G:        0
Cached Transaction Size Distribution
    0:        0
< 4K:        0
   4K:        0         0     |  16K:        0         0
  64K:        0         0     | 256K:        0         0
   1M:        0         0     |   4M:        0         0
  16M:        0         0     |  64M:        0         0
256M:        0         0     |   1G:        0         0
   4G:        0         0     |  16G:        0         0
  64G:        0         0     | 256G:        0         0
   1T:        0         0     |   4T:        0         0
  16T:        0         0     |  64T:        0         0
256T:        0         0     |1024T:        0         0
QUEUE Statistics:
num queues    =     15     default index =      0
cur len       =      0     max len       =      0
q vm current  =      0     vm max        =      0
q hits        =      0     q misses      =      0
queue size  q hits  curlen  maxlen     cannibalized
  0   64K      0       0       0       0
  1  128K      0       0       0       0
  2  256K      0       0       0       0
  3  512K      0       0       0       0
  4    1M      0       0       0       0
  5    2M      0       0       0       0
  6    4M      0       0       0       0
  7    8M      0       0       0       0
  8   16M      0       0       0       0
  9   32M      0       0       0       0
10   64M      0       0       0       0
11  128M      0       0       0       0
12  256M      0       0       0       0
13  512M      0       0       0       0
14    1G      0       0       0       0
================================================================================
RUNTIME STATS FOR CACHE POOL #0
POOL INFO   group: REP1  id: p3784_BLOB
trans active  =       0   trans concurrent (max) =     0
trans total   =       0   (0 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0
128B:        0         0     | 512B:        0         0
   2K:        0         0     |   8K:        0         0
  32K:        0         0     | 128K:        0         0
512K:        0         0     |   2M:        0         0
   8M:        0         0     |  32M:        0         0
128M:        0         0     | 512M:        0         0
   2G:        0         0     |   8G:        0
================================================================================
CUMULATIVE STATS FOR CACHE POOL #0
POOL INFO   group: REP1  id: p3784_BLOB
trans active  =       0   trans concurrent (max) =     0
trans total   =       0   (0 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0
128B:        0         0     | 512B:        0         0
   2K:        0         0     |   8K:        0         0
  32K:        0         0     | 128K:        0         0
512K:        0         0     |   2M:        0         0
   8M:        0         0     |  32M:        0         0
128M:        0         0     | 512M:        0         0
   2G:        0         0     |   8G:        0
QUEUE Statistics:
num queues    =     15     default index =      0
cur len       =      0     max len       =      0
q vm current  =      0     vm max        =      0
q hits        =      0     q misses      =      0
queue size  q hits  curlen  maxlen     cannibalized
  0   64K      0       0       0       0
  1  128K      0       0       0       0
  2  256K      0       0       0       0
  3  512K      0       0       0       0
  4    1M      0       0       0       0
  5    2M      0       0       0       0
  6    4M      0       0       0       0
  7    8M      0       0       0       0
  8   16M      0       0       0       0
  9   32M      0       0       0       0
10   64M      0       0       0       0
11  128M      0       0       0       0
12  256M      0       0       0       0
13  512M      0       0       0       0
14    1G      0       0       0       0
================================================================================
RUNTIME STATS FOR CACHE POOL #0
POOL INFO   group: REP1  id: p3784_BLOB
trans active  =       0   trans concurrent (max) =     0
trans total   =       0   (0 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0
128B:        0         0     | 512B:        0         0
   2K:        0         0     |   8K:        0         0
  32K:        0         0     | 128K:        0         0
512K:        0         0     |   2M:        0         0
   8M:        0         0     |  32M:        0         0
128M:        0         0     | 512M:        0         0
   2G:        0         0     |   8G:        0
================================================================================
CUMULATIVE STATS FOR CACHE POOL #0
POOL INFO   group: REP1  id: p3784_BLOB
trans active  =       0   trans concurrent (max) =     0
trans total   =       0   (0 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0
128B:        0         0     | 512B:        0         0
   2K:        0         0     |   8K:        0         0
  32K:        0         0     | 128K:        0         0
512K:        0         0     |   2M:        0         0
   8M:        0         0     |  32M:        0         0
128M:        0         0     | 512M:        0         0
   2G:        0         0     |   8G:        0

Similar Messages

  • Can you download from i tunes to more than one i pod

    download from i tunes to more than one i pod

    Sync each with the iTunes library normally. This won't erase any content(except for rented movies) from the library, but will erase content from other iTunes libraries on the iPods. If you want to preserve that, click here and follow the instructions.
    (106791)

  • Error in Transport Tablespace from linux to windows

    I am testing the cross-Platform Transport Tablespace. As per the oracle, we can transport tablespace from linux to windows without conversion because both are using same endian (Little).
    But i am fail to do Transport Tablespace from Linux to Windows.
    I am performing Transport Tablespace process as following:
    from Source Oracle Database server(red had linux as 4 32-bit oracle version:10.2)
    Sql> alter tablespace TEST read only;
    $ expdp system/pass dumpfile=test.dmp directory=export_dir transport_tablespaces=test transport_full_check=y
    after this i am coping test.dmp and data file (test.dbf) to the target machine (ms windows xp 32-bit with oracle 10.1) .
    on Target Machine (with Ms windows xp os) here i am giving the following command:
    impdp system dumpfile=test.dmp directory=exp_dir transport_datafiles=/exp_dir/test.dbf
    but it is giving following error:
    ora-39001: invalid argument value
    ora-39000: bad dump file specification
    ora-31619: invalid dump file "c:\pks\1103.dmp"
    what may by ...
    Prabhaker

    now for version compatibility i am inclusding version option with expdp
    edpdp scott dumpfile=1103.dmp directory=pks transport_tablespaces=prabhu version=10.1.0.2.0
    but now it is giving following error:
    Import: Release 10.1.0.2.0 - Production on Saturday, 11 March, 2006 19:07
    Copyright (c) 2003, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Master table "SCOTT"."SYS_IMPORT_TRANSPORTABLE_01" successfully loaded/unloaded
    Starting "SCOTT"."SYS_IMPORT_TRANSPORTABLE_01": scott/******** DUMPFILE=1103.DMP DIRECTORY=PKS TRANSPORT_DATAFILES=C:\PKS\PRABHU version=10.1.0
    Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    ORA-39123: Data Pump transportable tablespace job aborted
    ORA-06550: line 2, column 2:
    PLS-00306: wrong number or types of arguments in call to 'BEGINIMPORT'
    ORA-06550: line 2, column 2:
    PL/SQL: Statement ignored
    Job "SCOTT"."SYS_IMPORT_TRANSPORTABLE_01" stopped due to fatal error at 19:07
    regards
    Prabhu

  • Is possible restore backup full from linux to windows?

    Is possible restore backup full from linux to windows, I need know if is possible.
    There are any document about it?

    Hi
    Yes because They are in little endian.
    http://apunhiran.blogspot.com.tr/2009/03/how-to-moveconvert-database-from-linux.html
    Regards

  • How can i air display the Screen from mac to the more than 3 iPads?

    how can i air display the Screen from mac to the more than 3 iPads?
    thanks

    Energy Saver, you can keep the computer awake while the screen saver shuts the monitor off but I'm not sure that would do it for you.

  • File Transfer from LINUX to WINDOWS....?

    I have to copy the auto backup .dmp file from Linux to Windows in Same Network. Can You please suggest me how to do this task through Shell Script.
    So i can schedule the running time of Shell script through DBMS_SCHEDULER and at that specified time files will copy successfully....
    Please help me...Thank you.

    Rajnish,
    Check this link :  Scripting and Task Automation :: WinSCP
    Command-line Options :: WinSCP
    Converting Windows FTP script to WinSCP SFTP script :: WinSCP
    Onkar
    Message was edited by: onkar.nath

  • File Upload Problem from Linux to Windows and Windows to Linux

    Hi,
    I am a newbie in the flex environment.
    I have faced a problem for file upload from linux to windows and windows to linux
    And I have put crossdomain.xml file in root folder, still this problem is appear.
    Please help me, if anybody know the answer.
    Thanks and Regards,
    Senthil KUmar

    Hi Pauley,
    I thought you are moving from unix to windows. Now I got it.
    Make sure that the folder is shared and have necessary permissions. Please see few suggestions here:
    Re: NFS or FTP for file on Ip 10.x.y.z
    Regards,
    ---Satish

  • How to deploy a Webapplication on WAS more than one times on same server?

    Hi all,
    I 've a special problem:
    In our web-app (some DC's) also stored propertie-Files. Now we would to deploy this application more than one times at same server using different WebContentRoots. (f.e. http://server/app1 and http://server/app2 a.s.o.)
    We know, that we must create different EAR-Projects and refer the web-Module and configure the application.
    But in the second application there it's recommended to change some properties.
    How we can handle this in JDI without copy the web-application?
    I hope my question can be understood.
    Best Regards
    Sven Rickelt
    Using Netweaver + WAS 6.40 2004 SP 13

    Hi Sven,
    as I'm new to NWDI, I cannot give you a 100 percent, field-tested solution. But have you already thought about using the Configuration-Adapter?
    If you can change the source of your web-app, you could maintain the data formerly stored in property files using the configuration adapter of visual administrator. The SC <a href="http://help.sap.com/saphelp_nw04/helpdata/en/45/e7e14b517b42788a1c166f9f32455e/content.htm">configuration</a> allows you to access this data.
    With this approach you can stick to one web-application and do the configuration work separately for each deployed application.
    Best regards,
    Frank

  • Tomcat : Hlow to run more than 1 instance of tomcat server on same machine?

    Hi,
    How to run more than 1 instance of tomcat server on the same machine.
    I use tomcat 5.5. ,updated port number for second instance and tried to run,it takes the same old port number .No batch file available with this version to update the home directory to second instance to run the second server..
    How to work on clustering and load balancing on tomcat server?
    Any inputs?
    Thanks in advance..
    Ani

    Anitha123 wrote:
    We have only 1 dedicated server maintained by third party for hosting..
    If are only getting your site hosted, then, normally, the host would handle clustering (to your sepcifications, of course, but it is normally the hosts responsibility).
    If i need to implement clustering and load balancing for tomcat server then do we need to go for 2 different servers for production environment?
    Yes, you would need two, or more, servers.
    Also please guide me on how to implement clustering and load balancing for tomcat server by running 2 instances on 2 different machine? I'm a newbie to it..
    It should have no (or at least minimal) impact on the code (as long as you are using beans, sessions, and the other components properly). It is handled by the web container (by the tomcat in this case). The tomcat documentation should show how to set it up (if it supports it all, I don't know, we don't have Tomcat at work, and at home I use only a single).

  • How to remote desktop mor than 2 session in win server 2003

    how to remote desktop more than 2 session in win server 2003?
    plz help me

    Hi Javed,
    Do you need any other assistance?
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Printing from Linux to Windows shared printer

    I am trying to print from Linux to a shared printer on a Windows XP PC. I installed cups and foomatic, started cupsd and configured the printer (HP Deskjet 720C) in KDE control centre. When I try to print a test page I get the following message:
    Catastrophe! - KNotify
    A print error occurred. Error message received from system:
    cupsdoprint -P 'deskjet' -J 'KDE Print Test' -H 'localhost:631' -U 'root' -o ' multiple-document-handling=separate-documents-uncollated-copies orientation-requested=3' '/opt/kde/share/apps/kdeprint/testprint.ps' : execution failed with message:
    client-error-not-possible
    I have Googled like crazy but couldn't find a working solution.
    For reference:
    /etc/cups/printers.conf
    # Printer configuration file for CUPS v1.1.23
    # Written by cupsd on Wed 29 Jun 2005 09:33:20 PM BST
    <DefaultPrinter deskjet>
    Info HP DeskJet 720C
    Location
    DeviceURI smb://guest@MSHOME/ANDROMEDA/HPDeskJet
    State Idle
    Accepting Yes
    JobSheets none none
    QuotaPeriod 0
    PageLimit 0
    KLimit 0
    AllowUser root shaurz
    </Printer>
    /etc/cups/cupsd.conf (comments stripped)
    LogLevel info
    Port 631
    <Location />
    Order Deny,Allow
    Deny From All
    Allow From 127.0.0.1
    </Location>
    <Location /admin>
    AuthType Basic
    AuthClass System
    Order Deny,Allow
    Deny From All
    Allow From 127.0.0.1
    </Location>
    lpstat -t
    scheduler is running
    system default destination: deskjet
    device for deskjet: smb://MSHOME/ANDROMEDA/HPDeskJet
    deskjet accepting requests since Jan 01 00:00
    printer deskjet is idle. enabled since Jan 01 00:0

    Rather than use SMB to connect from Lion to the Windows XP printer share, a better method is to enable Print Services for UNIX on Windows XP and then use LPD on the Mac to print via the Windows share.
    To install Print Services for UNIX on Windows XP:
    Log on to the Windows server with an administrative-level account.
    Start the Add/Remove Programs tool in Control Panel.
    Click Add/Remove Windows Components.
    Click Other Network File and Print Services, and then click Details.
    Click to select the Print Services for UNIX check box, and then click OK.
    Follow the instructions on the screen to finish the installation
    If you haven't done so already, share the printer on Windows XP and make the name one word - no spaces or special characters
    With the print services enabled you can then create the printer queue on Lion.
    Open Print & Scan and click + to add a printer
    Select the IP icon and set the protocol to Line Printer Daemon - LPD
    For the Address, enter the IP address of the Windows XP computer
    For the Queue name, enter the share name set for the printer in Windows XP
    Name and Location are free text so you can set this to something meaningful
    For the Print Using menu, select the supporting printer driver. Note that like connections via SMB, the vendors driver for Lion in some cases cannot be used and an alternate like those offered by the Gutenprint suite must be used.
    Click the OK button to complete the queue creation.
    Now you are ready to test the new print queue.   

  • I have songs from icloud showing on more than one device but only want them on one so how do i delete them

    Can some tell me how i can not have the songs showing on more than one device for my account

    Krshrtr wrote:
    it wont let you swipe to the left on songs that have the cloud next to them
    That's correct - it only deletes them from your phone, not from iCloud
    If you go into Settings, Music and set Show All Music to Off, you will only see the songs that are actually on the phone.
    One other tip - once you've deleted the songs/lists you no longer want, restart the phone (hold the Home and Sleep buttons for about 10 seconds until the Apple logo appears) to make sure the songs are gone.

  • Sync and Create project operation from DTR is taking more than one hour

    Hi All.
    Recently basis team has implemented the track for  ESS/MSS application.So When we import the track to NWDS its showing 500 Dcs.
    I have successfully done the Sync and create project operation from DTR for 150 DCS and its take 5 min per Dcs.
    However after that when i am trying to sync Dc or create project DC from DTR the operation is taking more than 3 hour per DC.Which should not be the case because for rest 150 DC that i ahve done Sync operation adn Create project operation from DTR it hardly takes 5 min per Dc.As this operataion is taking so much time finally i have close the NWDS to stop this operation.
    I am using NWDS 2.0.15 and EP7.0 portal SP15 and NWDI is 7.0
    Can any body tell how to solve this issue so that i can Sync and Create project from DTR for a DC within 5 min?
    Thanks
    Susmita

    Hi Susmita,
    If the DCs are fine in CBS build, then I feel there is no need to test all of them locally in NWDS.
    You can verify some certain applications in these DCs, then you sync & create project for these DCs & test run these applications.
    As I get you only need to check ( no changes will be done ), yes you can verify them in small groups (say 20-25 DCs/group) in different workspaces so that no workspace is overloaded.
    But why do you want to keep a copy of them locally as you are not making any changes, you can Unsync & Remove these projects once verified & use the same workspace to work on the next set of DCs.
    Hope this clarifies your concerns.
    Kind Regards,
    Nitin
    Edited by: Nitin Jain on Apr 23, 2009 1:55 PM

  • Iphone5 - Downloading application from app store takes more than 24 hours to download and install, even if the memory size of app is very small about 2 MB. WIFI connection seems to works well - because the webpages browsing using safari is very fast.

    I face problem with downloading application from apple store.
    It took more than 5 hours to install google maps application and many other application took more than 24 hours.
    It is very worst to see such downloading performace with my new bought iphone5.
    My WIFI connections seems to be very good. As I can able to open many webpages at very high speed.
    I can able to see my many HD videos open and play immediately once I touch.
    Though i cannot able to test the speed, as the www.speedtest.net also not working in my iphone5.
    When i launch speedtest.net app i get the message "Finding closest server" forever and it is never showing the speed details.
    My laptop shows the 10Mbps speed with speedtest.net on the same WIFI network
    I got much frustrated with iphone5. Can someone help me to fix this issue ?

    Hi Thaimic,
    Thanks for your reply.
    IP Adddress: 192.168.0.101
    Subnetmask: 255.255.255.0
    Router: 192.168.0.7
    DNS: 180.168.255.118, 192.168.1.1
    These are my WLAN details.under DHCP and BootP. Could you please tell me what to do with the DNS ? I do not have idea about the DNS.

  • Export from Discoverer to Excel more than 65K rows

    Hi
    I need to export data from discoverer to excel, in some cases it is more than 65K rows, does any body know if the file can be split in multiple files o worksheets in Excel?
    Any help will be appreciate
    Thanks
    Vladimir

    Russ
    The short answer is I didn't know, as in any instance where my end users have wanted to extract large amounts of data they have done it from one sheet, I expected that Discoverer would just create the extra sheets for both but I wanted to know for sure, so I did a test.
    I created a Disco workbook with two worksheets in it, the first one I called Monthly and it had 119,409 rows in it, the second I called Weekly and it had 299,775.
    The first time I did the export I did it by hitting the Excel icon on the toolbar, it therefore only extracted the first worksheet (Monthly), when I opened the ensuing Excel file it had two worksheets in it, one called Monthly, the other called Monthly_1 and as expected, between the two sheets the had exactly the same number of fields as in the original disco sheet.
    I then redid the extract going through the menu and chossing extract entire workbook, Discoverer then re-extracted the sheets. In the Excel file this time I had the same two monthly sheets as before and this time I also had weekly sheets, five of them. So I ended up with an Excel file with seven sheets containing all of the original data.
    Cheers
    Melanie

Maybe you are looking for

  • Insignia LCD 32 inch TV sound (works, but really fuzzy/lame)

    just yesterday i purchased the 32 inch dvd/TV LCD. Set up was easy, but wow, the sound is awful especially on non HD channels..it was really bad when I went to watch a show in the Comcast OnDemand section. It's sort of a fuzzy/static-y sound. Anyone

  • Eject dvd from eMac

    It's an old problem with aging machine, but our school's limping along as best it can! One eMac has a disk stuck in the cd/dvd drive. It's operating, but won't eject. I see no "hole" to use a paperclip on (traditional solution for a Mac), and have so

  • HT4623 i can't update my iphone4 to 6.0.1

    i've tried updating my phone about 20 times now and in the last 2 mins I get a message saying 'unable to update, update has failed. i've tried both on my iphone and when connected to itunes, neither work. any advice?

  • Spinning ball upon launching Compressor

    I just reinstalled Final Cut Studio Pro 2 last night because of various problems with Compressor and FCP. Everything was then upgraded to the latest version. When I launched Compressor (version 3.0.3) just now the menus appear but the spinning ball p

  • How to restore lost emails after iphone iOS 5.0 upgrade

    iOS5.0 upgrade f***ed up everything on my phone and all text messages, emails, & apps are gone.  restored apps manually, but no obvious way to restore txt messages & emails.  could care less about the messages, but need the emails. How?