Message Reference > D Message Codes > DBGR Messages
  

DBGR Messages

DBGR_25011 No conversion to string possible.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25013 Cannot modify dependent port.

Explanation:
You tried to modify a generated key or other dependent ports.
User Response:
Contact Informatica Global Customer Support.

DBGR_25015 Field not found.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25016 Default condition allowed on input, in/out or output ports only.

Explanation:
IsDefault conditional breakpoint is not allowed on other ports, such as variable ports.
User Response:
Use the IsDefault breakpoint condition on input, input/output, and output ports only.

DBGR_25017 Parser init failed.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25018 Invalid port condition.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25019 Breakpoint already exists.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25020 Breakpoint not found.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25021 No such target ID.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25022 Alloc Bkpt list failed.

Explanation:
Out of memory.
User Response:
Check memory usage of the machine. Other processes may be using too much memory. You might want to increase swap space.

DBGR_25024 Cannot modify data for transformations at this stage of execution.

Explanation:
Internal error. You tried to modify a port during an error breakpoint.
User Response:
Contact Informatica Global Customer Support.

DBGR_25025 Cannot modify data for transformations other than the current one.

Explanation:
Internal error. You tried to modify a port during an error breakpoint.
User Response:
Contact Informatica Global Customer Support.

DBGR_25026 Rowtype change not allowed for this transformation.

Explanation:
You tried to change the row type for this transformation to something other than Filter, Data Driven, or Router.
User Response:
You can only change the row type for Filter, Router, and Update Strategy transformations.

DBGR_25027 Cannot modify port.

Explanation:
You tried to modify a read-only port.
User Response:
You cannot modify a read-only port.

DBGR_25028 Use of port <port name> in debug condition is invalid. Maybe it is not connected.

Explanation:
You specified an unconnected port in the port column of the condition for a breakpoint.
User Response:
An unconnected port either has a default value if it is specified, or it always has a null value. Do not specify the value in a debug condition. Either make a connection to that port or choose a connected port.

DBGR_25029 Use of port <port name> as value in debug condition is invalid. Maybe it is not connected.

Explanation:
You specified an unconnected port in the value column of the condition for a breakpoint when the type column is port.
User Response:
An unconnected port either has a default value if it is specified, or it always has a null value. Do not specify the value in a debug condition. Either make a connection to that port or choose a connected port.

DBGR_25030 No such transformation in any pipeline.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25033 Error: Socket sendRequest for ident failed for reqType: <number>.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25034 Error: Socket set poll failed for reqType: <number>.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25035 Error: Socket connect failed for reqType: <request type>. Debugger client may have timed out if session start up time exceeded time out value specified in Workflow Manager. Please increase timeout value and try again.

Explanation:
The DTM could not connect to the Designer due to the Integration Service timeout.
User Response:
Increase the timeout value for the Integration Service connection in the Workflow Manager and run session again.

DBGR_25036 Error: Socket open failed for reqType: <number>.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25040 Error: Invalid groupId <number> specified for modifying router transformation.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25041 Error: Invalid groupIndex <number> resulted from groupId <number> specified for modifying Router transformation.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

DBGR_25044 Data Type mismatch: <value> cannot be used in a condition with port <port name>.

Explanation:
You entered an invalid value for the port datatype for a conditional breakpoint.
User Response:
Make sure the value is in the correct format: MM/DD/YYYY hh:mm:ss.

DBGR_25045 Error in breakpoint condition: Port <port name> and Port <port name> are from different groups.

Explanation:
You used ports from different groups when setting a conditional breakpoint using two ports. A Normalizer or an XML Source Qualifier transformation have ports organized in different groups. The Integration Service reads data from these ports one group at a time.
User Response:
Do not use ports from different groups to set the conditional breakpoint.

DBGR_25046 Error in breakpoint <number> for transformation <transformation name>. Reason is <reason>.

Explanation:
Error in setting global breakpoint.
User Response:
Check the reason for details.

DBGR_25047 Error in global breakpoint <number>. Reason is <reason>.

Explanation:
Error in setting global breakpoint.
User Response:
Check the reason for details.

DBGR_25048 Breakpoint condition cannot be specified for binary port <port> <port name>.

Explanation:
You tried to specify a conditional breakpoint using a binary port.
User Response:
Do not specify a conditional breakpoint for a binary port.

DBGR_25049 Transformation has not received any data yet.

Explanation:
You tried to evaluate an expression before the Integration Service received data.
User Response:
Wait for a row of data to move into the transformation before evaluating an expression.

DBGR_25050 Port <port name> used in expression is unconnected and has no default value.

Explanation:
You tried to evaluate an expression using a port that is unconnected and has no default value. An expression port never receives a value.
User Response:
Check to see if a port connection was deleted. Do not use this port in any expression evaluation. Or, pass a value to the port through a valid connection.

DBGR_25059 Failed to create a socket to listen for connections from the client <PowerCenter Client machine name>.

Explanation:
The Integration Service could not create a socket for Debugger connections. The PowerCenter Client machine may have failed during the connection.
User Response:
Restart the Debugger session.

DBGR_25060 Failed to find an available port between <DebuggerMinPort> and <DebuggerMaxPort> to listen for connections from the client <PowerCenter Client machine name>.

Explanation:
The Integration Service could not find an available port for Debugger connections.
User Response:
Stop other Debugger sessions or wait for those sessions to complete before you restart the current Debugger session.
Increase the DebuggerMaxPort value to provide additional ports for Debugging on the Integration Service.

DBGR_25061 Failed to notify client of the port we are listening on.

Explanation:
The Integration Service could not connect to the PowerCenter Client machine.
User Response:
Restart the Debugger session.

DBGR_25062 Failed to notify client of the port we are listening on: no RepServer connection is available.

Explanation:
The Integration Service could not connect to the Repository Service or lost the connection to the PowerCenter Client machine.
User Response:
Restart the Debugger session.

DBGR_25068 Failed to get connection from the Designer. Check network/firewall settings.

Explanation:
The Integration Service timed out while waiting for the connection from the PowerCenter Client.
User Response:
Check the network and firewall settings. Increase the timeout value for the Integration Service connection and restart the Debugger session.